README.md aktualisiert
This commit is contained in:
parent
cb1df859e0
commit
986c14ec2d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,24 +1,24 @@
|
|||

|
||||

|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue