Skip to content

Commit

Permalink
Remove hashcat intel check as per mandiant#892
Browse files Browse the repository at this point in the history
  • Loading branch information
rethinksec authored Feb 3, 2024
1 parent fc5ef6f commit b25415a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/hashcat.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ try {
# Get the processor information
$processor = Get-CimInstance Win32_Processor


# Check if the manufacturer is Intel
if ($processor.Manufacturer -eq "GenuineIntel") {
Write-Output "Intel processor detected for hashcat."
} else {
Write-Output "Non-Intel processor detected. Hashcat will not work"
throw "Non-Intel processor detected."
}


# Download the zip file
$packageArgs = @{
packageName = ${Env:ChocolateyPackageName}
Expand Down

0 comments on commit b25415a

Please sign in to comment.