High
File Inclusion level High on DVWA
vulnerabilities/fi/source/high.php
<?php
β
// The page we wish to display
$file = $_GET[ 'page' ];
β
// Input validation
if( !fnmatch( "file*", $file ) && $file != "include.php" ) {
// This isn't the page we want!
echo "ERROR: File not found!";
exit;
}
β
?> Mencari Informasi

Melakukan serangan

Last updated