From 02609d5143526c08a1345ffb5a0aeb944ce5854f Mon Sep 17 00:00:00 2001 From: CoolHandSquid <42553774+CoolHandSquid@users.noreply.github.com> Date: Tue, 17 Aug 2021 15:15:59 -0400 Subject: [PATCH] HAC SMTP --- pentesting/pentesting-smtp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ```