Skip to content

This program will parse through the Exploit.in database dump and return the specific E-mail addresses and passwords that you are looking for.

Notifications You must be signed in to change notification settings

wdavidjohn/Exploit.in-EmailSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Exploit.in-EmailSearch

This program will parse through the Exploit.in database dump and return the specific E-mail addresses and passwords that you are looking for. ########################################################################################

Usage:

  1. java findEmailAddress email@email.com

Will return the email address and the associated password

  1. java findEmailAddress -f emailAddresses.txt

Will return all the email addresses in the text file and their associated passwords if it is in the Exploit.in DB

  1. java findEmailAddress -h emailAddresses.txt

Uses haveibeenpwned.com API to first check if the email addresses in the file are part of the Exploit.in database and then proceeds to comb through the database for the passwords.

Note: The java program and the text file containing the email addresses to look for should be placed in the same folder as the 111 dump files. #########################################################################################

About

This program will parse through the Exploit.in database dump and return the specific E-mail addresses and passwords that you are looking for.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages