Skip to content

Add ConnectionRefusedError handler in SSL cert gatherer #44

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

Closed
OSINT-TECHNOLOGIES opened this issue Jul 3, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@OSINT-TECHNOLOGIES
Copy link
Owner

issuer, subject, notBefore, notAfter, commonName, serialNumber = np.get_ssl_certificate(short_domain) [data_assembler library]

which then calls:

conn = socket.create_connection((short_domain, port)) [networking_processor, get_ssl_certificate function]

may cause ConnectionRefusedError which stops scan entirely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Published
Development

No branches or pull requests

1 participant