
笔记本电池修复软件中文版下载-盘锦空调维修技术培训学校, 名爵ZS智能互联系统使用手册-玉林空调维修技术培训学校, autodesk revit architecture 2014中文破解版下载 32位&64位(附-汉中空调维修技术培训, 美的空调安装维修实用手册-东营空调维修技术培训学校,
译注
该Nmap参考指南中文版由Fei Yang <fyang1024@gmail.com>和Lei Li<lilei_721@6611.org> 从英文版本翻译而来。 我们希望这将使全世界使用中文的人们更了解Nmap,但我们不能保证该译本和官方的 英文版本一样完整,也不能保证同步更新。 它可以在Creative Commons Attribution License下被修改并重新发布。
选项概要当Nmap不带选项运行时,该选项概要会被输出,最新的版本在这里 。 它帮助人们记住最常用的选项,但不能替代本手册其余深入的文档,一些晦涩的选项甚至不在这里。
Usage:nmap[ScanType(s)][Options]{targetspecification}
TARGETSPECIFICATION:
Canpasshostnames,IPaddresses,networks,etc.
Ex:scanme.nmap.org,microsoft.com/24,192.168.0.1;10.0-255.0-255.1-254
-iL<inputfilename>:Inputfromlistofhosts/networks
-iR<numhosts>:Chooserandomtargets
--exclude<host1[,host2][,host3],...>:Excludehosts/networks
--excludefile<exclude_file>:Excludelistfromfile
HOSTDISCOVERY:
-sL:ListScan-simplylisttargetstoscan
-sP:PingScan-gonofurtherthandeterminingifhostisonline
-P0:Treatallhostsasonline--skiphostdiscovery
-PS/PA/PU[portlist]:TCPSYN/ACKorUDPdiscoveryprobestogivenports
-PE/PP/PM:ICMPecho,timestamp,andnetmaskrequestdiscoveryprobes
-n/-R:NeverdoDNSresolution/Alwaysresolve[default:sometimesresolve]
SCANTECHNIQUES:
-sS/sT/sA/sW/sM:TCPSYN/Connect()/ACK/Window/Maimonscans
-sN/sF/sX:TCPNull,FIN,andXmasscans
--scanflags<flags>:CustomizeTCPscanflags
-sI<zombiehost[:probeport]>:Idlescan
-sO:IPprotocolscan
-b<ftprelayhost>:FTPbouncescan
PORTSPECIFICATIONANDSCANORDER:
-p<portranges>:Onlyscanspecifiedports
Ex:-p22;-p1-65535;-pU:53,111,137,T:21-25,80,139,8080
-F:Fast-Scanonlytheportslistedinthenmap-servicesfile)
-r:Scanportsconsecutively-don'trandomize
SERVICE/VERSIONDETECTION:
-sV:Probeopenportstodetermineservice/versioninfo
--version-light:Limittomostlikelyprobesforfasteridentification
--version-all:Tryeverysingleprobeforversiondetection
--version-trace:Showdetailedversionscanactivity(fordebugging)
OSDETECTION:
-O:EnableOSdetection
--osscan-limit:LimitOSdetectiontopromisingtargets
--osscan-guess:GuessOSmoreaggressively
TIMINGANDPERFORMANCE:
-T[0-6]:Settimingtemplate(higherisfaster)
--min-hostgroup/max-hostgroup<msec>:Parallelhostscangroupsizes
--min-parallelism/max-parallelism<msec>:Probeparallelization
--min-rtt-timeout/max-rtt-timeout/initial-rtt-timeout<msec>:Specifies
proberoundtriptime.
--host-timeout<msec>:Giveupontargetafterthislong
--scan-delay/--max-scan-delay<msec>:Adjustdelaybetweenprobes
FIREWALL/IDSEVASIONANDSPOOFING:
-f;--mtu<val>:fragmentpackets(optionallyw/givenMTU)
-D<decoy1,decoy2[,ME],...>:Cloakascanwithdecoys
-S<IP_Address>:Spoofsourceaddress
-e<iface>:Usespecifiedinterface
-g/--source-port<portnum>:Usegivenportnumber
--data-length<num>:Appendrandomdatatosentpackets
--ttl<val>:SetIPtime-to-livefield
--spoof-mac<macaddress,prefix,orvendorname>:SpoofyourMACaddress
OUTPUT:
-oN/-oX/-oS/-oG<file>:Outputscanresultsinnormal,XML,s|<rIptkIddi3,
andGrepableformat,respectively,tothegivenfilename.
-oA<basename>:Outputinthethreemajorformatsatonce
-v:Increaseverbositylevel(usetwiceformoreeffect)
-d[level]:Setorincreasedebugginglevel(Upto9ismeaningful)
--packet-trace:Showallpacketssentandreceived
--iflist:Printhostinterfacesandroutes(fordebugging)
--append-output:Appendtoratherthanclobberspecifiedoutputfiles
--resume<filename>:Resumeanabortedscan
--stylesheet<path/URL>:XSLstylesheettotransformXMLoutputtoHTML
--no-stylesheet:PreventNmapfromassociatingXSLstylesheetw/XMLoutput
MISC:
-6:EnableIPv6scanning
-A:EnablesOSdetectionandVersiondetection
--datadir<dirname>:SpecifycustomNmapdatafilelocation
--send-eth/--send-ip:SendpacketsusingrawethernetframesorIPpackets
--privileged:Assumethattheuserisfullyprivileged
-V:Printversionnumber
-h:Printthishelpsummarypage.
EXAMPLES:
nmap-v-Ascanme.nmap.org
nmap-v-sP192.168.0.0/1610.0.0.0/8
nmap-v-iR10000-P0-p80
除了选项,所有出现在Nmap命令行上的都被视为对目标主机的说明。 最简单的情况是指定一个目标IP地址或主机名。
有时候您希望扫描整个网络的相邻主机。为此,Nmap支持CIDR风格的地址。您可以附加 一个/<numbit>在一个IP地址或主机名后面, Nmap将会扫描所有和该参考IP地址具有 <numbit>相同比特的所有IP地址或主机。 例如,192.168.10.0/24将会扫描192.168.10.0 (二进制格式: 11000000 10101000 00001010 00000000)和192.168.10.255 (二进制格式: 11000000 10101000 00001010 11111111)之间的256台主机。 192.168.10.40/24 将会做同样的事情。假设主机 scanme.nmap.org的IP地址是205.217.153.62, scanme.nmap.org/16 将扫描205.217.0.0和205.217.255.255之间的65,536 个IP地址。 所允许的最小值是/1, 这将会扫描半个互联网。最大值是/32,这将会扫描该主机或IP地址, 因为所有的比特都固定了。
Nmap中文手册-河源空调维修技术培训学校笔记本电池修复软件中文版下载-盘锦空调维修技术培训学校, 名爵ZS智能互联系统使用手册-玉林空调维修技术培训学校, autodesk revit architecture 2014中文破解版下载 32位&64位(附-汉中空调维修技术培训, 美的空调安装维修实用手册-东营空调维修技术培训学校,