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

Add color to terminal results #52

Closed
0xspade opened this issue Jun 30, 2021 · 5 comments
Closed

Add color to terminal results #52

0xspade opened this issue Jun 30, 2021 · 5 comments

Comments

@0xspade
Copy link

0xspade commented Jun 30, 2021

implement colorize for the results.

at least in this line, to be exact:
[*] Results: 0 sites found for Google dork: ...

@opsdisk
Copy link
Owner

opsdisk commented Jun 30, 2021

Hi @0xspade - Thanks for submitting a potential enhancement. Give me a few days to look into this. Were you thinking green for when results are found?

@0xspade
Copy link
Author

0xspade commented Jun 30, 2021

red for no result and green for x results.

and also, Im having trouble with the IP blocking. Can I ask why not to use the API?

@opsdisk
Copy link
Owner

opsdisk commented Jun 30, 2021

I found the google library and just stuck with it since it didn't require a Google account and API key. According to this article (https://rapidapi.com/blog/google-search-api/), looks like you only get 100 requests per day for free, which could be limiting. I could see them suspending the API key or account if "abuse" is detected as well.

If you have a Python library recommendation or other info about using it, I'd be open to considering adding that capability.

@opsdisk opsdisk changed the title enhancement Add color to terminal results Jul 3, 2021
@opsdisk
Copy link
Owner

opsdisk commented Jul 3, 2021

@0xspade Here's the branch https://github.com/opsdisk/pagodo/tree/add-colorama and PR #53

Let me know what you think.

@opsdisk
Copy link
Owner

opsdisk commented Aug 14, 2021

Merged into master.

@opsdisk opsdisk closed this as completed Aug 14, 2021
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