
많은 이메일과 비밀번호가 포함된 텍스트 파일을 읽고 IMAP 서버에 로그인을 시도하여 자격 증명의 유효성을 확인하는 간단한 Python 스크립트입니다.
IMAPLoginTester는 많은 이메일과 비밀번호가 포함된 텍스트 파일을 읽고, 해당 IMAP 서버에 로그인을 시도하여 자격 증명이 유효한지 확인하는 간단한 Python 스크립트입니다.
사용법:
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
미리보기: