README.md aktualisiert

This commit is contained in:
Kaisa Marysia 2026-01-05 22:45:56 +01:00
parent cb1df859e0
commit 986c14ec2d

View file

@ -1,24 +1,24 @@
![](https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker.png)
![](https://git.kasiandras-dreams.de/Kasiandra/sslchecker/raw/branch/master/sslchecker.png)
# sslchecker
**sslcheker** is wrapper written in bash for openssl and nmap, which checks the ssl certs and used TLS ciphers of a host. This tool checks when a certificate has been valid and when it expires. Also you get the information about the CA, for which domains the SSL certificate is valid and the IP adresse and PTR Record of the host.
## Install
Copy this repository
```
git clone https://git.elektrollart.org/Elektroll/sslchecker
git clone https://git.kasiandras-dreams.de/Kasiandra/sslchecker
```
or download the script file with wget
```
wget https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker
wget https://git.kasiandras-dreams.de/Kasiandra/sslchecker/raw/branch/master/sslchecker
```
or with curl
```
curl https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker -o ./sslchecker
curl https://git.kasiandras-dreams.de/Kasiandra/sslchecker/raw/branch/master/sslchecker -o ./sslchecker
```
If you want and trust me, you may also download the file into ```/usr/bin/``` so you can run it global
```
sudo curl https://git.elektrollart.org/Elektroll/sslchecker/raw/branch/master/sslchecker -o /usr/bin/sslchecker
sudo curl https://git.kasiandras-dreams.de/Kasiandra/sslchecker/raw/branch/master/sslchecker -o /usr/bin/sslchecker
```
and make it executable