Vulnerability Analysis

LeakManager – A Tool To Help You Manage Your Leaks

A Tool To Help You Manage Your Leaks

Install

sudo apt-get install mongodb-org screen
pip3 install -r requeriments.txt

Usage

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

edit etc/LeakManager.conf file

MassInsert

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

 

About the author

Mazen Elzanaty

Add Comment

Click here to post a comment

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: