RoboSSlyze
Robot Framework Library for python's SSLyze Script
Installation
pip install RoboSslyze
Running RoboSslyze
Keywords
Basic SSL/TLS Test
| test ssl basic | host (ip/domain) | port (optional |
Tests the following:
- SSLv2 Cipher Suites
- SSLv3 Cipher Suites
- TLSv1 Cipher Suites
- TLSv11 Cipher Suites
- TLSv12 Cipher Suites
- Heartbleed check
- ROBOT Vulnerability Check
HTTP SSL/TLS Headers Check
| test ssl server headers | host (ip/domain) | port (optional)
this only works with HTTP services
Tests for the following:
- HSTS Headers
- Expect-CT Header
All Results are printed to the log.html file generated by Robot
Example
*** Settings ***
Library RoboSslyze
*** Variables ***
${TARGET} www.google.com
*** Test Cases ***
Test for SSL
test ssl basic ${TARGET}
test ssl server headers ${TARGET}
Release files for RoboSslyze 0.91
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| RoboSslyze-0.91.tar.gz | 3.8 kB | Details |
Release files / RoboSslyze-0.91.tar.gz
| Download URL | RoboSslyze-0.91.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fc40da06d424a6757b9795697941bf90f19931c1a9dbf8ab17227cd2a4b16761
|
|
BLAKE2b-256 checksum How to use checksums |
de65f92914b1e6fef273a7b11ff2b6f1164c6be90c1fdcebd9be028b87a6f424
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |