Advertisement
Jackspade9624

nmap -h

Feb 13th, 2025
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.98 KB | None | 0 0
  1. nmap -h
  2. Nmap 7.95 ( https://nmap.org )
  3. Usage: nmap [Scan Type(s)] [Options] {target specification}
  4. TARGET SPECIFICATION:
  5. Can pass hostnames, IP addresses, networks, etc.
  6. Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
  7. -iL <inputfilename>: Input from list of hosts/networks
  8. -iR <num hosts>: Choose random targets
  9. --exclude <host1[,host2][,host3],...>: Exclude hosts/networks
  10. --excludefile <exclude_file>: Exclude list from file
  11. HOST DISCOVERY:
  12. -sL: List Scan - simply list targets to scan
  13. -sn: Ping Scan - disable port scan
  14. -Pn: Treat all hosts as online -- skip host discovery
  15. -PS/PA/PU/PY[portlist]: TCP SYN, TCP ACK, UDP or SCTP discovery to given ports
  16. -PE/PP/PM: ICMP echo, timestamp, and netmask request discovery probes
  17. -PO[protocol list]: IP Protocol Ping
  18. -n/-R: Never do DNS resolution/Always resolve [default: sometimes]
  19. --dns-servers <serv1[,serv2],...>: Specify custom DNS servers
  20. --system-dns: Use OS's DNS resolver
  21. --traceroute: Trace hop path to each host
  22. SCAN TECHNIQUES:
  23. -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans
  24. -sU: UDP Scan
  25. -sN/sF/sX: TCP Null, FIN, and Xmas scans
  26. --scanflags <flags>: Customize TCP scan flags
  27. -sI <zombie host[:probeport]>: Idle scan
  28. -sY/sZ: SCTP INIT/COOKIE-ECHO scans
  29. -sO: IP protocol scan
  30. -b <FTP relay host>: FTP bounce scan
  31. PORT SPECIFICATION AND SCAN ORDER:
  32. -p <port ranges>: Only scan specified ports
  33. Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9
  34. --exclude-ports <port ranges>: Exclude the specified ports from scanning
  35. -F: Fast mode - Scan fewer ports than the default scan
  36. -r: Scan ports sequentially - don't randomize
  37. --top-ports <number>: Scan <number> most common ports
  38. --port-ratio <ratio>: Scan ports more common than <ratio>
  39. SERVICE/VERSION DETECTION:
  40. -sV: Probe open ports to determine service/version info
  41. --version-intensity <level>: Set from 0 (light) to 9 (try all probes)
  42. --version-light: Limit to most likely probes (intensity 2)
  43. --version-all: Try every single probe (intensity 9)
  44. --version-trace: Show detailed version scan activity (for debugging)
  45. SCRIPT SCAN:
  46. -sC: equivalent to --script=default
  47. --script=<Lua scripts>: <Lua scripts> is a comma separated list of
  48. directories, script-files or script-categories
  49. --script-args=<n1=v1,[n2=v2,...]>: provide arguments to scripts
  50. --script-args-file=filename: provide NSE script args in a file
  51. --script-trace: Show all data sent and received
  52. --script-updatedb: Update the script database.
  53. --script-help=<Lua scripts>: Show help about scripts.
  54. <Lua scripts> is a comma-separated list of script-files or
  55. script-categories.
  56. OS DETECTION:
  57. -O: Enable OS detection
  58. --osscan-limit: Limit OS detection to promising targets
  59. --osscan-guess: Guess OS more aggressively
  60. TIMING AND PERFORMANCE:
  61. Options which take <time> are in seconds, or append 'ms' (milliseconds),
  62. 's' (seconds), 'm' (minutes), or 'h' (hours) to the value (e.g. 30m).
  63. -T<0-5>: Set timing template (higher is faster)
  64. --min-hostgroup/max-hostgroup <size>: Parallel host scan group sizes
  65. --min-parallelism/max-parallelism <numprobes>: Probe parallelization
  66. --min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout <time>: Specifies
  67. probe round trip time.
  68. --max-retries <tries>: Caps number of port scan probe retransmissions.
  69. --host-timeout <time>: Give up on target after this long
  70. --scan-delay/--max-scan-delay <time>: Adjust delay between probes
  71. --min-rate <number>: Send packets no slower than <number> per second
  72. --max-rate <number>: Send packets no faster than <number> per second
  73. FIREWALL/IDS EVASION AND SPOOFING:
  74. -f; --mtu <val>: fragment packets (optionally w/given MTU)
  75. -D <decoy1,decoy2[,ME],...>: Cloak a scan with decoys
  76. -S <IP_Address>: Spoof source address
  77. -e <iface>: Use specified interface
  78. -g/--source-port <portnum>: Use given port number
  79. --proxies <url1,[url2],...>: Relay connections through HTTP/SOCKS4 proxies
  80. --data <hex string>: Append a custom payload to sent packets
  81. --data-string <string>: Append a custom ASCII string to sent packets
  82. --data-length <num>: Append random data to sent packets
  83. --ip-options <options>: Send packets with specified ip options
  84. --ttl <val>: Set IP time-to-live field
  85. --spoof-mac <mac address/prefix/vendor name>: Spoof your MAC address
  86. --badsum: Send packets with a bogus TCP/UDP/SCTP checksum
  87. OUTPUT:
  88. -oN/-oX/-oS/-oG <file>: Output scan in normal, XML, s|<rIpt kIddi3,
  89. and Grepable format, respectively, to the given filename.
  90. -oA <basename>: Output in the three major formats at once
  91. -v: Increase verbosity level (use -vv or more for greater effect)
  92. -d: Increase debugging level (use -dd or more for greater effect)
  93. --reason: Display the reason a port is in a particular state
  94. --open: Only show open (or possibly open) ports
  95. --packet-trace: Show all packets sent and received
  96. --iflist: Print host interfaces and routes (for debugging)
  97. --append-output: Append to rather than clobber specified output files
  98. --resume <filename>: Resume an aborted scan
  99. --noninteractive: Disable runtime interactions via keyboard
  100. --stylesheet <path/URL>: XSL stylesheet to transform XML output to HTML
  101. --webxml: Reference stylesheet from Nmap.Org for more portable XML
  102. --no-stylesheet: Prevent associating of XSL stylesheet w/XML output
  103. MISC:
  104. -6: Enable IPv6 scanning
  105. -A: Enable OS detection, version detection, script scanning, and traceroute
  106. --datadir <dirname>: Specify custom Nmap data file location
  107. --send-eth/--send-ip: Send using raw ethernet frames or IP packets
  108. --privileged: Assume that the user is fully privileged
  109. --unprivileged: Assume the user lacks raw socket privileges
  110. -V: Print version number
  111. -h: Print this help summary page.
  112. EXAMPLES:
  113. nmap -v -A scanme.nmap.org
  114. nmap -v -sn 192.168.0.0/16 10.0.0.0/8
  115. nmap -v -iR 10000 -Pn -p 80
  116. SEE THE MAN PAGE (https://nmap.org/book/man.html) FOR MORE OPTIONS AND EXAMPLES
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement