DANE(1) | Internet / DNS | DANE(1) |
NAME¶
dane - Generate TLSA/HASTLS DNS records by scanning SSL/TLS sites
SYNTAX¶
dane [-v] [-q] [-h] [-v] [--draft|--rfc] [--sha256] [--sha512] [--full] [--insecure] [--pubkey] [--txt] [--eecert] [--cacert] [-4] [-6] [--axfr] [-n <nameserver>] host1 [host2 ...]] [@nameserver]]
DESCRIPTION¶
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.
OPTIONS¶
-n / --nameserver <hostname1>
-q / --quiet
--axfr
--tlsa
--eecert
--pubkey
--txt
--cacert
--sha256
--sha512
--full
--draft
--rfc
--insecure
-4
-6
-h / --help
-v / --version
FILES¶
~/.ssh/known_hosts
REQUIREMENTS¶
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
BUGS¶
I'm sure there are
EXAMPLES¶
typical usage:
dane www.xelerance.com
dane --rfc --sha512 www.xelerance.com
dane --insecure --draft xelerance.com @ns0.xelerance.net
SEE ALSO¶
AUTHORS¶
Paul Wouters <paul@xelerance.com>
COPYRIGHT¶
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 |