Vulnerable-Web-Application/README.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2018-12-08 21:53:49 +00:00
# Vulnerable Web Application
2018-11-27 14:39:25 +00:00
![VulnWeb](https://github.com/hummingbirdscyber/VulnWeb/blob/master/Resources/VulnWeb.png)
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