Skip to content

Debian Ninja

Learning…

Tag: psql

Posted on 2020-04-102020-04-10

SSL/TLS Certificate Search – Discovery

  • https://crt.sh/

crt.sh – Basic

https://crt.sh/?q=example.com

crt.sh – Api JSON

https://crt.sh/?q=example.com&output=json

crt.sh – Postgresql

$ psql -h crt.sh -p 5432 -U guest certwatch

crt.sh – Show SQL

https://crt.sh/?q=example.com&showSQL=Y

References

  • https://crt.sh/forum
  • https://github.com/crtsh
  • https://sectigo.com/
Proudly powered by WordPress