Skip to content

Subdomains Collected from CertStream Certificate Transparency Logs

Notifications You must be signed in to change notification settings

cnmiller/CertStreamSubdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CertStream Subdomains

Subdomains collected from certificate transparency logs

Command to convert raw cerstream logs (certs.txt) to cleaned subdomain list (certs_clean.txt)

cat certs.txt | gsed -r "s/[[:cntrl:]]\[[0-9]{1,3}m//g" | cut -d" " -f4 | rev | cut -d"." -f2- | rev | sed '/*/d' | sed '/www./d' | sed '/.com/d' > certs_clean.txt

About

Subdomains Collected from CertStream Certificate Transparency Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published