2018-12-08 23:16:05 +00:00
# Vulnerable Web Application
2018-11-27 14:39:25 +00:00
2018-12-08 22:08:30 +00:00
![VulnWeb ](https://github.com/hummingbirdscyber/Vulnerable-Web-Application/blob/master/Resources/VulnWeb.png )
2018-11-29 23:13:43 +00:00
2018-12-27 07:12:51 +00:00
< h2 > What is Vulnerable-Web-Application< / h2 >
Vulnerable-Web-Application is a website that is prepared for people who are interested in web penetration and who want to have
information about this subject or to be working. In fact, the website is quite simple to install and use.
Vulnerable-Web-Application categorically includes Command Execution, File Inclusion, File Upload, SQL and XSS. For database-requiring
categories, it creates a database under localhost with one button during setup. In case of corrupted or changed databases, you can
create a database again.
2018-11-29 23:13:43 +00:00
< h2 > Installation Guide< / h2 >
2018-11-30 01:13:46 +00:00
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 ](https://www.apachefriends.org/tr/download.html ). After your installation;
2018-11-30 01:01:25 +00:00
2018-11-30 01:02:07 +00:00
For Windows you need to copy the files into the xampp/htdocs folder.
2018-11-29 23:13:43 +00:00
2018-11-30 01:03:48 +00:00
For Mac Os you need to install mampp and copy the files into the mamp/htdocs folder.
2018-11-30 01:13:46 +00:00
[Mampp ](https://www.mamp.info/en/downloads/ )
2018-11-29 23:13:43 +00:00
2018-11-30 01:02:07 +00:00
For Linux after download our files first you need to open apache server and copy the files to /var/www/html
2018-11-29 23:13:43 +00:00
< b > Other Configurations:< / b >
2018-11-30 01:00:41 +00:00
2018-11-29 23:13:43 +00:00
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
< b > Installation< / b >
2018-12-08 21:53:49 +00:00
After all these configurations, firstly, open Xampp Control Panel and start Apache,MySQL. Your MySQL credentials have to be default.< b > [username:root < - > password:""]< / b > Then open up our index.php file in the < b > Vulnerable Web Application< / b > 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.
2018-11-29 23:13:43 +00:00
2018-12-08 23:16:05 +00:00
< h2 > License< / h2 >
2018-12-08 23:20:33 +00:00
The contents of this repository are licensed under the GNU General Public License v3.0.
2018-12-08 23:16:05 +00:00
< h2 > Version< / h2 >
1.0.0