-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSError: [Errno 24] Too many open files #19
Comments
`import socket def get_ssh_sock(ip, port, timeout): def get_ssh_banner(sock): def check_vulnerability(ip, port, timeout, result_queue):
def process_ip_list(ip_list_file): def main():
if name == "main": |
Please test again - should be solved now. If persists, please reopen. |
Found an issue "OSError: [Errno 24] Too many open files" while executing on a MAC, likely as the script attempts to create a large number of concurrent threads and sockets, leading to this issue.
The text was updated successfully, but these errors were encountered: