From 12ec154efb35a637ee59c313cf2f68d192f782d5 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Sun, 3 Jan 2021 12:58:17 -0500 Subject: [PATCH] nmap: remove SSL example to reduce count to 8 --- pages/common/nmap.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 66f68a3dd4..c65a637348 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -32,10 +32,6 @@ `nmap -sSU {{address_or_addresses}}` -- Perform TLS cipher scan against a host to determine supported ciphers and SSL/TLS protocols: - -`nmap --script ssl-enum-ciphers {{address_or_addresses}} -p 443` - - Perform full port, service, version detection scan with all default NSE scripts active against a host to determine weaknesses and info: `nmap -sC -sV {{address_or_addresses}}`