https://github.com/telanflow/tryscan
TryScan自动化SQL注入检测
https://github.com/telanflow/tryscan
python python3 sql
Last synced: 6 months ago
JSON representation
TryScan自动化SQL注入检测
- Host: GitHub
- URL: https://github.com/telanflow/tryscan
- Owner: telanflow
- License: mit
- Created: 2016-08-23T09:43:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T05:40:43.000Z (over 2 years ago)
- Last Synced: 2025-04-01T18:50:14.109Z (7 months ago)
- Topics: python, python3, sql
- Language: HTML
- Size: 1.03 MB
- Stars: 29
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TryScan - 自动化Sql注入检测工具
* 通过普通浏览、操作网页,自动检测存在sql注入的漏洞
* 浏览器端必须使用:[TryScanClient](https://github.com/ziiber/TryScan-Client)
* 妈妈再也不用担心我找不到洞洞啦~ 躺着也能挖洞
> 该项目仅做学习使用
### 环境
* 开发框架:Flask
* 开发环境:python 3.x
### 安装使用
* 安装依赖 pip install -r requirement.txt
* 启动sqlmap api服务:`python sqlmapapi.py -s`
* 修改 config.py 配置文件
- 数据库配置
- sqlmap api 服务配置
* 创建数据库 `python manage.py create_all`
* 启动调度器 `python scheduler.py`
* 启动应用 `python run.py`
### 预览

### 开发人员
* Try [ziiber@foxmail.com](http://ziiber.me)
* 时间:2016-07-22