gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
179 stars 21 forks source link

[addtool] pagodo #1931

Closed gwen001 closed 1 month ago

gwen001 commented 1 month ago

[tags]dorks,google[/tags] [short_descr]Automate google hacking database scraping and searching.[/short_descr] [link] https://github.com/opsdisk/pagodo [/link] [long_descr] pagodo automates Google searching for potentially vulnerable web pages and applications on the Internet. It replaces manually performing Google dork searches with a web GUI browser.

There are 2 parts. The first is ghdb_scraper.py that retrieves the latest Google dorks and the second portion is pagodo.py that leverages the information gathered by ghdb_scraper.py.

The core Google search library now uses the more flexible yagooglesearch instead of googlesearch.

This version of pagodo also supports native HTTP(S) and SOCKS5 application support, so no more wrapping it in a tool like proxychains4 if you need proxy support. You can specify multiple proxies to use in a round-robin fashion by providing a comma separated string of proxies using the -p switch. [/long_descr] [image] https://raw.githubusercontent.com/gwen001/offsectools_www/main/tmp/3daffdadeed7ef31fa8bdc2878d06dda.png [/image]

gwen001 commented 1 month ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 month ago

Tool has been accepted by the team: https://offsec.tools/tool/pagodo

Thank you for your contribution!