Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Added a warning about running other people's code without reviewing it.
  • Loading branch information
digininja committed Jun 13, 2024
1 parent c803c9a commit d053c4d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,15 @@ An automated configuration script for DVWA on Debian-based machines, including K

#### Installation Steps

# One-Command Install to directly invoke the script in your Terminal.
```bash
sudo bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/IamCarron/DVWA-Script/main/Install-DVWA.sh)"
```
# Manually Running the Script
##### One-Liner

This will download an install script written by [@IamCarron](https://github.com/IamCarron) and run it automatically. This would not be included here if we did not trust the author and the script as it was when we reviewed it, but there is always the chance of someone going rogue, and so if you don't feel safe running someone else's code without reviewing it yourself, follow the manual process and you can review it once downloaded.

```bash
sudo bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/IamCarron/DVWA-Script/main/Install-DVWA.sh)"
```

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

0 comments on commit d053c4d

Please sign in to comment.