소스 검색

remove generic nse example as its probably man page material, not tldr

Henry Vindin 7 년 전
부모
커밋
67314d8548
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      pages/common/nmap.md

+ 0 - 4
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`