An example of an extremely vulnerable Django application.
·
Report Bug
·
Request Feature
Currently only tested and supported on Windows.
- Django
pip install django
- Clone the repo
git clone https://github.com/lambrou/vulnerable-django-app.git
- Run the server
python manage.py runserver 0.0.0.0:8085
If you want to access the server from another machine (not on LAN), you will need to forward port 8085 (or whatever port you wish to use) from your router.
Contributions are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- othneildrew - For this wonderful README template.