dafvid / tlstest

Python tool to check and print TLSA and SSHFP records from SSH, HTTPS and SMTP servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

python -m tlstest.cli [cron] <function> <args>

arguments

cron: cron adjusted outputs

tlsa: print TLSA records instead of testing

functions

https: test https (port 443)

smtp: test smtp (port 25)

sshfp: test sshfp (port 22)

smimea: create smimea (define mail and cert)

values

host host: host to use

port port: port to use

email email: email (user@example.com)

cert path: path to cert file

file filename: file with space separated format test host [port] [mail] [cert]

TODO

  • IMAP test
  • Check DNSSEC dates from records

About

Python tool to check and print TLSA and SSHFP records from SSH, HTTPS and SMTP servers


Languages

Language:Python 73.7%Language:HTML 23.1%Language:CSS 3.1%