Skip to content

Magicleaks it's a python script that checks if an email or a list of email accounts was compromised

License

Notifications You must be signed in to change notification settings

magichk/magicleaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicLeaks

Project description

A python3 script for search possible email account leaks. This project is for educational use, we are not responsible for its misuse.

Dependencies

You can install the dependencies using the requests.txt file: pip3 install -r requirements.txt

If you have alredy installed a new version of tor service, follow this steps in order to downgrade the version of the package:

1.- sudo apt-get purge tor --remove 
2.- Download tor package , for example this for debian based distributions https://packages.debian.org/bullseye/amd64/tor/download
3.- chmod +x tor_0.4.5.10-1\~deb11u1_amd64.deb
4.- sudo dpkg -i tor_0.4.5.10-1\~deb11u1_amd64.deb

Checks

- Firefox monitor
- Pastebin leaks
- Email reputation
- Have I Been Pwned
- Public Mail Records
- Usersearch
- Social network Search like instagram, github and more
- Thatsthem
- haveibeensold.app
- leakpeek
- PGP Public Keys search
- pwndb2am4tzkvold.onion (Using tor service)
- Avast Hack Check (Take care, this service send an email to the account checked)

Options available

alt text

Example Magicleaks with a clean email

alt text

Example Magicleaks with a compromised email account

alt text alt text

Relationship between email and people

In some cases the tool can identify people by his email account. In this cases, maybe, the tool can obtain the physical address too.

alt text

-> In order to use tor version: you need install tor service on your system, start the service and execute the script with root privileges with -t flag.

File mode usage:

The required file needs one email account per line.

Extra

Initial support for Windows environments but this tool is make it for Linux environments.

alt text

About

Magicleaks it's a python script that checks if an email or a list of email accounts was compromised

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages