wheregoes / leak-db-elk

New version of leak-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

New version of leak-db


Languages

Language:Python 62.1%Language:Go 37.9%