February 2019
Intermediate to advanced
256 pages
7h 34m
English
To set up the OWASP DefectDojo, running the Docker image is suggested. Follow these commands to run OWASP DefectDojo. It will run a web service on port 8000:
$ docker run -it -p 8000:8000 appsecpipeline/django-defectdojo bash -c "export LOAD_SAMPLE_DATA=True && bash /opt/django-DefectDojo/docker/docker-startup.bash"
Once the OWASP defectDojo docker is running, use your browser to navigate to http://localhost:8000 with the default credentials (user: admin, password: admin).
In addition, OWASP DefectDojo also provides an online demo. Refer to https://defectdojo.herokuapp.com with the default credentials listed here:
| Username | Password |
| admin | defectdojo@demo#appsec |
| product_manager | defectdojo@demo#product ... |
Read now
Unlock full access