Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
LeakManager — 一个帮助你管理泄露数据的工具 | Kitploit
工具/GitHubGitHub/mthbernardes/leakmanager
OSINT (开源情报)密码攻击数据泄露信息收集
GitHubmthbernardes/leakmanager

LeakManager

一个帮助你管理泄露数据的工具

查看仓库
35208年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

LeakManager

安装

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

使用方法

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

修改用户名/密码

root@kitploit:~
编辑 etc/LeakManager.conf 文件

批量插入

root@kitploit:~
CSV 格式
email,username,password,database

CSV 格式示例:
[email protected],admin,admin1234,appXPTO
[email protected],,zezin123,appXPTO
[email protected],paula,123456,appXPTO
[email protected],virus,nicole,appXPTO

LeakManager

下载工具