Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ssl_to_imap_test [16 January 2025 / 21:00:01] – created kadek | ssl_to_imap_test [29 May 2025 / 18:49:53] (current) – kadek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | openssl s_client -connect IP:port | + | ===== SSL to IMAP Test ===== |
| + | |||
| + | * Test connection: | ||
| - | on connect, type: | + | telnet example.com 143 |
| + | openssl s_client -crlf -connect | ||
| + | openssl s_client -connect example.com -tls1_2 | ||
| + | nmap --script ssl-enum-ciphers -p 443 example.com | ||
| + | |||
| + | * On connection, type: | ||
| + | |||
| + | login email@example.com passwordgoeshere | ||
| + | list "" | ||
| + | select INBOX | ||
| + | status INBOX (MESSAGES) | ||
| + | fetch 1 ALL | ||
| + | logout | ||
| - | login username@domain.tld password | ||
| - | list "" | ||
| - | logout | ||
