Web:DVWA

来自WHY42

DVWADVWA是用PHP+Mysql编写的一套用于常规WEB漏洞教学和检测的WEB脆弱性测试程序。包含了SQL注入、XSS、盲注等常见的一些安全漏洞。

#php.ini
allow_url_include=Off into allow_url_include=on

#DVWA\config\config.inc.php
# get an account from https://www.google.com/recaptcha
$_DVWA[ 'recaptcha_public_key' ]  = ' ';
$_DVWA[ 'recaptcha_private_key' ] = ' ';