Skip to content

Novel method for Domain Enumeration using SAN Headers on SSL Certificates

Notifications You must be signed in to change notification settings

NalinPlad/SANity_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check your SANity

A recursive SAN based domain enumeration tool

Screenshot 2024-08-17 at 6 55 42 PM

Where can I use this tool?

For security reasons, I'm not running a public SANity server atm. If you feel so compelled, you can set up a public server for people to use.

To start a SANity server, navigate to the ROCKET directory and run cargo run --release. This will start a server on port 8000. Changing ports at runtime is not currently supported, change the hardcoded value in the source code.

SANity has a standalone frontend project, seperate from the server. Navigate to WWW and run the dev alias in the package.json. For example, yarn run dev, or npm run dev. Make sure to install the dependancies first; yarn install, npm install.

You can see a static example scan of google.com located at https://notmysql.hackclub.app/SAN.html

About

Novel method for Domain Enumeration using SAN Headers on SSL Certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published