ユーザ用ツール

サイト用ツール


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

ポート指定する場合

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

参考

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