peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
https://book.hacktricks.xyz
Other
15.34k stars 3k forks source link

Unable to skip deep file scans in WinPEASx64 #399

Open jeffkkimura opened 8 months ago

jeffkkimura commented 8 months ago

Issue description

Unable to skip DB scan in WinPEASx64.

Steps to reproduce the issue

  1. Run WinPEASx64 w -skip_files "file_check1,file_check2,db_check1,db_check2"
  2. Attempted to skip using winpeasx64.exe -skip_files all

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

-skip_files all -skip_files file_check1,file_check2,db_check1,db_check2 --fast

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

Clean, x64

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 11 Pro OS Version: 10.0.22000 N/A Build 22000

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

image

How did you expect it to work?

Find an option to run a quick scan avoiding all deep file scans.

Additional details / screenshot