An open API service indexing awesome lists of open source software.

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

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).