Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
![search](search.jpg)
![author](author.jpg)


# 快捷运行方法
1、下载资源文件,解压缩,不需要执行下面的第二步,不需要python 环境;
2、下载sql 文件,导入到数据库,修改 `config.php` 文件,即可运行(即 第三步 )。


0x00.介绍
--------
+ 灵感来源于hanc00l的github项目[wooyun_public](https://github.com/hanc00l/wooyun_public)
Expand All @@ -21,11 +27,13 @@ bugs 链接: http://pan.baidu.com/s/1bpC8wkn 密码: q88g(9.25更新)
drops 链接:http://pan.baidu.com/s/1i5Q8L3f 密码:6apj
```


0x01.依赖组件及说明
--------

+ python 2.7和pip

+ python依赖:MySQLdb,lxml(推荐)
+ python依赖:MySQLdb(安装失败,可以用PyMySQL代替),lxml(推荐)

+ mysql,php及任意web服务器(php需开启pdo-mysql模块

Expand Down
135 changes: 135 additions & 0 deletions sql/bugs.sql

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions sql/drops.sql

Large diffs are not rendered by default.