Robert Turner
Activity overview
Latest activity by Robert Turner-
Robert Turner commented, Jeb Gardner I ended up having the same issues, I kept getting odd errors depending on what I did. What worked for me was taking everything out except the "Get-ChildItem" piece, running the scan, th...
-
Robert Turner commented, Nick Franzen Try replacing Get-ChildItem line with this: foreach ($drive in $(Get-PSDrive -PSProvider FileSystem) ){Get-ChildItem -Path $drive.Root -filter "log4j*.jar" -file -recurse -erroraction ...
-
Robert Turner commented, MP82 I had false negatives as well, I think the reliance on the hash table is where I ran into issues. Some of my 2.11s and 2.9s didn't match the hash table, but were still vulnerable. I ended up w...