hisxo / gitGraber

gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
GNU General Public License v3.0
2.02k stars 330 forks source link

max threads #10

Closed gwen001 closed 5 years ago

gwen001 commented 5 years ago

Added an option for multi processing called "max_threads" -> -t

Take care to not set a high value there to not trigger the rate limit of the Github API too fast.

Tokens rotations should be checked. In order to implement multi processing in the keys finding function, the code has to be refactored.