1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2020-09-23 19:24:09 +00:00 committed by gitbook-bot
parent 0e041507e5
commit 8fdc4df800
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -37,6 +37,7 @@ nc -vn <IP> 25
**SMTPS**:
```bash
openssl s_client -crlf -connect smtp.mailgun.org:465 #SSL/TLS without starttls command
openssl s_client -starttls smtp -crlf -connect smtp.mailgun.org:587
```