Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dane(1) [debian man page]

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> Use specified nameserver for AXFR query -q / --quiet Supress all warnings - useful when scanning lots of host where some do not run SSL --axfr Use AXFR. Implies -n nameserver (or @nameserver). Hosts are treated as zones to AXFR. --tlsa Output TLSA record from SSL server scan results (default) --eecert Output TLSA record format EE certificates (type 1) (default) --pubkey Output TLSA record for just the public key (type unassined) (not implemented yet) --txt Output Kaminsky style TXT record for (not implemented yet) --cacert Output TLSA record for the entire CA chain and EE-cert (not yet implemented) --sha256 Output TLSA record reference type 1 (SHA256) records (default) --sha512 Output TLSA record reference type 2 (SHA512) records --full Output TLSA record reference type 0 (full cert) records --draft Output Unknown Resource Record format with private RRTYPE assignment. This is used while the standard is still in draft form, and for when your nameserver does not (yet) support the new RRTYPE names. This option is the default (if --rfc is not specified) as long as dane is has not be released as RFC. --rfc Specify records using the RRTYPE's TLSA (and HASTLA) --insecure Continue scanning even if the A/AAAA records could not be validated using DNSSEC -4 Only use ipv4 networking - do not attempt to connect to AAAA SSL sites -6 Only use ipv6 networking - do not attempt to connect to A SSL sites -h / --help Output help information and exit. -v / --version Output version information and exit. 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
sshfp(1) ssh(1) and RFC-XXXX http://www.xelerance.com/software/sshfp/ http://lists.xelerance.com/mailman/listinfo/sshfp/ 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. Paul Wouters April 12, 2011 DANE(1)

Check Out this Related Man Page

xl2tpd(8)																 xl2tpd(8)

NAME
xl2tpd - Layer 2 Tunnelling Protocol Daemon DESCRIPTION
A Layer 2 Tunneling Protocol VPN client/daemon for Linux and other POSIX-based OSs. Based off of L2TPd 0.61 from http://www.marko.net/l2tp and patches collected by Jacco de Leeuw at http://www.jacco2.dds.nl/networking/openswan-l2tp.html Currently maintained by Xelerance http://www.xelerance.com/software/xl2tpd/ xl2tpd implements the Layer 2 Tunnelling Protocol, defined by RFC 2661. OPTIONS
-D This option prevents xl2tpd from detaching from the terminal and daemonizing. -c <config file> Tells xl2tpd to use an alternate config file. Default is /etc/xl2tpd/xl2tpd.conf. Fallback configuration file is /etc/l2tpd/l2tpd.conf -s <secret file> Tells xl2tpd to use an alternate "secrets" file. Default is /etc/xl2tpd/l2tp-secrets -p <pid file> Tells xl2tpd to use an alternate pid file. Default is /var/run/xl2tpd/xl2tpd.pid -C <control file> Tells xl2tpd to use an alternate control file. Default is /var/run/xl2tpd/l2tp-control FILES
/etc/xl2tpd/xl2tpd.conf /etc/xl2tpd/l2tp-secrets /var/run/l2tp-control BUGS
Please address bugs and comment to xl2tpd-dev@xelerance.com SEE ALSO
xl2tpd.conf(5) AUTHORS
Forked from l2tpd by Xelerance (http://www.xelerance.com/software/xl2tpd/ Michael Richardson <mcr@xelerance.com> Paul Wouters <paul@xelerance.com> Many thanks to Jacco de Leeuw <jacco2@dds.nl> for maintaining l2tpd. Previous development was hosted at sourceforge (http://www.sourceforge.net/projects/l2tpd) by: Scott Balmos <sbalmos@iglou.com> David Stipp <dstipp@one.net> Jeff McAdams <jeffm@iglou.com> Based off of l2tpd version 0.60 Copyright (C)1998 Adtran, Inc. Mark Spencer <markster@marko.net> Jeff McAdams xl2tpd(8)
Man Page