CommandExecution | ||
FileInclusion | ||
FileUpload | ||
Resources | ||
SQL | ||
XSS | ||
homepage.html | ||
README.md | ||
setup.php |
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 https://www.apachefriends.org/tr/download.html. After your intallation; 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 mampp/htdocs folder. https://www.mamp.info/en/downloads/
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 setup.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.