sw33tLie / bbscope

Scope gathering tool for HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi!
Apache License 2.0
985 stars 143 forks source link

hackerone api rate limit of 10 req/s #34

Closed molitona closed 9 months ago

molitona commented 1 year ago

H1 added rate limit of 10 req/s which bbscope don't handle

{
  "errors": [
    {
      "status": "429",
      "title":  "Rate limited",
      "detail": "You have been rate limited, please do not exceed 10 req/s: https://api.hackerone.com/getting-started/#rate-limits ."
    }
  ]
}
sw33tLie commented 1 year ago

Hi, i'm on it. Meanwhile, please use the --concurrency flag and set it to a lower value, such as 3. Thanks

molitona commented 1 year ago

yeah done. thank you!