8000 Fix broken headings in Markdown files by bryant1410 · Pull Request #11 · code-scan/GourdScan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Fix broken headings in Markdown files #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
程序使用python与php开发,需要安装python。
利用sqlmapapi进行漏洞的检测,然后通过浏览器代理方式获取请求,然后对其进行测试

#INSTALl
##环境
# INSTALl
## 环境
```
python 2.7 tornado
php
mysql
apache
```
##Windows
## Windows



安装wamp,导入数据库

##Linux
## Linux
先安装好lamp,


Expand Down Expand Up @@ -55,7 +55,7 @@ def api_get():
```
改成你的host地址

#配置
# 配置
打开 http://localhost:88/config.php 在list里面添加sqlmapapi节点

格式为
Expand All @@ -74,7 +74,7 @@ youhash可以随意填写,主要用于分类
http://localhost:88/config.php
查看你的分类,点击分类名称即可查看。

#使用
# 使用
首先运行sqlmapapi,并且在config里面增加一个节点
```shell
cd proxy/
Expand Down
0