
Offenes Erkennungs- und Scan-Tool zum Entdecken und Fuzzing der Log4J-RCE-CVE-2021-44228-Schwachstelle
Offenes Erkennungs- und Scan-Tool zum Auffinden und Fuzzen der Log4J-RCE-Schwachstelle CVE-2021-44228
git clone https://github.com/TaroballzChen/CVE-2021-44228-log4jVulnScanner-metasploit
cd CVE-2021-44228-log4jVulnScanner-metasploit
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp log4j2.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/log4j2.py
msfconsole
use auxiliary/scanner/http/log4j2
set url <vuln url>
set dns <the self dns address or leave blank for dnslog.cn>
set request_type <GET, POST, ALL>
set headers_file <the path of http header param dictionary>
