From 91bb3f68c7e281adcd6908e4a3afb2e276593b2b Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Sun, 16 Feb 2014 18:50:12 -0500 Subject: [PATCH] Added trace6 --- tools/trace6.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tools/trace6.md diff --git a/tools/trace6.md b/tools/trace6.md new file mode 100644 index 0000000..3ba8122 --- /dev/null +++ b/tools/trace6.md @@ -0,0 +1,34 @@ +# trace6 + +Notes +------- + +Help Text +------- +``` +trace6 v2.3 (c) 2013 by van Hauser / THC www.thc.org + +Syntax: trace6 [-abdt] [-s src6] interface targetaddress [port] + +Options: + -a insert a hop-by-hop header with router alert option. + -D insert a destination extension header + -E insert a destination extension header with an invalid option + -F insert a one-shot fragmentation header + -b instead of an ICMP6 Ping, use TooBig (you will not see the target) + -B instead of an ICMP6 Ping, use PingReply (you will not see the target) + -d resolves the IPv6 addresses to DNS. + -t enables tunnel detection + -s src6 specifies the source IPv6 address +Maximum hop reach: 31 + +A basic but very fast traceroute6 program. +If no port is specified, ICMP6 Ping requests are used, otherwise TCP SYN +packets to the specified port. Options D, E and F can be use multiple times. +``` + +Example Usage +------- + +Links +-------