# SSL Scan

This script is too check on ssl vulnerabilities such as

* SSL Expiry
* SSL weak hashing algorithm
* CN Name

### Usage

```python
python ssl-scan.py hosts.txt
```

### The content of <mark style="color:red;">**hosts.txt**</mark>

{% hint style="info" %}
443 example.com\
443 test.com
{% endhint %}

### Output

<figure><img src="https://2996953312-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXcAP4tEggSjm5Niz681J%2Fuploads%2F2qvYkIJIygRYlf1ceNh5%2F365676930-7343fb78-28c4-4834-9fe2-fcfd1d88938d.png?alt=media&#x26;token=d169164f-1d5e-4063-9ccc-24a11f0f5e9d" alt=""><figcaption></figcaption></figure>
