File Inclusion

Security Level - Low

file-inclusion-low

Source Code

 <?php

// The page we wish to display
$file = $_GET[ 'page' ];

?>

If we choose one of the files:

requestfileinclusionlow

Local File Inclusion

Request: local-file-inclusion-low-level-request

Browser: browser-local-file-inclusion-low-level-request

Remote File Inclusion

remote-file-inclusion