Chinaunix首页 | 论坛 | 博客
  • 博客访问: 590306
  • 博文数量: 150
  • 博客积分: 1132
  • 博客等级: 少尉
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-11 16:46
文章分类

全部博文(150)

文章存档

2015年(15)

2014年(75)

2013年(4)

2012年(56)

分类: 网络与安全

2014-08-21 15:39:48

man nmap
Nmap ("Network Mapper") is an open source tool for network exploration and security auditing.

SYNOPSIS:
nmap [Scan Type...] [Options] {target specification}

example:
nmap -sT -T4 -n -p1-65535 192.168.1.3          # Need root authority
-sT: 扫描 tcp 端口,扫描 udp 端口为:-sU
-T4: 时间设置,后面的数字越大,扫描速度越快。
-n:不将 IP 地址解析为域名。
-p1-65535:指定的端口扫描范围为:1-65535
192.168.1.3:要扫描的主机。

参考文档:

阅读(705) | 评论(0) | 转发(0) |
0

上一篇:getent & run-parts

下一篇:git 的使用

给主人留下些什么吧!~~