Skip to content

Seongjin-hong/django.nV-3.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django.nV-3.0

django.nV is a purposefully vulnerable Django application provided by nVisium. django.nV-3.0 is based on the django.nV. django.nV-3.0 supports django version 3, and some features have been patched to support Python 3.5+.

System Requirements & Setup

  • python3.5+

Installation of Dependencies

To install the dependencies, simply run pip3 install -r requirements.txt.

Database Setup

django.nV provides you with a script automatically creates the database as well as populates it with data. This script is titled reset_db.sh. django.nV does not ship with the database, so in order to run the application properly, you'll need to use this script:

./reset_db.sh

You can also use the same script to reset the database if you make any changes.

Running the application

To run the app in its application folder type:

./runapp.sh

You should then be able to access the web interface at http://localhost:8000/.

Test account(the passwords are the same)

  • admin
  • one
  • two
  • three
  • four

About

Vulnerable Django Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 55.9%
  • CSS 26.5%
  • Python 9.0%
  • HTML 8.6%