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

Seemingly infinite loop w/errors in PowerShell ISE #4

Open
gfody opened this issue Aug 23, 2016 · 0 comments
Open

Seemingly infinite loop w/errors in PowerShell ISE #4

gfody opened this issue Aug 23, 2016 · 0 comments
Labels

Comments

@gfody
Copy link
Owner

gfody commented Aug 23, 2016

ISE doesn't allocate a console so the prompt "any key for more results, q to quit.." ends up throwing exceptions as we loop through all the millions of results.

Possible fix - use Console.Read instead of [Console]::ReadKey when $PSISE is defined. Ideally we can continue pulling results on any keystroke but Console.Read requires the user hit enter.

@gfody gfody added the bug label Aug 23, 2016
InfosecSapper added a commit to InfosecSapper/PsGoogle that referenced this issue Nov 14, 2018
Resolving issue gfody#3 (comment) by renaming function `Google` to `Invoke-GoogleSearch`.
Resolving issue gfody#4 (comment) by adding dialogue box when using ISE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant