- Author: William Moody
- Started: 22.03.2021
Testr is an invite-only web-based IDE for Python, created with the purpose of practicing web-app vulnerabilities. Specifically XSS and Code injecetion / Filter bypassing.
There is a cronjob which emualates admin actions every minute in the docker container.
- Clone the repo locally
git clone https://github.com/bmdyy/testr
- Enter the folder
cd testr
- Build the docker container:
docker build -t testr .
- Run the container:
docker run -t testr
Solutions and explanations may be found in ./exploit