ユーザ用ツール

サイト用ツール


serverapps:nmap

文書の過去の版を表示しています。


Nmap

基本

$ nmap target(hostname or IP)

複数の場合

$ nmap target1(hostname or IP) target2 target3 ...

範囲指定

$ nmap 192.168.0.100-110

ネットワークアドレスを指定

$ nmap 192.168.0.100/24

TCP/UDPプロトコル

options

  -sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans
  -sU: UDP Scan
  -sN/sF/sX: TCP Null, FIN, and Xmas scans
  -sO: IP protocol scan

ポート指定する場合

$ nmap -sT -p port# target(hostname or IP)

OSとバージョン

  -O: Enable OS detection
  -A: Enable OS detection, version detection, script scanning, and traceroute

ping送信をせずにスキャン

$ nmap -Pn target(hostname or IP)

参考

serverapps/nmap.1722147246.txt.gz · 最終更新: 2024/07/28 06:14 by hayashi