Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mainek00n/network-vuln-feed
https://github.com/mainek00n/network-vuln-feed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mainek00n/network-vuln-feed
- Owner: MaineK00n
- License: mit
- Created: 2023-04-03T17:36:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:05:54.000Z (5 months ago)
- Last Synced: 2024-08-14T05:25:09.330Z (5 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# network-vuln-feed
## Purpose
Security advisories published by various network equipment vendors are not machine-readable, or even if they are in a format such as CVRF/CSAF, the descriptions of affected products are unstable, making it difficult to effectively use them.
This repository rewrites these security advisories in a machine-processable format, organizes the affected products, and distributes them in a form that can be used by vulnerability scanners.
And implement tools to assist in the creation of those advisories.## Usage
```console
$ go build -a -o network-vuln-feed ./cmd$ network-vuln-feed help
network-vuln-feed: discover and collect security advisories for network devicesUsage:
network-vuln-feed [command]Available Commands:
completion Generate the autocompletion script for the specified shell
discover discover new and updated advisories
help Help about any command
template create a template for a Vuls format advisory
validate validate that a given advisory meets the Vuls formatFlags:
-h, --help help for network-vuln-feedUse "network-vuln-feed [command] --help" for more information about a command.
```