Skip to content

An example of an extremely vulnerable Django application. Clone of the DVWA.

Notifications You must be signed in to change notification settings

lambrou/vulnerable-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation


Vulnerable Django App

An example of an extremely vulnerable Django application.

· Report Bug · Request Feature

Table of Contents

About The Project

vulnerable-django-app

Built With

Getting Started

Currently only tested and supported on Windows.

Prerequisites

  • Django
pip install django

Installation

  1. Clone the repo
git clone https://github.com/lambrou/vulnerable-django-app.git
  1. 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.

Contributing

Contributions are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

An example of an extremely vulnerable Django application. Clone of the DVWA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published