TaroballzChen/CVE-2021-44228-log4jVulnScanner-metasploit

I can't find the log4j2 module in the metasploit

Chinakentgao opened this issue · 7 comments

version:metasploit v6.1.20-dev
I copied the file to the path and started msfconsole Auxiliary display added 1 But no files were found Only MSF carries its own scanning module

dir:/root/.msf4/modules/auxiliary/scanner/http/

you need to change the script execute permission by chmod command

chmod +x  /root/.msf4/modules/auxiliary/scanner/http/log4j2.py

you need to change the script execute permission by chmod command

chmod +x  /root/.msf4/modules/auxiliary/scanner/http/log4j2.py

I do it. The result is the same

check the framework.log which is in ~/.msf4/log/ to find the error message

check the framework.log which is in ~/.msf4/log/ to find the error message
The module scanner/http/log4j2 is ambiguous with scanner/http/log4j2.

I suggested that change the file log4j2.py to other name with lowercase, then repeat the step on preparation POC section again.

I suggested that change the file log4j2.py to other name with lowercase, then repeat the step on preparation POC section again.

Still not! I gave up