Skip to content

Instantly share code, notes, and snippets.

@ipan
Created January 18, 2018 01:01
Show Gist options
  • Save ipan/a32f9b0586ed2eab148297f1e67b27a5 to your computer and use it in GitHub Desktop.
Save ipan/a32f9b0586ed2eab148297f1e67b27a5 to your computer and use it in GitHub Desktop.
nmap: useful options #nmap

nmap - port scanner

  1. scanning for open ports

nmap <machine-address>

  1. more verbose

nmap -v <machine-address>

  1. more aggressive; only used in reliable network

nmap -A -T4 <machine-address>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment