Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 955 Bytes

File metadata and controls

37 lines (24 loc) · 955 Bytes

Web Application Security Scripts

Some quick deploy scripts for vulnerable web applications. Tested on Kali Linux.

One Liners

Damn Vulnerable Web Application (DVWA)

cd ~/Documents && sudo git clone https://github.com/Lavender-exe/Web-Application-Security-Scripts.git && sudo bash Web-Application-Security-Scripts/dvwa_install.sh

You have to restart the terminal (Close and open it)

dvwa_host

The website will be hosted on http://localhost:80/

Damn Vulnerable Wordpress Site

Source

cd ~/Documents && sudo git clone https://github.com/Lavender-exe/Web-Application-Security-Scripts.git && sudo bash Web-Application-Security-Scripts/dvwp_install.sh

Interface

http://127.0.0.1:31337
http://127.0.0.1:31337/wp-login.php
http://127.0.0.1:31338/phpmyadmin/

Credentials

Wordpress: admin/admin
MySQL: root/password