zero

command module
v0.0.0-...-53ebe4d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

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!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL