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

Secondary rate limit error #44

Open
darkdevil9293 opened this issue May 20, 2022 · 1 comment
Open

Secondary rate limit error #44

darkdevil9293 opened this issue May 20, 2022 · 1 comment

Comments

@darkdevil9293
Copy link

gitdorker-error

Already similar kind of one issue #19 is there and it is closed. But the solution given in the issue was increase the no. of personal tokens, but i have already done that. I first run the command (python3 GitDorker.py -d Dorks/akeyless-dorks.txt -q akeyless.io -tf tf/TOKENSFILE -o akeyless-output.txt) with 2 tokens, it showed me the same error and then i run the command with four tokens, then also i got the same error. And the token is placed in a text file as per your guidelines only(i.e., without spaces and without newlines). I dont know what is the issue here. Pls help...

@gelosecurity
Copy link

it's recommended that each token has a unique account, and try to limit the amount of requests you're sending

I was able to fix this issue by limiting the requests, modifying line 179:

           if stats_dict['n_current'] % 5 == 0:

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