Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ring04h committed Feb 6, 2015
1 parent 4d11705 commit f32b60f
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1 @@
# wyportmap
目标端口扫描+系统服务指纹识别

运行流程
-----------------------------------
* 为wyportmap指定扫描目标
* 调用nmap启动后台扫描任务
* NmapParser处理扫描结果
* 后台插件自动分析扫描结果,存入数据库(ORM架构,自动创建表和表结构)

BUG反馈
-----------------------------------
> 微博:http://weibo.com/ringzero<br />
> 邮箱:[email protected]<br />
使用说明
-----------------------------------
### 配置扫描结果存入的数据库
使用的ORM架构,会自动创建数据库表和数据结构

修改wyportmap.py文件第18行
global_dbcoon = 'mysql+mysqldb://root:[email protected]:3306/wyportmap'
global_dbcoon = 'mysql+mysqldb://用户名:密码@数据库服务器IP:数据库端口/数据库名称'

### 命令行使用
usage: wyportmap.py targets taskid

首先你要先安装nmap程序

CentOS
sudo yum -y install nmap

Kali & Ubuntu & Debian
sudo apt-get install nmap

告诉wyportmap.py你的扫描目标,扫描结果会自动存入数据库
sudo python wyportmap.py 42.42.42.42-52

0 comments on commit f32b60f

Please sign in to comment.