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

details #56

Closed
bradfodley opened this issue Aug 18, 2021 · 4 comments
Closed

details #56

bradfodley opened this issue Aug 18, 2021 · 4 comments

Comments

@bradfodley
Copy link

where does details found saved?

@opsdisk
Copy link
Owner

opsdisk commented Aug 18, 2021

Hi @bradfodley

Could you specify which script you're running? ghdb_scraper.py or pagodo.py?

What specific details are you looking for?

@bradfodley
Copy link
Author

after running python3 pagodo.py -d example.com -g dorks.txt -l 50 -s -e 35.0 -j 1.1, where will the details found be saved and also can i add more than domain for the search?

@opsdisk
Copy link
Owner

opsdisk commented Aug 20, 2021

Hi @bradfodley

To your first question, with the -s switch specified, it will "Save the html links to pagodo_results_<TIMESTAMP>.txt file."

Can you clarify what "add more than domain" means. Are you looking to specify more than 1 domain, so something like -d example.com,apple.com? If so, that's not supported.

If you're looking to add your own custom Google dorks, you can add those to the file specified with -g

The actual Google search query is created here: https://github.com/opsdisk/pagodo/blob/master/pagodo.py#L74

if self.domain:
    # site: must be at the beginning of the query.
    query = f"site:{self.domain} {dork}"
else:
    query = dork

@opsdisk
Copy link
Owner

opsdisk commented Sep 1, 2021

Closing this one out.

@opsdisk opsdisk closed this as completed Sep 1, 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