Merge pull request #209 from CoolHandSquid/HAC-SMTP

HAC SMTP
This commit is contained in:
Carlos Polop 2021-08-23 21:55:19 +01:00 committed by GitHub
commit 3b7a4c6aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,7 +475,7 @@ Entry_5:
Command: openssl s_client -crlf -connect {IP}:465 &&&& openssl s_client -starttls smtp -crlf -connect {IP}:587
Entry_6:
Name: Find MX Servers:
Name: Find MX Servers
Description: Find MX servers of an organization
Command: dig +short mx {Domain_Name}
```