nmap使用帮助翻译

Nmap 7.60 ( https://nmap.org )
Usage: nmap [扫描类型] [操作] {目标说明}
目标说明:
  可以识别主机名、IP地址、网络,等等。
  例如: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
  -iL <输入地址来源的文件名>: 从主机/网络列表中输入
  -iR <主机数量>: 选择随机目标
  --exclude : 排除的主机/网络
  --excludefile : 取自文件中的排除列表
主机发现:
  -sL: 列表扫描 - 进扫描列表中的目标
  -sn: Ping 扫描 - 禁用端口扫描
  -Pn: Treat all hosts as online -- 跳过主机发现
  -PS/PA/PU/PY[portlist]: TCP SYN/TCP ACK/UDP/SCTP发现给定的端口
  -PE/PP/PM: ICMP回声请求, 时间戳请求, 和掩码地址请求
  -PO[protocol list]: IP Protocol Ping
  -n/-R: 不做DNS域名解析/总是解析 [default: sometimes]
  --dns-servers : Specify custom DNS servers
  --system-dns: Use OS's DNS resolver
  --traceroute: Trace hop path to each host
扫描技术:
  -sS/sT/sA/sW/sM: TCP SYN扫描/TCP Connect()扫描/TCP ACK扫描/TCP 窗口扫描/TCP Maimon扫描
  -sU: UDP 扫描
  -sN/sF/sX: TCP Null, FIN, and Xmas 扫描
  --scanflags : 定制TCP扫描标志
  -sI : Idle scan
  -sY/sZ: SCTP INIT/COOKIE-ECHO scans
  -sO: IP协议扫描
  -b : FTP 弹跳扫描
端口规范和扫描顺序:
  -p : 仅扫描指定端口
    Ex: -p22; -p1-65535; -p U:53,111,137,T:21-25,80,139,8080,S:9
  --exclude-ports : Exclude the specified ports from scanning
  -F: 快速模式 - Scan fewer ports than the default scan
  -r: 连续扫描端口 - 不随机
  --top-ports : Scan most common ports
  --port-ratio : Scan ports more common than
服务/版本检测:
  -sV: 探查打开端口以确定服务/版本信息
  --version-intensity : Set from 0 (light) to 9 (try all probes)
  --version-light: Limit to most likely probes (intensity 2)
  --version-all: Try every single probe (intensity 9)
  --version-trace: Show detailed version scan activity (for debugging)
脚本扫描:
  -sC: 相当于 --script=default
  --script=: 是一个一逗号分隔的目录、脚本文件或脚本类别
  --script-args=: 提供脚本参数
  --script-args-file=filename: 从文件中提供NSE脚本参数
  --script-trace: 显示所有发送/收到的数据
  --script-updatedb: 更新脚本数据库
  --script-help=: 显示脚本帮助。
           is a comma-separated list of script-files or
           script-categories.
操作系统探测:
  -O: 能够进行操作系统探测
  --osscan-limit: 限制OS检测到有希望的目标
  --osscan-guess: 更深入猜测OS
定时和性能:
  操作

你可能感兴趣的:(nmap使用帮助翻译)