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.
- Clone or download this GitHub repository.
git clone https://github.com/furk4n0zturk/SAN-Inspector.git
- Navigate to the downloaded folder.
cd SAN-Inspector
- Install the requirements.
pip3 install -r requirements.txt
You can use the SAN-Inspector tool with a single host:port
pair or a file containing host:port
pairs.
python3 saninspector.py -u example.com:443
python3 saninspector.py -uL hostlist.txt