Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.
/ owaCheck Public archive

SimpleScript to check from a file if username:password works on IMAP

License

Notifications You must be signed in to change notification settings

lyfak/owaCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owaCheck

SimpleScript to check from a file with username:password if they are valid on a mailServer. The name just comes from my first usage

$ python mailcheck.py --help                                                
Usage: mailcheck.py [OPTIONS]

Options:
  --html TEXT             If True generates an html report. Works only if
                          --search or --searchpassword used
  --search TEXT           [OPTIONAL] Search in this mailbox and retrieves mails
                          with this word
  --searchpasswords TEXT  [OPTIONAL] If True checks for password in this mailbox
                          and retrieves mails
  --out TEXT              [OPTIONAL] default:out.txt Output fileName 
  --server TEXT           IMAP server address
  --file TEXT             Input fileName. Format : "mail:password"
  --help                  Show this message and exit.                                                                                           

works on IMAP

The default output is a file named out.txt

Do a second round checking for each valid email account for the word password in it with --passwordsearch True

Generate an html report with thumbnails for easy search with --html True

Install

You will need to install wkhtmltoimage from https://wkhtmltopdf.org/downloads.html

Then run :

got clone https://github.com/Maximevilla/owaCheck
cd owaCheck
python setup.py install

TODO :

  • password spray
  • List of known Imap server for domains in order to make Mixed domains search easyier

About

SimpleScript to check from a file if username:password works on IMAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published