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