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

Tool is not working #50

Closed
crazywifi opened this issue May 19, 2021 · 2 comments
Closed

Tool is not working #50

crazywifi opened this issue May 19, 2021 · 2 comments

Comments

@crazywifi
Copy link

[-] Error with dork: intitle:"Ganglia" "Cluster Report for"
[-] EXCEPTION: module 'googlesearch' has no attribute 'search'
Traceback (most recent call last):
File "/root/bugbounty/pagodo/pagodo.py", line 103, in go
for url in googlesearch.search(
AttributeError: module 'googlesearch' has no attribute 'search'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/bugbounty/pagodo/pagodo.py", line 227, in
pgd.go()
File "/root/bugbounty/pagodo/pagodo.py", line 145, in go
if e.code == 429:
AttributeError: 'AttributeError' object has no attribute 'code'

@opsdisk
Copy link
Owner

opsdisk commented May 19, 2021

Hi @crazywifi - thanks for submitting the issue.

How did you install it? As a reference, the instructions are here: https://github.com/opsdisk/pagodo#installation

I'd recommend creating a Python virtual environment. My guess is you're using a system-wide install of the googlesearch library that is outdated.

@crazywifi
Copy link
Author

Thanks, it's working now.

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