https://github.com/dutchcoders/vulndb
Vulndb is a command line tool for searching the NIST Vulnerability Database
https://github.com/dutchcoders/vulndb
Last synced: 3 months ago
JSON representation
Vulndb is a command line tool for searching the NIST Vulnerability Database
- Host: GitHub
- URL: https://github.com/dutchcoders/vulndb
- Owner: dutchcoders
- License: mit
- Created: 2015-05-21T18:47:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T11:08:33.000Z (about 10 years ago)
- Last Synced: 2024-06-19T01:58:24.174Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 13
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VulnDB
[](https://travis-ci.org/gerred/vulndb)
## Building the DB
Build a DB with a list of files. Eg:
`vulndb build nvdcve-2.0-2015.xml nvdcve-2.0-2014.xml`
`vulndb build ~/Downloads/*.xml`If the DB already exists, it will throw an error. The `-f` flag will force a removal of the existing database.
## Searching the DB
Searching can either be done with a CPE URI or a raw string. Omitted fields or `*` will be treated as wildcards.
Example:
`vulndb search cpe:/o:microsoft`
`vulndb search cpe:/o:microsoft:windows_8.1:*`If a raw string is used, it will do a full text search on everything.
Example:
`vulndb search drupal`
# NVD/CVE XML Feed with CVSS and CPE mappings
https://nvd.nist.gov/download.cfm#RSS
https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2015.xml.gz
## Contributions
Contributions are welcome.
## Creators
**Remco Verhoef**
-
-## Copyright and license
Code and documentation copyright 2011-2015 Remco Verhoef.
Code released under [the MIT license](LICENSE).