Skip to content

A utility for recursively traversing SSL/TLS certificates for collecting DNS names

License

Notifications You must be signed in to change notification settings

devanshbatham/realm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

realm

A utility for recursively traversing SSL/TLS certificates for collecting DNS names

🏗️ Install ⛏️ Usage

realm

Install

go install github.com/devanshbatham/realm@v0.0.2

Usage

(~) >>> realm -d example.com -n 2

🔍 Traversing example.com: 8 domains found
example.com
example.org
www.example.com
www.example.edu
www.example.net
www.example.org
example.net
example.edu

🔍 Traversing example.org: 8 domains found
example.com
example.org
www.example.com
www.example.edu
www.example.net
www.example.org
example.net
example.edu

🔍 Traversing www.example.com: 8 domains found
example.org
www.example.com
www.example.edu
www.example.net
www.example.org
example.net
example.edu
example.com

🔍 Traversing www.example.edu: 8 domains found
www.example.org
example.net
example.edu
example.com
example.org
www.example.com
www.example.edu
www.example.net

...
...

About

A utility for recursively traversing SSL/TLS certificates for collecting DNS names

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages