Closed dorchain closed 2 years ago
I can confirm this.
On one of our Debian systems, we are stuck at this line:
Examining /boot/vmlinuz-4.9.0-16-amd64...
With dorchain's suggestion, we get over this.
I've applied the "(f.isFile() || f.isHidden())" logic to the latest version. Thanks so much for reporting this!
log4j-dector should avoid opening device files, named pipes, sockets, etc., i.e only normal files.
E.g. by adding a small check in Log4JDetector.java