opsdisk / pagodo

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
GNU General Public License v3.0
2.77k stars 493 forks source link

[!] Specify a valid file containing Google dorks with -g #54

Closed spaceh3ad closed 3 years ago

spaceh3ad commented 3 years ago

I got error when execute code drom Hak5 tutrial.

(.venv) josh@josh-pc:~/pagodo$ python3 pagodo.py -d amazon.com -g "dorks/files_containig_juicy_info.dorks" -l 50 -s -e 35.0 -j 1.1

[!] Specify a valid file containing Google dorks with -g #54

opsdisk commented 3 years ago

Hi @spaceh3ad - looks like "containing" is spelled incorrectly. Try this:

python3 pagodo.py -d amazon.com -g "dorks/files_containing_juicy_info.dorks" -l 50 -s -e 35.0 -j 1.1 
opsdisk commented 3 years ago

Closing this one out @spaceh3ad - let me know if it's still not working correctly.