FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

vapjava/easybuggy4django: EasyBuggy clone built on Django · GitHub

 
 

Repository files navigation

EasyBuggy Django

EasyBuggy clone built on Django 2.0. EasyBuggy is a broken web application in order to understand behavior of bugs and vulnerabilities, for example, memory leak, deadlock, infinite loop, SQL injection and so on.

Quick Start

$ git clone https://github.com/k-tamura/easybuggy4django.git
$ cd easybuggy4django/
$ pip install -r requirements.txt
$ python manage.py runserver

However it is recommended to use venv (before running the above commands):

$ python3 -m venv venv
$ source venv/bin/activate

Access to

http://localhost:8000

To stop:

Use CTRL + C

About

EasyBuggy clone built on Django

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL