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

Save output to path #68

Closed cgeopapa closed 2 years ago

cgeopapa commented 2 years ago

Changed the behavior of -o and -s options. They now receive a path as an argument for the path to save the resulting file. JSON file is now updated with every new Google search. README.md is also updated to reflect these changes.

Example usage: python pagodo.py -g dorks/all_google_dorks.txt -s ~/pagodo/results.txt -o ~/some_folder/pagodo_results.json

opsdisk commented 2 years ago

Thanks for submitting a PR @cgeopapa - give me a few days to take a look at it.

opsdisk commented 2 years ago

Hey @cgeopapa I just pushed some updates to the PR. I might have a few smaller tweaks, but it's mostly done.

Take it for a spin and let me know what you think.

opsdisk commented 2 years ago

You ever get a chance to test the code @cgeopapa ?

opsdisk commented 2 years ago

Thank you for the PR @cgeopapa!