https://github.com/imagemlt/loggedproxy
记录流量的http(s)代理+分布式被动漏洞扫描
https://github.com/imagemlt/loggedproxy
Last synced: about 1 year ago
JSON representation
记录流量的http(s)代理+分布式被动漏洞扫描
- Host: GitHub
- URL: https://github.com/imagemlt/loggedproxy
- Owner: imagemlt
- Created: 2019-02-28T04:57:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T00:08:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T13:46:00.536Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 23
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# LoggedProxy
记录流量到数据库中的http(s)代理服务器,支持分布式的被动式漏洞扫描
目前完成进度:
* [x] proxy部分
* [x] 被动扫描主体框架
* [x] 集成反射型XSS的poc
* [x] 集成通过sqlmapAPI进行sql注入检测