IMAPLoginTester - Versión para impresión +- HACKING NICARAGUA (http://hackingnicaragua.com/Foro) +-- Foro: HACKING (http://hackingnicaragua.com/Foro/forumdisplay.php?fid=3) +--- Foro: SCRIPTING (http://hackingnicaragua.com/Foro/forumdisplay.php?fid=16) +--- Tema: IMAPLoginTester (/showthread.php?tid=6) |
IMAPLoginTester - Y@miruS@m@ - 08-06-2021 Una secuencia de comandos de Python simple que lee un archivo de texto con muchos correos electrónicos y contraseñas, e intenta verificar si esas credenciales son válidas al intentar iniciar sesión en servidores IMAP Link: https://github.com/rm1984/IMAPLoginTester Comandos para su uso 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 |