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

Update README.md

This commit is contained in:
CoolHandSquid 2021-08-15 14:03:22 -04:00 committed by GitHub
parent 71669367c6
commit 12dbc2cff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -474,7 +474,8 @@ Entry_5:
Description: Attempt to connect to SMTPS two different ways
Command: openssl s_client -crlf -connect {IP}:465 &&&& openssl s_client -starttls smtp -crlf -connect {IP}:587
Name: Find MX Servers:
Description: Find MX servers of an organization
Command: dig +short mx {Domain_Name}
Entry_6:
Name: Find MX Servers:
Description: Find MX servers of an organization
Command: dig +short mx {Domain_Name}
```