wheregoes / leak-db

Simple leak database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leak-db.py

Description
A simple leak database script.

Requirements: pip install tqdm sql

Features
✔️ Use sqlite to store the results.
✔️ The user can check if the leaks was already stored.
✔️ If there is new leaks, the script will create a report file.
✔️ 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.
✔️ Backup database before performing changes.

Future Updates
Suggestions

Usage:

usage: leak-db.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

Simple leak database


Languages

Language:Python 100.0%