Find zero-days related to your code, deployments, and projects.
go get github.com/brittonhayes/zero
β― zero --help
Find zero-days related to your code, deployments, and projects.
Usage:
zero [command]
Available Commands:
help Help about any command
run Fetch all matching zero day feed results
serve Start zero http server
Flags:
--config string config file (default is ./.zero.yaml)
-d, --debug enable debug mode
-h, --help help for zero
Use "zero [command] --help" for more information about a command.
Zero comes with a few modes baked in. You can run it as command line tool, CI check, or view the results in a web browser.
Running
zero
in the command line will look like this. A list of findings from your RSS feeds and patterns. This output can be customized with go text/templates if you have a preferred output format.
β― zero run
TITLE: ZDI-CAN-13000: Microsoft
SOURCE: zeroday initiative - upcoming
LINK: http://www.zerodayinitiative.com/advisories/upcoming/
PATTERN: cvss\sscore\s[1-9]\.\d
FINDING: "CVSS score 3.1"
---
TITLE: ZDI-CAN-12977: Delta Industrial Automation
SOURCE: zeroday initiative - upcoming
LINK: http://www.zerodayinitiative.com/advisories/upcoming/
PATTERN: cvss\sscore\s[1-9]\.\d
FINDING: "CVSS score 7.8"
---
Running
zero
in as an HTTP server wil look like this. It starts up a simple go http endpoint to serve your results in a clean dashboard.
Click to view preview
β― zero serve INFO[0000] HTTP Server Started INFO[0003] HOST="localhost:8091" METHOD=GET PATH=/
π€ Britton Hayes
- Website: https://brittonhayes.dev
- Github: @brittonhayes
Give a βοΈ if this project helped you!