Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arno567/ShiroScanF
shiro反序列化批量ip快速检测脚本
https://github.com/arno567/ShiroScanF
Last synced: 3 months ago
JSON representation
shiro反序列化批量ip快速检测脚本
- Host: GitHub
- URL: https://github.com/arno567/ShiroScanF
- Owner: arno567
- Created: 2020-07-15T07:12:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T02:34:18.000Z (over 4 years ago)
- Last Synced: 2024-05-08T01:33:47.176Z (6 months ago)
- Language: Python
- Size: 197 KB
- Stars: 79
- Watchers: 1
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - arno567/ShiroScanF - shiro反序列化批量ip快速检测脚本 (Python)
README
# shiroscanF
shiro反序列化批量ip快速检测脚本
魔改的 https://github.com/sv3nbeast/ShiroScan 之前的老版本
自行安装相关模块
1. 增加线程池快速扫描 代码中第127行可以修改线程数
2. 解决https检测问题
3. payload中自动将模块、key值、检测目标url添加到dnslog的头部,dnslog平台会接收到存在漏洞的ip地址信息,方便进行筛查和漏洞记录
4. 增加100key
# 简单使用
1. 下载文件解压
2. 在 https://github.com/sv3nbeast/ShiroScan 中下载ysoserial.jar放在目录下
3. 修改第124行的dnslog地址
4. url.txt中写入目标地址列表,格式 http://xxxx 或者 https://xxxxx:000
5. python3运行脚本 观察dnslog服务器即可
# 演示
![ys](https://github.com/arno567/shiroFscan/blob/master/ceshi.jpg)