https://github.com/ccongc/e-cology9-sql
泛微e-cology9 SQL注入验证脚本
https://github.com/ccongc/e-cology9-sql
Last synced: 4 months ago
JSON representation
泛微e-cology9 SQL注入验证脚本
- Host: GitHub
- URL: https://github.com/ccongc/e-cology9-sql
- Owner: ccongc
- Created: 2023-04-06T04:38:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T06:26:44.000Z (over 2 years ago)
- Last Synced: 2024-11-21T18:38:38.398Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ccongc/e-cology9-sql - 泛微e-cology9 SQL注入验证脚本 (Python)
README
# e-cology9-sql
泛微e-cology9 SQL注入验证脚本
## 说明
本项目功能为QVD-2023-5012-泛微E-cology9 SQL批量验证
## 各文件功能
poc.py为验证脚本
ip.txt放置目标url,需要携带协议头
```
http://127.0.0.1
https://127.0.0.1
```
result.txt为结果输出,存在漏洞的目标将会存放至result.txt
requirements.txt为py所需依赖
url3.py为sqlmap tamper脚本
## 使用说明
```
pip install requitrements.txt
python poc.py
```
```
sqlmap -r {filename} --tamper=url3.py
```