sw33tLie / bbscope

Scope gathering tool for HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi!
Apache License 2.0
1.03k stars 147 forks source link

Hackerone: NO_IN_SCOPE_TABLE errant results due to 429 rate limit #14

Closed h1pmnh closed 1 year ago

h1pmnh commented 2 years ago

The H1 API has a built-in rate limit (currently set at 600 requests per minute). If you have a large number of programs, you will hit this rate limit and it will cause some portion of your programs gathered by bbscope to falsely report NO_IN_SCOPE_TABLE when in fact what has happened is the API returned a 429 response due to rate limiting.

Please see PR #13 for a proposed fix for this issue.