Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires pressing enter to continue, otherwise gets stuck (and does not prompt) #217

Open
my-other-github-account opened this issue Sep 30, 2021 · 1 comment

Comments

@my-other-github-account

WinPEAS.bat is getting stuck at various stages in its work, and will appear to hang unless I press enter to make it continue. If this is intentional, there should be an option to turn it off, as well as a message explaining that input is required. Otherwise it looks like a processing hang.

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

winPEAS.bat

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

any

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)

Microsoft Windows [Version 6.1.7601] (but has occurred in several versions)

@ZoeS17
Copy link
Contributor

ZoeS17 commented Nov 2, 2021

There's only one PAUSE(in master, which wasn't in your revision) at winPEAS.bat:634 so it should likely only "pause" once. That being said does this issue still exist on current master branch?

For reference a git diff 256b22d0dcac8d027027d4455b251dc48ff20215 c44f1aa9ef085125fd57f9e2429be7dbbef4f8c5 -- winPEAS/winPEASbat/winPEAS.bat would show all the changes in a terminal. And as far as I see mostly color escapes and some label reroute magic, for formatting reasons. Though I also see a few 2>nul pipes that might fix this issue too. Though I cannot unstead how that would've allowed you proceed had those calls error in the revision you were likely reporting from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants