dvwa v1.10 文件包含high级别的一个思路
我们先来看一下dvwa文件包含high级别的代码:<?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
原创
2017-07-05 15:56:58 ·
1909 阅读 ·
3 评论