Update get-log4jrcevulnerability.ps1#36
Update get-log4jrcevulnerability.ps1#36Robby-Swartenbroekx wants to merge 10 commits intoN-able:masterfrom
Conversation
|
I've added your update through as 0.2.2 but I was still seeing a problem wth characters not reading correctly eg © ℗®™ Log: Script:
|
|
Hmm, strange, I have about the same (also Progress), but with me this does work: select-string "JndiLookup.class" "D:\SORTED\P\Progress\Progress® SavvionT Process Modeler 8.0.0.1\PROGRESS_SAVVION_PROCESSMODELER_8.0.0.1_ALL\Installer\setup.jar" This doesn't give any errors. Even making it longer and add extra special characters, it doesn't stop select-string from processing it. The only thing I find strange is that ™ is viewed as T when I copy this character to a powershell window. But that is only a viewing thing, because if I change that character by a regular T, it says it doesn't find the path. |
616834d to
a8dfb55
Compare
if there are some special characters in filepaths, select-string failed. With adding quotes around the pathname, this is solved.