sw33tLie / bbscope

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

immunefi unexpected EOF #29

Closed molitona closed 1 year ago

molitona commented 1 year ago

bbscope immunefi -c web -b
2023/03/10 11:52:11 HTTP request failed: Get "https://immunefi.com/bounty/zksync/": unexpected EOF

dhruvvyas25 commented 1 year ago

Same Issue:

HTTP request failed: Get "https://immunefi.com/bounty/morpho/": net/http: TLS handshake timeout

sw33tLie commented 1 year ago

I believe this is an issue with the default concurrency level which was set to 40. Apparently that's too high, I lowered it.

dhruvvyas25 commented 1 year ago

It works, thanks