File Inclusion
Security Level - Low
Source Code
<?php
// The page we wish to display
$file = $_GET[ 'page' ];
?>
If we choose one of the files:
Local File Inclusion
Request:
Browser:
<?php
// The page we wish to display
$file = $_GET[ 'page' ];
?>
If we choose one of the files:
Request:
Browser: