Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittonhayes/zero
Find zero-days related to your code, deployments, and projects. 🔍 🐞
https://github.com/brittonhayes/zero
cli golang rss security zeroday
Last synced: 10 days ago
JSON representation
Find zero-days related to your code, deployments, and projects. 🔍 🐞
- Host: GitHub
- URL: https://github.com/brittonhayes/zero
- Owner: brittonhayes
- License: apache-2.0
- Created: 2021-03-08T09:35:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T09:15:44.000Z (over 3 years ago)
- Last Synced: 2024-10-15T02:47:52.992Z (25 days ago)
- Topics: cli, golang, rss, security, zeroday
- Language: Go
- Homepage:
- Size: 185 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZERO
> Find zero-days related to your code, deployments, and projects.
## Installation
### Go
```sh
go get github.com/brittonhayes/zero
```## Usage
```sh
❯ 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 serverFlags:
--config string config file (default is ./.zero.yaml)
-d, --debug enable debug mode
-h, --help help for zeroUse "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.```shell
❯ zero runTITLE: 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**
* Website: https://brittonhayes.dev
* Github: [@brittonhayes](https://github.com/brittonhayes)## Show your support
Give a ⭐️ if this project helped you!