OSINT-TECHNOLOGIES / dpulse

DPULSE - Tool for complex approach to domain OSINT
https://pypi.org/project/dpulse/
MIT License
79 stars 4 forks source link

Add ConnectionRefusedError handler in SSL cert gatherer #44

Closed OSINT-TECHNOLOGIES closed 4 months ago

OSINT-TECHNOLOGIES commented 4 months ago

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