Skip to content

jmbmxer/threadfix-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThreadFix is a software vulnerability aggregation and management system that helps organizations aggregate vulnerability data, generate virtual patches, and interact with software defect tracking systems.

  1. Build the image: docker build . -t threadfix/web
  2. Start Container: docker run -d -p 8443:8443 threadfix/web start
  3. Watch the logs and wait for startup: docker logs <container_id>
  4. Threadfix should now available on your local machine https://127.0.0.1:8443/threadfix/

This image should be used for testing purposes only. All data will be lost once the container is killed.

Always remember to change the default UI credentials!

About

Docker files for Threadfix container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published