Skip to content

Commit

Permalink
Merge branch 'master' of github.com:digininja/DVWA
Browse files Browse the repository at this point in the history
  • Loading branch information
digininja committed Jan 29, 2024
2 parents 7671c3a + fe6ff2e commit 9ca729d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,36 @@ Or [download a ZIP of the files](https://github.com/digininja/DVWA/archive/maste

## Installation

### Automated Installation 🛠️

**Note, this is not an official DVWA script, it was written by [IamCarron](https://github.com/iamCarron/). A lot of work went into creating the script and, when it was created, it did not do anything malicious, however it is recommended you review the script before blindly running it on your system, just in case. Please report any bugs to [IamCarron](https://github.com/iamCarron/), not here.**

An automated configuration script for DVWA on Debian-based machines, including Kali, Ubuntu, Kubuntu, Linux Mint, Zorin OS...

**Note: This script requires root privileges and is tailored for Debian-based systems. Ensure you are running it as the root user.**

#### Installation Requirements

- **Operating System:** Debian-based system (Kali, Ubuntu, Kubuntu, Linux Mint, Zorin OS)
- **Privileges:** Execute as root user

#### Installation Steps

1. **Download the script:**
```bash
wget https://raw.githubusercontent.com/IamCarron/DVWA-Script/main/Install-DVWA.sh
```

2. **Make the script executable:**
```bash
chmod +x Install-DVWA.sh
```

3. **Run the script as root:**
```bash
sudo ./Install-DVWA.sh
```

### Installation Videos

- [Installing DVWA on Kali running in VirtualBox](https://www.youtube.com/watch?v=WkyDxNJkgQ4)
Expand Down

0 comments on commit 9ca729d

Please sign in to comment.