A small forum site for testing several different basic web attacks.
- Reflected/stored XSS
- SQL injection
- File upload exploits
- Online/offline password attacks
- Clone the repo:
git clone https://github.com/jib1337/websandbox
- Set the setup script execute permissions:
cd websandbox; chmod +x setup.sh
- Run the setup script:
./setup.sh
Note: You will require adequate permissions to create and run mysql databases, as well as a PHP server.
./setup.sh
- mysql
- mysql php module
- php
It is also now possible to start up the site in Docker containers.
Please remember that this doesn't add any extra security so the above warnings still apply.
Should work by running docker compose up --build