Yun Zheng Hu

Results 46 comments of Yun Zheng Hu

Maybe something can be done using `awk` as it looks like when you `print` it will always be at a new line, example: ```bash $ echo -n "ssh-rsa key_without_newline_at_eof" >...

Python has an API called `os.utime` that can set access time on files I believe, of course you will need to have the correct user permissions on the file to...

This tool was mainly developed to catch vulnerable log4j 2.x versions. There is a ticket to add log4j 1.x support, see #14 next version will probably also have support for...

I like adding csv and json support. However this change doesn’t output the results as they are found anymore, so you have to wait until it finishes the scan. I...

Hi, we have a note about this in the `README.md` for windows that it only scans the root drive `c:\` Thanks for your patch, do you think it's possible to...

I think we also need an option for not pausing, for example `--no-auto-prompt`, or else everyone that is deploying log4j-finder automatically will have a pause that cannot be cancelled. Instead...

Hi thanks for reporting! it looks like JndiManager.class is not in these versions so it does not show up. We will need to improve our version detection based on other...

Excluding with `--exclude "*/tinymce_3.5.9.zip"` should work. I didn't have any issue with the `tinymce_3.5.9.zip` file btw. Could be related to the Python version.

Could be because windows use backslash as path separator. Try —exclude “*\tinymce_3.5.9.zip” or —exclude “*tinymce_3.5.9.zip”

Hi, thanks for reporting! Do you know your Python version, or are you running the binaries? There is an issue with Python < 3.7 where ZipFile objects cannot seek in...