https://github.com/j3ers3/log4scan
Log4Shell Scan
https://github.com/j3ers3/log4scan
burp-extensions log4j2
Last synced: about 1 year ago
JSON representation
Log4Shell Scan
- Host: GitHub
- URL: https://github.com/j3ers3/log4scan
- Owner: j3ers3
- Created: 2021-12-29T08:16:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T05:53:58.000Z (over 4 years ago)
- Last Synced: 2025-04-09T08:51:16.173Z (over 1 year ago)
- Topics: burp-extensions, log4j2
- Language: Python
- Homepage:
- Size: 313 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐞 Log4Scan
🔧 Log4Shell 简单的主动和被动扫描脚本
## Log4scan
针对header头和fuzz参数的主动批量扫描,用于大批量黑盒检测
> 先配置ceye信息
```
self.host = ""
self.token = ""
```

## PassiveLog4Scan
burp suite 被动扫描插件,对每个参数、header头、Cookie做扫描
> 先配置ceye信息
```
self.host = ""
self.token = ""
```
