diff --git a/pentesting/pentesting-smtp/README.md b/pentesting/pentesting-smtp/README.md index 5db427ea..0d8cbb39 100644 --- a/pentesting/pentesting-smtp/README.md +++ b/pentesting/pentesting-smtp/README.md @@ -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} ```