Skip to content

Various scripts for web exploitation and for deployment of docker applications

Notifications You must be signed in to change notification settings

Lavender-exe/Web-Application-Security-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Various scripts for web exploitation and for deployment of docker applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages