A Python port of the Invest Secure Web Application (ISWA). ISWA is an intentionally vulnerable web application used for demontration and teaching purposes.
- A password cracking tool
- Wordlists
- A HTTP Proxy / Testing tool
- Works on Linux and MacOS
- Never tested on Windows
- Requires Docker and Docker Compose
- Refer to the docker website for installation on your OS
git clone https://github.com/Shreda/ISWA-Python.git
cd ISWA-Python
docker-compose up
- Once the project comes up you can view the web application on http://localhost:5000
- For code review, all the applications API endpoints are defined in
iswa/app.py