Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
LeakManager — A tool to help you manage your leaks | Kitploit
Tools/GitHubGitHub/mthbernardes/leakmanager
OSINT (Open Source Intelligence)Password AttacksData ExfiltrationInformation Gathering
GitHubmthbernardes/leakmanager

LeakManager

A tool to help you manage your leaks

View Repository
35208 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

LeakManager

Install

root@kitploit:~
sudo apt-get install mongodb-org screen
pip3 install -r requeriments.txt

Usage

root@kitploit:~
screen -S leakManager
hug -f index.py -p 1337
OR
gunicorn index:__hug_wsgi__ -b 0.0.0.0:1337
OR
uwsgi --http 0.0.0.0:1337 --wsgi-file index.py --callable __hug_wsgi__
ctrl + a + d

Change user/passwd

root@kitploit:~
edit etc/LeakManager.conf file

MassInsert

root@kitploit:~
CSV Format
email,username,password,database

CSV Format example:
[email protected],admin,admin1234,appXPTO
[email protected],,zezin123,appXPTO
[email protected],paula,123456,appXPTO
[email protected],virus,nicole,appXPTO

LeakManager

Download Tool