andresriancho / django-moth

A Django vulnerable Web application for testing the w3af framework

Home Page:http://w3af.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/ .

Docker

The easiest way to use django-moth is to start a docker container:

sudo docker run -p 8000:8000 andresriancho/django-moth

Please note that you can build the docker image yourself:

sudo docker build -t andresriancho/django-moth .

Or simply get it from the registry:

sudo docker pull andresriancho/django-moth

Sister repository

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

About

A Django vulnerable Web application for testing the w3af framework

http://w3af.org/

License:GNU General Public License v2.0


Languages

Language:Python 60.3%Language:CSS 34.9%Language:HTML 4.7%Language:DIGITAL Command Language 0.0%