nmap的部分用法
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-01
debian:/# nmap -sP 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:29 CST Host localhost (10.10.10.136) appears to be up. Nmap done: 1 IP address (1 host up) scanned in 0.038 seconds debian:/# debian:/# nmap -sS 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:08 CST Interesting ports on 10.10.10.136: Not shown: 1712 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 111/tcp open rpcbind Nmap done: 1 IP address (1 host up) scanned in 13.134 seconds debian:/# nmap -sT 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:09 CST Interesting ports on 10.10.10.136: Not shown: 1712 closed ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 111/tcp open rpcbind Nmap done: 1 IP address (1 host up) scanned in 13.165 seconds debian:/# nmap -sU 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:09 CST Interesting ports on 10.10.10.136: Not shown: 1484 closed ports PORT STATE SERVICE 68/udp open|filtered dhcpc 111/udp open|filtered rpcbind 631/udp open|filtered unknown 883/udp open|filtered unknown Nmap done: 1 IP address (1 host up) scanned in 14.266 seconds debian:/# nmap -sF 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:10 CST Interesting ports on 10.10.10.136: Not shown: 1712 closed ports PORT STATE SERVICE 22/tcp open|filtered ssh 80/tcp open|filtered http 111/tcp open|filtered rpcbind 拥有帝国一切,皆有可能。欢迎访问phome.net Nmap done: 1 IP address (1 host up) scanned in 14.432 seconds debian:/# nmap -sX 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:11 CST Interesting ports on 10.10.10.136: Not shown: 1712 closed ports PORT STATE SERVICE 22/tcp open|filtered ssh 80/tcp open|filtered http 111/tcp open|filtered rpcbind Nmap done: 1 IP address (1 host up) scanned in 14.261 seconds debian:/# nmap -sN 10.10.10.136 Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:11 CST Interesting ports on 10.10.10.136: Not shown: 1712 closed ports PORT STATE SERVICE 22/tcp open|filtered ssh 80/tcp open|filtered http 111/tcp open|filtered rpcbind Nmap done: 1 IP address (1 host up) scanned in 14.247 seconds debian:/# nmap -sI 10.10.10.136 WARNING: Many people use -PN w/Idlescan to prevent pings from their true IP. On the other hand, timing info Nmap gains from pings can allow for faster, more reliable scans. Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:13 CST WARNING: No targets were specified, so 0 hosts scanned. Nmap done: 0 IP addresses (0 hosts up) scanned in 2.036 seconds debian:/# nmap -sI -P0 10.10.10.136 WARNING: Many people use -PN w/Idlescan to prevent pings from their true IP. On the other hand, timing info Nmap gains from pings can allow for faster, more reliable scans. Starting Nmap 4.62 ( http://nmap.org ) at 2009-07-30 14:13 CST Skipping Idle Scan against 10.10.10.136 -- you can''t idle scan your own machine (localhost). 0 ports scanned on 10.10.10.136 Nmap done: 1 IP address (1 host up) scanned in 15. |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Linux升级OpenSSH完整手册下一篇: 系统引导管理器GRUB学习笔记
关于nmap的部分用法的所有评论