OWASP Vulnerable Web Application Project https://github.com/hummingbirdscyber
Go to file
2018-12-01 00:01:02 +03:00
CommandExecution Update log2.txt 2018-12-01 00:01:02 +03:00
FileInclusion Update lvl4.php 2018-11-30 03:21:59 +03:00
FileUpload Update fileupload3.php 2018-11-30 16:56:17 +06:00
Resources Add files via upload 2018-11-30 05:52:54 +06:00
SQL Update sql6.php 2018-11-30 06:19:58 +06:00
XSS Update XSS_level5.php 2018-11-30 02:45:56 +03:00
homepage.html Creating index.php 2018-11-30 02:24:18 +03:00
index.php Update index.php 2018-11-30 16:58:30 +06:00
README.md Update README.md 2018-11-30 16:59:32 +06:00

VulnWeb

VulnWeb

Installation Guide

If you want to run this tool, first of all you need to download web server solution like "xampp"- you can download xampp from Xampp. After your installation;

For Windows you need to copy the files into the xampp/htdocs folder.

For Mac Os you need to install mampp and copy the files into the mamp/htdocs folder. Mampp

For Linux after download our files first you need to open apache server and copy the files to /var/www/html

Other Configurations:

The php.ini file should be altered. You can find the location of your php.ini file under the folder which php is installed.

  • allow_url_include = on - Allows for Remote File Inclusion
  • allow_url_fopen = on - Allows for Remote File Inclusion
  • safe_mode = off - (If PHP <= v5.4) Allows for SQL Injection
  • magic_quotes_gpc = off - (If PHP <= v5.4) Allows for SQL Injection

Installation

After all these configurations, firstly, open Xampp Control Panel and start Apache,MySQL. Your MySQL credentials have to be default.[username:root <-> password:""] Then open up our index.php file in the VulnWeb directory. Follow the directions and create database. If you messed up with database, you can reset the database. If database is ready, you can go to homepage and start hacking.