/leak-db-elk

New version of leak-db

Primary LanguagePython

leak-db-v2.py

OUTDATED - Description - NEED UPDATE
A simple leak database script.

Requirements: pip install tqdm elasticsearch

Features
✔️ Use elasticsearch to store the results.
✔️ The user can check if the leaks was already stored.
✔️ Supports combolist format (user:pass or email:pass).
✔️ Supports infostealer logs (needs to be parsed to csv) format (url,user,pass or url,email,pass).
✔️ Can be used in background.

Future Updates
Suggestions

Usage:

usage: leak-db-v2.py [--combolist] [--infostealer] file_path

Leak Database

positional arguments:
  file_path      Path to the input file

options:
  -h, --help     Help
  --combolist    Process combolist file
  --infostealer  Process infostealer file