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

How can I continue the scan from where it left off? #13

Open
ianitow opened this issue Jul 27, 2023 · 4 comments
Open

How can I continue the scan from where it left off? #13

ianitow opened this issue Jul 27, 2023 · 4 comments

Comments

@ianitow
Copy link

ianitow commented Jul 27, 2023

First of all, congratulations on the tool. Very good.

I would like to know if there is any way to continue from where the script left off, to avoid having to start from the beginning.

@7MinSec
Copy link

7MinSec commented Oct 29, 2023

Just adding a +1 to this request. I ran this tool for the first time today and it's great, but now Google thinks I'm a bot and I would love to be able to resume this enumeration once that issue clears.

@IvanGlinkin
Copy link
Owner

Evening guys.
Unfortunately the only way to do it fully legally - get the API Token and request without the time delay as well as to be blocked.
We added the proxy feature so you can put your proxy to bypass limitations.
Another possible solution, which I'm using - switch on the VPN with changing the IP. Basically you can get the instance from AWS, launch FGDS and change the IP in case it's blocked.
Regards, Ivan

@7MinSec
Copy link

7MinSec commented Oct 31, 2023

Hi Ivan,

Thanks for your response! I have a ProtonVPN account and found per their cli instructions that you can do this to rotate to a random VPN endpoint:

protonvpn-cli c -r

I'd love the ability to insert this command for every X number of Google Dorks your script searches for. Or, maybe it could issue this command if it looks like we've been banned.

Unfortunately I'm a python newb and don't know where I would put this. It seems like maybe I put it where the Google thinks you are a robot part is? But then I'd basically want the ProtonVPN command to run and then the dorking to resume. Could you help with this?

@7MinSec
Copy link

7MinSec commented Oct 31, 2023

Hey just wanted to report that this little code adjustment works great:

image

Only downside is the script resumes on the NEXT query - therefore skipping the one that triggered the ban. I would do a code suggestion to change this but, again, I have no idea what I'm doing in the code dept. :-)

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

3 participants