TideSec / FuzzScanner

一个主要用于信息搜集的工具集,主要是用于对网站子域名、开放端口、端口指纹、c段地址、敏感目录等信息进行批量搜集。
998 stars 207 forks source link

报错问题 #6

Closed MaxSecurity closed 3 years ago

MaxSecurity commented 5 years ago

报错信息其中一部分: ", line 191, in init _sock = _realsocket(family, type, proto) error: [Errno 24] Too many open files Exception in thread Thread-27409: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "FuzzScanner.py", line 613, in connect_port s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 191, in init__ _sock = _realsocket(family, type, proto) error: [Errno 24] Too many open files

Exception in thread Thread-27411: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "FuzzScanner.py", line 613, in connect_port s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 191, in init__ _sock = _realsocket(family, type, proto) error: [Errno 24] Too many open files

Exception in thread Thread-27410: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in bootstrap_inner self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File "FuzzScanner.py", line 613, in connect_port s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 191, in init__ _sock = _realsocket(family, type, proto) error: [Errno 24] Too many open files

Exception in thread Thread-27412: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner

wu5jin7 commented 4 years ago

你联系方式呢?可以把你的QQ联系或者微信发给我邮箱吗?我的邮箱是wu5jin7@gmail.com

TideSec commented 3 years ago

这是linux系统的一种保护机制,可以执行一下ulimit -n 100000再试试,如果有效的话可以修改limits.conf 文件。