Skip to content
/ caScan Public

A tool to scan domains for the use of a specific CA certificate.

License

Notifications You must be signed in to change notification settings

jakdept/caScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caScan

Scan domains for a certificate in the verified chain.

Feed this tool a list of domains on stdin (or see --help) and all matching domains are printed out.

Example:

cat domains.list | caScan -csv | tee caFingerprints.csv
  • With invalid DNS, it'll prit out a line with that.
  • With a wildcard domain, it'll print wildcard, and run again with the wildcard removed.
  • If a domain has already been processed, it's skipped.
  • With remaining domains, a TLS connection is made to tcp:443
    • Fingerprints & serials for certs in the verified chain are printed (joined by |)
    • any CN domains on the cert are also processed.

About

A tool to scan domains for the use of a specific CA certificate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages