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
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

ユーザー/パスワードの変更

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

一括挿入

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

ツールをダウンロード