yassineaboukir / sublert

Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
MIT License
981 stars 172 forks source link

Unable to connect to the database. We will attempt to use the API instead #17

Closed jaikishantulswani closed 4 years ago

jaikishantulswani commented 5 years ago

Getting this even after resetting sublert:

Unable to connect to the database. We will attempt to use the API instead

manuelbua commented 5 years ago

@jaikishantulswani, it's not a sublert problem but it looks like crt.sh is not accepting connections on port 5432 for some time now, not sure what's happening but i'm hitting this with my tools too.

jaikishantulswani commented 5 years ago

@manuelbua @yassineaboukir but by running https://crt.sh/?q=%.example.com&output=json directly on a web browser showing results. Can you please let me know why the same is not performing in sublert

JoshuaMart commented 5 years ago

Hi, I have the same error than @jaikishantulswani if I add more than 6 domains to sublert. Thank's

ch0wn commented 4 years ago

Also have the same issue. Seems like it's not switching to the API when DB connection is not available.

PjMpire commented 4 years ago

@yassineboukir im also having the same issue when using a large list of domains.

Script seems to have broken as im also getting rate limiting errors.

image

yassineaboukir commented 4 years ago

Hi,

This should now be fixed. Please clone the new repo.

Thanks!