Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 399 Bytes

nmap.md

File metadata and controls

11 lines (6 loc) · 399 Bytes

NMAP Recon Cheatsheet

Test for Heartbleed Vulnerability

nmap --script ssl-heartbleed --script-args vulns.showall -sV <subnet_goes_here>

Firewall present ?

If nmap does not show any filtered port, no firewall is present (Either in front or on the scanned host).

However, firewalls can be configured such that they reply REJECT (Acting as a normal TCP/IP response when closed port).