Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
/ vuln-sim Public archive

a simulation library that visualizes vulnerabilities over time given a remediation throughput using golang's awesome termui.

License

Notifications You must be signed in to change notification settings

blackducksoftware/vuln-sim

Repository files navigation

vuln-sim

alt text

To run a simulation

Look at the code in main.go, the parameters are self-explanatory.

Go

just export your gopath cd clustersim/ go run main.go

Hack around with the simulation settings as needed and re run.

The graphs will pop up in your terminal !

DOCKER

Then, you can build and run:

docker build -t jayunit100/vuln-sim:latest ./ ; docker run -t -i jayunit100/vuln-sim:latest

The structs in main.go (RegistrySize, ScansPerMinute, SimTime) parameters can be modified.

This is Apache Licensed Software.

If you don't know what that means, you shouldn't be using it.

About

a simulation library that visualizes vulnerabilities over time given a remediation throughput using golang's awesome termui.

Resources

License

Stars

Watchers

Forks

Packages

No packages published