Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
s4n7h0 committed Oct 18, 2015
1 parent efd5c1f commit 556cf9e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Expand Up @@ -42,28 +42,31 @@ Copy the xvwa folder in your web directory. Make sure the directory name remains
Make necessary changes in xvwa/config.php for database connection. Example below:

<code>
> $XVWA_WEBROOT = '';
> $host = "localhost";
> $dbname = 'xvwa';
> $user = 'root';
> $pass = 'root';
$XVWA_WEBROOT = '';
$host = "localhost";
$dbname = 'xvwa';
$user = 'root';
$pass = 'root';
</code>

Make following changes in PHP configuration file

<code>
file_uploads = on
allow_url_fopen = on
allow_url_include = on

</code>
Access the application on : http://localhost/xvwa/

Setup the database and table by accessing http://localhost/xvwa/setup/

The login details

<code>
admin:admin
xvwa:xvwa
user:vulnerable
</code>

About
=========================================
Expand Down

0 comments on commit 556cf9e

Please sign in to comment.