ええコンサルタント,セキュリティ,ITconsultant,ITコンサルタント

ええコンサルタント > セキュリティプラザ > ネットワークセキュリティ

スキャンツール[nmap]

http://www.nmap.orgは、NMAPのホームとなっておりますので、沢山のドキュメントは入手できます。

NMAPはネットワーク調査ツールおよびセキュリティ/ポート・スキャナとして周知されて、実行の際に、システム管理者の権限は必要になっております。

namp <スキャンタイプ> <オプション> <ターゲットの指定>
引数解説
TARGET SPECIFICATION:hostname, IPaddr, networks
-iL <inputFileName>a list of hosts or networks
-iR <numHosts>choose random targets
--exclude <Hosts>Exclude hosts/networks
--excludefile <exclueFileName>exclude list from file
HOST DISCOVERY
-sLList Scan: -simply list targets to scan
-sPPing Scan: -go no further than determining if host is online
-P0Skip host discovery
-PS [portlist]TCP SYN discoverr to given ports
-PA [portlist]TCP ACK discoverr to given ports
-PU [portlist]TCP UDP discoverr to given ports
-PEICMP echo request discovery probes
-PPICMP timestamp request discovery probes
-PMICMP netmask request discovery probes
-nNever do DNS resolution
-RAlways do DNS resolution
SCAN TECHNIQUES
-sNTCP NULL Scan
-sSTCP SYN Scan
-sATCP ACK Scan
-sWTCP Window Scan
-sMTCP Maimon Scan
-sFTCP FIN Scan
-sTTCP connect() Scan
-sXTCP Xmas Scan
-sOIP Protocol Scan
-sl <zombie host>Idle Scan
-b <ftp relay host>FTP bounce Scan
--scanflags <FLAGS>cumtomiza TCP scan flags
PORT SPECIFICATION AND SCAN ORDER
-p <port rangs>only scan specified ports Ex: -p U:0-1023, T:0-2048
-Fscan only the ports listed in the nmap-service file
-rscan ports consecutively - don't randomize
SERVICE/VERSION DETECTION
-sVprobe open ports to determine service/version information
--version-lightlimit to most likely probes for faster identification
--version-alltry every single probe for version detection
--version-traceshow detailed version scan activity
OS DETECTION
-OEnable OS detection
--osscan-limitlimit OS detection to promising targets
--osscan-guessguess OS more aggressively
TIME PERFORMANCE
-T[0-6]set time template, higher is faster, but less precise
--min-hostgroup <msec>parallel host scan group sizes
--max-hostgroup <msec>
--min-parallelism <msec>probe parallelization
--max-parallelism <msec>
--min-rtt-timeout <msec>secifies probe round trip time
--man-rtt-timeout <msec>
--initial-rtt-timeout <msec>
--host-timeout <msec>give up on target after this long
FIREWALL/IDS EVASION AND SPOOFING
-f
--mtu <val>fragmentize packets with given size
-S <srcIP>spoof source IPaddr
-e <IF>use specified interface
-g/--source-port <port>use given portNo
--data-length<num>append random data to send packets
--ttl <val>set TTL Field
--spoof-mac <val>spoof your MAC Address
OUTPUT
-oN <filename>normal
-oX<filename>XML
-oS<filename>script kiddi
-oG<filename>Grepable Format
-oA<basename>output in the three major formats at once
-vincrease verbosity level
-d[0-9]set or increase debugging level
--packet-traceshow all packets send and received
--iflistprint host interfaces and routes
--append-ouput
--resume <filename>resume an aborted scan
--stylesheet <path/URL>XSL stylesheet to transform XML output to HTML
--no_stylesheet
MISC
-6Enable IPv6 scanning
-AEnable OS and Version Detection
--datadir <dirname>specify custom Nmap data file location
--send-ethsend using raw ethernet frames
--send-ipsend using IP packets
--priviligedsend using IP packets
-Vprint Version Number
-hprint hemp summary page

ええコンサルタント > セキュリティプラザ > ネットワークセキュリティ