peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)

Home Page:https://book.hacktricks.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winpeas unexpectedly terminated while checking `Vulnerable Leaked Handlers`

opabravo opened this issue · comments

Issue description

Winpeas unexpectedly terminated during Processes Information -> Vulnerable Leaked Handlers

Steps to reproduce the issue

  1. Open Powershell
  2. $url = "https://github.com/carlospolop/PEASS-ng/releases/latest/download/winPEASany_ofs.exe"
  3. $wp=[System.Reflection.Assembly]::Load([byte[]](Invoke-WebRequest "$url" -UseBasicParsing | Select-Object -ExpandProperty Content)); [winPEAS.Program]::Main("")

Which parameters did you use for executing the script and how did you execute it?

None

If winpeas, did you use a clean or obfuscated winpeas, and for which architecture?

I tried clean and obfuscated winpeas, and tried both x64 and win32

Is there any AV / Threat protection in the system?

No

Please, indicate the OS, the OS version, and the kernel version (build number in case of Windows)

OS Name: Microsoft Windows Server 2012 R2 Standard

OS Version: 6.3.9600 N/A Build 9600

System Type: x64-based PC

Please, indicate the check that is failing and add a screenshot showing the problem

image

How did you expect it to work?

Ignore the error then continue all the rest checks

Additional details / screenshot

  • The process with PID: 3924

image

  • The quser.exe file detail
    image

fixed in #377