mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Update README.md
This commit is contained in:
parent
71669367c6
commit
12dbc2cff5
1 changed files with 4 additions and 3 deletions
|
@ -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}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue