nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

SubDomainizer error on RPi3 #24

Closed spazbg closed 4 years ago

spazbg commented 4 years ago

image I am getting this error on Raspberry Pi 3. Any ideas on how to fix it?

nsonaniya2010 commented 4 years ago

This may be due to your System configuration.

You can change the line (or similar lines):

Line 647 of code

jsthread = ThreadPool(300)

to

jsthread = ThreadPool(8)

Let me know if that doesn't solve your issue.