DANE(1) | Internet / DNS | DANE(1) |
dane - Generate TLSA/HASTLS DNS records by scanning SSL/TLS sites
dane [-v] [-q] [-h] [-v] [--draft|--rfc] [--sha256] [--sha512] [--full] [--insecure] [--pubkey] [--txt] [--eecert] [--cacert] [-4] [-6] [--axfr] [-n <nameserver>] host1 [host2 ...]] [@nameserver]]
dane generates TLSA/HASTLS records based on the IETF DANE working group proposal. These are currently in draft, so private RRTYPE assignments are used. Records are generated by connecting to the website using SSL and grabbing its (EE) certificate. If the nameserver of the domain allows zone tranfers (AXFR), an entire domain can be processed for all its A/AAAA records.
-n / --nameserver <hostname1>
-q / --quiet
--axfr
--tlsa
--eecert
--pubkey
--txt
--cacert
--sha256
--sha512
--full
--draft
--rfc
--insecure
-4
-6
-h / --help
-v / --version
~/.ssh/known_hosts
dane requires python-dns and python-argparse(http://www.pythondns.org)
Fedora: yum install python-dns python-argparse
Debian: apt-get install python-dnspython python-argparse
I'm sure there are
typical usage:
dane www.xelerance.com
dane --rfc --sha512 www.xelerance.com
dane --insecure --draft xelerance.com @ns0.xelerance.net
http://www.xelerance.com/software/sshfp/
http://lists.xelerance.com/mailman/listinfo/sshfp/
Paul Wouters <paul@xelerance.com>
Copyright 2011 Xelerance Corporation
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License (file COPYING in the distribution) for more details.
April 12, 2011 | Paul Wouters |