reddelexc / hackerone-reports

Top disclosed reports from HackerOne
3.79k stars 706 forks source link

multithreading #6

Open blackhat-t opened 2 years ago

blackhat-t commented 2 years ago

add ### threads to filler.py to pull the requests concurrently rather than a loop for i in range(count_of_reports): print('Fetching report ' + str(i + 1) + ' out of ' + str(count_of_reports)) report_url = 'https://' + reports[i]['link'] + '.json'

reddelexc commented 2 years ago

Hi, thanks for suggestion but i don't want to abuse h1 api and send a lot of concurrent requests. Also current speed of script is good for me but if you want you can send me PR and i will merge it