Skip to content

A Django vulnerable Web application for testing the w3af framework

License

Notifications You must be signed in to change notification settings

nixwizard/django-moth

 
 

Repository files navigation

moth: Vulnerable web application

A set of vulnerable scripts which can be used for testing web application security scanners, teaching web application security, etc.

This software should never be used in a production environment.

This is a rewrite of the PHP-based moth web application.

Usage

$ git clone https://github.com/andresriancho/django-moth.git
$ cd django-moth
$ pip install -r requirements.txt
$ python manage.py runserver

Then browse to http://127.0.0.1:8000/ .

Utils

If you're interested in using django-moth as part of a CI system, django-moth-utils will make your life easier.

Sister repository

PHP-moth is a sister repository which holds PHP-specific tests.

About

A Django vulnerable Web application for testing the w3af framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • HTML 7.8%
  • Other 0.8%