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

Feature request: search for any string #24

Closed michbsd closed 4 years ago

michbsd commented 4 years ago

Hi,

Fist off, thanks for making this tool!

As a feature request, it would be great to search for any string (e.g . “Amazon” to see a list of all certs generated for a domain containing the string “Amazon”). This would allow you to use the tool for phishing monitoring as well.

Thanks 🙏

yassineaboukir commented 4 years ago

Hi,

Thanks for filing this issue. The tool was mainly designed for subdomains monitoring but if you want to monitor phishing attempts, you can use Facebook transparency which was built for that purpose https://developers.facebook.com/docs/certificate-transparency

Regards.