<div style="display:block">
<h1 style="">NMAP 基础教程</h1>
<div style="margin-top:15px; margin-right:0px; margin-bottom:0px; margin-left:0px; font-size:15px; color:rgb(157,158,159)">
<a href="http://drops.wooyun.org/author/he1renyagao" rel="noopener noreferrer" style="background-color:transparent; text-decoration:none; color:rgb(157,158,159)" target="_blank">he1renyagao</a> <span style="margin-top:0px; margin-right:3px; margin-bottom:0px; margin-left:3px"> ·</span> <span style="" title="2014/05/18 15:50">2014/05/18 15:50</span>
</div>
</div>
<div style="display:block; margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px">
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> </p>
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> 原文地址:http://infotechbits.wordpress.com/2014/05/04/introduction-to-basic-nmap/</p>
<h2 style="font-family:inherit; font-weight:400; color:inherit; margin-top:20px; margin-bottom:20px; font-size:24px; margin-right:0px; margin-left:0px"> 0x00 nmap 介绍</h2>
<hr style="height:0px; margin-top:20px; margin-bottom:20px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; border-style:initial; border-color:initial; border-top-width:1px; border-top-style:solid; border-top-color:rgb(238,238,238)">
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> Nmap (网络映射器)是由 Gordon Lyon设计,用来探测计算机网络上的主机和服务的一种安全扫描器。为了绘制网络拓扑图,Nmap的发送特制的数据包到目标主机,然后对返回数据包进行分析。Nmap是一款枚举和测试网络的强大工具。</p>
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> Nmap 特点:</p>
<pre style="overflow-x:auto; overflow-y:auto; font-family:Menlo,Monaco,Consolas,'Andale Mono','lucida console','Courier New',monospace; font-size:15px; display:block; padding-top:0.4em; padding-right:0.6em; padding-bottom:0.4em; padding-left:0.6em; margin-top:1em; margin-right:0px; margin-bottom:1em; margin-left:0px; color:rgb(51,51,51); word-break:break-all; word-wrap:normal; background-color:rgb(248,248,248); border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid; border-top-color:rgb(204,204,204); border-right-color:rgb(204,204,204); border-bottom-color:rgb(204,204,204); border-left-color:rgb(204,204,204); width:auto">主机探测:探测网络上的主机,例如列出响应TCP和ICMP请求、icmp请求、开放特别端口的主机。
端口扫描:探测目标主机所开放的端口。
版本检测:探测目标主机的网络服务,判断其服务名称及版本号。
系统检测:探测目标主机的操作系统及网络设备的硬件特性。
支持探测脚本的编写:使用Nmap的脚本引擎(NSE)和Lua编程语言。
</pre>
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> Nmap 能扫描出目标的详细信息包括、DNS反解、设备类型和mac地址。</p>
<p style="margin-top:20px; margin-right:0px; margin-bottom:20px; margin-left:0px"> (DNS 反解详情移步<a href="http://www.debouncer.com/reverse-dns-check" rel="noopener noreferrer" style="background-color:transparent; text-decoration:none; color:rgb(51,122,183)" target="_blank">http://www.debouncer.com/reverse-dns-check</a>)</p>
<h2 style="font-family:inherit; font-weight:400; color:inherit; margin-top:20px; margin-bottom:20px; font-size:24px; margin-right:0px; margin-left:0px"> 0x01 Nmap 典型用途:</h2>
<hr style="height:0px; margin-top:20px; margin-bottom:20px; border-right-width:0px; border-bottom-width:0px; border-left-width:0px; border-style:initial; border-color:initial; border-top-width:1px; border-top-style:solid; border-top-color:rgb(238,238,238)">
<pre style="overflow-x:auto; overflow-y:auto; font-family:Menlo,Monaco,Consolas,'Andale Mono','lucida console','Courier New',monospace; font-size:15px; display:block; padding-top:0.4em; padding-right:0.6em; padding-bottom:0.4em; padding-left:0.6em; margin-top:1em; margin-right:0px; margin-bottom:1em; margin-left:0px; color:rgb(51,51,51); word-break:break-all; word-wrap:normal; background-color:rgb(248,248,248); border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; border-top-style:solid; border-right-style:solid; border-bottom-style:solid; border-left-style:solid; border-top-color:rgb(204,204,204); border-right-color:rgb(204,204,204); border-bottom-color:rgb(204,204,204); border-left-color:rgb(204,204,204); width:auto">1、通过对设备或者防火墙的探测来审计它的安全性。
2、探测目标主机所开放的端口。
3、网络存储,网络映射,维护和资产管理。(这个有待深入)
4、通过识别新的服务器审计网络的安全性。
5、探测网络上的主机。
</pre>
<h2 style="font-family:inherit; font-weight:400; color:inherit; margin-top:20px; margin-bottom:20px; font-size:24px; margin-right:0px; margin-left:0px"> 0x02 nmap 安装</h2>
<hr style="height:0px; margin-top:20px; margin-bottom:20px; border-right-width:0px; border-bottom-width:0px; border-left-w |
|