Skip to content

Commit

Permalink
Merge pull request #606 from IamCarron/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
digininja authored Jan 22, 2024
2 parents 3c044ee + 5e660ed commit d91a8a7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,34 @@ Or [download a ZIP of the files](https://github.com/digininja/DVWA/archive/maste

## Installation

## Automated Installation 🛠️

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 d91a8a7

Please sign in to comment.