Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加sql文件直接导入数据库 #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
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.