报错信息其中一部分:
", 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
报错信息其中一部分: ", 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