Skip to content

Commit

Permalink
Merge pull request #400 from lenhart/master
Browse files Browse the repository at this point in the history
Fix Typo in SNMP Check
  • Loading branch information
carlospolop authored Jan 13, 2024
2 parents 31aed5c + 6da7bfb commit 0484282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winPEAS/winPEASps1/winPEAS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ if ( Test-Path "HKCU:\Software\ORL\WinVNC3\Password") { Write-Host " WinVNC foun
Write-Host ""
if ($TimeStamp) { TimeElapsed }
Write-Host -ForegroundColor Blue "=========|| Checking for SNMP Passwords"
if ( Test-Path "HKLM:\SYSTEM\CurrentControlSet\Services\SNMP" ) { Write-Host "SNPM Key found at HKLM:\SYSTEM\CurrentControlSet\Services\SNMP" }else { Write-Host "No SNPM found." }
if ( Test-Path "HKLM:\SYSTEM\CurrentControlSet\Services\SNMP" ) { Write-Host "SNMP Key found at HKLM:\SYSTEM\CurrentControlSet\Services\SNMP" }else { Write-Host "No SNMP found." }


Write-Host ""
Expand Down

0 comments on commit 0484282

Please sign in to comment.