This repo contains a script to deploy an insecure webserver stack:
- nginx (credentials.txt indexed)
- mysql (Root user is open + default root/root)
- FTP (vsftp) (https://nvd.nist.gov/vuln/detail/CVE-2011-2523)
cd /home/root
apt install -y curl
curl -s https://raw.githubusercontent.com/TheMatrix97/Insecure-WebStack/refs/tags/1.0.0/script.sh | bashRun the script
curl -s https://raw.githubusercontent.com/TheMatrix97/Insecure-WebStack/refs/tags/2.0.0/script_part2.sh | bash