https://github.com/zenithar/exploitdb
ExploitDB indexer with Bleve / Golang
https://github.com/zenithar/exploitdb
bleve exploitdb golang
Last synced: about 1 month ago
JSON representation
ExploitDB indexer with Bleve / Golang
- Host: GitHub
- URL: https://github.com/zenithar/exploitdb
- Owner: Zenithar
- Created: 2015-12-15T22:48:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T22:50:24.000Z (about 10 years ago)
- Last Synced: 2024-06-19T15:10:16.482Z (over 1 year ago)
- Topics: bleve, exploitdb, golang
- Language: Go
- Size: 2.93 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExploitDB
Based on https://github.com/dutchcoders/vulndb
## Building the DB
Build a DB with a list of files. Eg:
`exploiter init`
If the DB already exists, it will throw an error. The `-f` flag will force a removal of the existing database.
## Searching the DB
If a raw string is used, it will do a full text search on everything.
Example:
`vulndb search drupal`
## Contributions
Contributions are welcome.
## Creators
**Thibault Normand**
-
**Remco Verhoef**
-
-
## Copyright and license
Original Code and documentation copyright 2011-2015 Remco Verhoef.
Code released under [the MIT license](LICENSE).