From 67314d85488073abfa1e686b51409309cef0d16a Mon Sep 17 00:00:00 2001 From: Henry Vindin Date: Thu, 26 Oct 2017 00:51:49 +1100 Subject: [PATCH] remove generic nse example as its probably man page material, not tldr --- pages/common/nmap.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/nmap.md b/pages/common/nmap.md index c0e340693d..ae203e31dc 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -27,10 +27,6 @@ `nmap -sSU {{address_or_addresses}}` -- Perform scan using an nmap nse script: - -`nmap --script {{script_name_without_nse_extension}} {{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`