dvwa updated
This commit is contained in:
parent
8f3c3af4fb
commit
c37af6fc80
84 changed files with 1873 additions and 605 deletions
|
|
@ -34,8 +34,8 @@ $page[ 'body' ] .= "
|
|||
<div class=\"body_padded\">
|
||||
<h1>Database Setup <img src=\"" . DVWA_WEB_PAGE_TO_ROOT . "dvwa/images/spanner.png\" /></h1>
|
||||
|
||||
<p>Click on the 'Create / Reset Database' button below to create or reset your database.</br>
|
||||
If you get an error make sure you have the correct user credentials in: <em>" . realpath( getcwd() ) . "/config/config.inc.php</em></p>
|
||||
<p>Click on the 'Create / Reset Database' button below to create or reset your database.<br />
|
||||
If you get an error make sure you have the correct user credentials in: <em>" . realpath( getcwd() . DIRECTORY_SEPARATOR . "config" . DIRECTORY_SEPARATOR . "config.inc.php" ) . "</em></p>
|
||||
|
||||
<p>If the database already exists, <em>it will be cleared and the data will be reset</em>.<br />
|
||||
You can also use this to reset the administrator credentials (\"<em>admin</em> // <em>password</em>\") at any stage.</p>
|
||||
|
|
@ -56,13 +56,29 @@ $page[ 'body' ] .= "
|
|||
{$phpURLFopen}<br />
|
||||
{$phpMagicQuotes}<br />
|
||||
{$phpGD}<br />
|
||||
{$phpMySQL}<br />
|
||||
{$phpPDO}<br />
|
||||
<br />
|
||||
{$MYSQL_USER}<br />
|
||||
{$MYSQL_PASS}<br />
|
||||
{$MYSQL_DB}<br />
|
||||
{$MYSQL_SERVER}<br />
|
||||
<br />
|
||||
{$DVWARecaptcha}<br />
|
||||
<br />
|
||||
{$DVWAUploadsWrite}<br />
|
||||
{$DVWAPHPWrite}<br />
|
||||
<br />
|
||||
<br />
|
||||
{$bakWritable}
|
||||
<br />
|
||||
<i><span class=\"failure\">Status in red</span>, indicate there will be an issue when trying to complete some modules.</i><br />
|
||||
<br />
|
||||
If you see disabled on either <i>allow_url_fopen</i> or <i>allow_url_include</i>, set the following in your php.ini file and restart Apache.<br />
|
||||
<pre><code>allow_url_fopen = On
|
||||
allow_url_include = On</code></pre>
|
||||
These are only required for the file inclusion labs so unless you want to play with those, you can ignore them.
|
||||
|
||||
<br /><br /><br />
|
||||
|
||||
<!-- Create db button -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue