All Projects → rm1984 → IMAPLoginTester

rm1984 / IMAPLoginTester

Licence: other
A simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login on IMAP servers.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to IMAPLoginTester

MailRipV3
SMTP and IMAP checker / cracker for mailpass combolists with a user-friendly GUI, automated inbox test and many more features.
Stars: ✭ 28 (-40.43%)
Mutual labels:  imap, penetration-testing, imaplib
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (+623.4%)
Mutual labels:  credentials, password, passwords
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+389.36%)
Mutual labels:  credentials, imap, socks5
Pwdlyser-CLI
Python-based CLI Password Analyser (Reporting Tool)
Stars: ✭ 29 (-38.3%)
Mutual labels:  penetration-testing, passwords
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+21.28%)
Mutual labels:  password, passwords
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (-23.4%)
Mutual labels:  password, passwords
Maddy
✉️ Composable all-in-one mail server.
Stars: ✭ 2,800 (+5857.45%)
Mutual labels:  mail, imap
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+93.62%)
Mutual labels:  password, penetration-testing
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-53.19%)
Mutual labels:  password, penetration-testing
hermes
Automates programmables à réaction aux échanges électroniques depuis une boîte IMAP4
Stars: ✭ 15 (-68.09%)
Mutual labels:  mail, imap
mongoose-pii
A Mongoose plugin that lets you transparently cipher stored PII and use securely-hashed passwords
Stars: ✭ 43 (-8.51%)
Mutual labels:  password, passwords
react-login-registration
An example React / Redux / Redux Saga application talking to a Symfony 3 API
Stars: ✭ 31 (-34.04%)
Mutual labels:  login, password
Meli
🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli
Stars: ✭ 242 (+414.89%)
Mutual labels:  mail, imap
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (+65.96%)
Mutual labels:  mail, imap
Mailu
Insular email distribution - mail server as Docker images
Stars: ✭ 3,151 (+6604.26%)
Mutual labels:  mail, imap
imail
small mail server
Stars: ✭ 88 (+87.23%)
Mutual labels:  mail, imap
Mail
The Hoa\Mail library.
Stars: ✭ 24 (-48.94%)
Mutual labels:  mail, imap
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+270.21%)
Mutual labels:  password, passwords
skirnir
Skirnir Email Server
Stars: ✭ 31 (-34.04%)
Mutual labels:  mail, imap
Imapbackup
A Python script for incremental backups of IMAP mailboxes
Stars: ✭ 156 (+231.91%)
Mutual labels:  mail, imap

IMAPLoginTester

IMAPLoginTester is a simple Python script that reads a text file with lots of e-mails and passwords, and tries to check if those credentials are valid by trying to login to the respective IMAP servers.

Usage:

usage: imaplogintester.py [-h] -i INPUT [-o OUTPUT] [-s] [-t SLEEP_TIME] [-T TIMEOUT] [-P SOCKS5_PROXY] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        input file with e-mails and passwords
  -o OUTPUT, --output OUTPUT
                        save successes to output file
  -s, --show-successes  show successes only (no failures)
  -t SLEEP_TIME, --sleep-time SLEEP_TIME
                        set sleep time between tests (in seconds)
  -T TIMEOUT, --timeout TIMEOUT
                        set login requests timeout (in seconds)
  -P SOCKS5_PROXY, --socks5-proxy SOCKS5_PROXY
                        use a SOCKS5 proxy (eg: "localhost:9050")
  -v, --verbose         show verbose messages

Preview:

IMAPLoginTester screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].