Rename DeepBlueHash-collector.ps1 to DeepWhite-collector.ps1

Temp change to merge old pull request
This commit is contained in:
Eric Conrad
2023-06-07 14:14:06 -04:00
committed by GitHub
parent 9e51dd0579
commit 9369182b49

View File

@ -35,4 +35,4 @@ ForEach ($event in $events) {
Else{ Else{
Out-Host "No SHA256 hash found. Ensure Sysmon is creating SHA256 hashes" Out-Host "No SHA256 hash found. Ensure Sysmon is creating SHA256 hashes"
} }
} }