
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
A command line tool that checks if hosts have valid SSL certificates for port 443.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
SSL Sniffer is a command line tool that checks if hosts have valid SSL certificates for port 443. It is a Python tool that can be installed using pip.
To install SSL Sniffer, you can run the following command:
pip install ssl_sniffer
To use SSL Sniffer, you can run the following command:
ssl_sniffer [hosts]
The hosts argument is a list of hosts that you want to check. For example, to check the hosts www.example.com, www.google.com, and www.yahoo.com, you would run the following command:
ssl_sniffer www.example.com www.google.com www.yahoo.com
Output SSL Sniffer will print a message for each host that it checks. If the host has a valid SSL certificate, the message will say "The host has a valid SSL certificate for port 443.". If the host does not have a valid SSL certificate, the message will say "The host does not have a valid SSL certificate for port 443.".
Author SSL Sniffer was created by @thatonesecguy.
License SSL Sniffer is licensed under the MIT License.
FAQs
A command line tool that checks if hosts have valid SSL certificates for port 443.
We found that ssl-sniffer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.