logpresso / CVE-2021-44228-Scanner

Vulnerability scanner and mitigation patch for Log4j2 CVE-2021-44228
Apache License 2.0
852 stars 173 forks source link

Option to scan network #243

Closed HansMeiser234 closed 2 years ago

HansMeiser234 commented 2 years ago

Hello,

thanks for your work. I like to use your scanner within my systems. I noticed, that the scanner is automatically excluding some system and network paths. I have a linuxserver which is using a windows share which i want to scan. Is there an option (planned) to enable scanning on network shares? The share is delivered by a NAS which does not have the ability to scan by itself.

Thanks, Hans

xeraph commented 2 years ago

@HansMeiser234 Try --exclude-fs none to scan all partitions. See also https://github.com/logpresso/CVE-2021-44228-Scanner/wiki/FAQ#how-can-i-scan-all-partitions

HansMeiser234 commented 2 years ago

Hello xeraph,

thanks for your answer. I think i overlooked this option in the instructions. Works as expected.

Thanks, Hans

xeraph commented 2 years ago

@HansMeiser234 Good :D