Daniel Small
Comments
Recent activity by Daniel Small
Sort by recent activity
-
So I was able to get it pull the hashes locally by changing the first line to $vulnerablesums = -split $(Get-Content \\some\path\hash.txt) | ? {$_.length -eq 64} and changing the obvious parts to ...
-
Does anyone know of a way to run the script that was provided in the blog WITHOUT using the github we call. I was able to access the site manually and download the text into a text document, but I...