Skip to content

Find zero-days related to your code, deployments, and projects. πŸ” 🐞

License

Notifications You must be signed in to change notification settings

brittonhayes/zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ZERO

Find zero-days related to your code, deployments, and projects.

zero

Installation

Go

go get github.com/brittonhayes/zero

Usage

❯ 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.

Modes

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.

CLI

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"
---

Web

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=/

Author

πŸ‘€ Britton Hayes

Show your support

Give a ⭐️ if this project helped you!

About

Find zero-days related to your code, deployments, and projects. πŸ” 🐞

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages