Skip to content
forked from OWASP-BLT/BLT

www.bugheist.com Report issues and get points, companies are held accountable. - OWASP BLT Project

License

Notifications You must be signed in to change notification settings

ordersys/website

 
 

Repository files navigation

website

www.bugheist.com Report issues and get points, companies are held accountable. Open Web Application Security

The first time you may need to run:

  • If postgresql is not installed, brew install postgresql (mac), sudo apt-get install postgresql (Ubuntu)

  • cd bugheist

  • virtualenv venv

  • venv\Scripts\activate (windows)

  • source venv/bin/activate (mac)

  • pip install -r requirements.txt

  • python manage.py migrate

  • python manage.py createsuperuser (then go to /admin) and add filler information for social auth accounts

  • python manage.py runserver

Note:

  • you may have to install libpq-dev

About

www.bugheist.com Report issues and get points, companies are held accountable. - OWASP BLT Project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.3%
  • HTML 31.5%
  • Python 23.2%
  • CSS 2.9%
  • Shell 0.1%