Skip to content

SAN-Inspector is a Python tool that allows users to examine and verify the Subject Alternative Name (SAN) values in SSL certificates of specified domain names. This tool checks certificate matching and helps to identify potential security risks.

Notifications You must be signed in to change notification settings

furk4n0zturk/SAN-Inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SAN-Inspector

SAN-Inspector is a Python tool used to check the SAN (Subject Alternative Name) values in SSL certificates of given domain names.

SAN-Inspector is a Python tool that allows users to examine and verify the Subject Alternative Name (SAN) values in SSL certificates of specified domain names. This tool checks certificate matching and helps to identify potential security risks.

Installation

  1. Clone or download this GitHub repository.
git clone https://github.com/furk4n0zturk/SAN-Inspector.git
  1. Navigate to the downloaded folder.
cd SAN-Inspector
  1. Install the requirements.
pip3 install -r requirements.txt

Usage

You can use the SAN-Inspector tool with a single host:port pair or a file containing host:port pairs.

For a single URL

python3 saninspector.py -u example.com:443

For a file containing a list of URLs

python3 saninspector.py -uL hostlist.txt

About

SAN-Inspector is a Python tool that allows users to examine and verify the Subject Alternative Name (SAN) values in SSL certificates of specified domain names. This tool checks certificate matching and helps to identify potential security risks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages