Robert Turner
Comments
Recent activity by Robert Turner
Sort by recent activity
-
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...
-
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 ...
-
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...