sw33tLie / bbscope

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

Too many open files error #20

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hi @sw33tLie Please help me resolve the below issue.

image
rasiras commented 2 years ago

any fix for this ? @sw33tLie

ndelphit commented 2 years ago

Hey @daai1, @rasiras I had the same problem with h1. Here is a quick fix that helped me:

git clone https://github.com/sw33tLie/bbscope.git
cd ./bbscope
git checkout 20dd275e1255244f7f8cb6e728eedcb283516ca1
go build
./bbscope
sw33tLie commented 2 years ago

Hi there, I believe this is related to your machine config. You can either:

Hope this helps :)