8000 GitHub - moloch--/leakdb at indexer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Web-Scale NoSQL Idempotent Cloud-Native Big-Data Serverless Plaintext Credential Search

License

Notifications You must be signed in to change notification settings

moloch--/leakdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeakDB

LeakDB is a tool set designed to allow organizations to build and deploy their own internal plaintext "Have I Been Pwned"-like service. The LeakDB tool set can normalize, deduplicate, index, sort, and search leaked data sets on the multiple terabyte scale without the need to distribute large files to individual users. Once curated, LeakDB can search terabytes of data in less than a tenth of a second, and the LeakDB server exposes a simple JSON API that can be queried using the command line client or any http client.

LeakDB uses a configurable bloom filter to remove duplicate entires, sorts indexes using external quicksort (i.e., memory constrained) with a k-way binary tree merge, and binary tree search to find entries in the index.

Go License: GPL v3

Bring Your Own Data

⚠️ Important: You must provide your own data, these tools are provided as-is and not distributed with any data sets public or otherwise.

Install

Download the latest release

Usage

See the wiki for detailed usage.

Compile From Source

Just run make files will be put in ./bin

About

Web-Scale NoSQL Idempotent Cloud-Native Big-Data Serverless Plaintext Credential Search

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0