New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ssl-labs-screenshot

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-labs-screenshot

A Python package to capture a trimmed screenshot of the SSL Labs report for a given domain.

  • 1.0.9
  • Source
  • PyPI
  • Socket score

Maintainers
1

SSL Labs Screenshot

A Python package to capture a trimmed screenshot of the SSL Labs report for a given domain.

Requirements

  • Python 3.6
  • Chrome browser (version 89 or later)
  • ChromeDriver

Installation

  1. Install using pip:
    pip install ssl-labs-screenshot
    
  2. Download the latest version of ChromeDriver from the following link: https://sites.google.com/chromium.org/driver/downloads
  3. Extract the contents of the downloaded ZIP file.
  4. Either move the ChromeDriver executable to a directory that is already included in your system's PATH environment variable, or add the directory containing the extracted ChromeDriver executable to your system's PATH variable.

Usage

Run the script with the following command:

ssl-labs-screenshot domain.com

Replace domain.com with the domain you want to test. The script will open a headless Chrome browser and load the SSL Labs report for the domain. It will capture a temporary screenshot of the report and save it as a PNG file in the same directory as the script, with the name domain_report_tmp.png. The script will delete the temporary screenshot after the trimmed image is created with the name domain_report.png

Limitations

The script only captures the first server's report for domains with multiple servers.

License

The scripts and documentation in this project are released under the MIT License

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc