From a1b9caa6f4e17bff10039f150385bdf2653acb0c Mon Sep 17 00:00:00 2001 From: Giga1699 Date: Fri, 7 Feb 2014 10:10:24 -0500 Subject: [PATCH] Added passive_discovery6 --- tools/passive_discovery6.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tools/passive_discovery6.md diff --git a/tools/passive_discovery6.md b/tools/passive_discovery6.md new file mode 100644 index 0000000..b3c65e5 --- /dev/null +++ b/tools/passive_discovery6.md @@ -0,0 +1,31 @@ +# passive_discovery6 + +Notes +------- + +Help Text +------- +``` +passive_discovery6 v2.3 (c) 2013 by van Hauser / THC www.thc.org + +Syntax: passive_discovery6 [-Ds] [-m maxhop] [-R prefix] interface [script] + +Options: + -D do also dump destination addresses (does not work with -m) + -s do only print the addresses, no other output + -m maxhop the maximum number of hops a target which is dumped may be away. + 0 means local only, the maximum amount to make sense is usually 5 + -R prefix exchange the defined prefix with the link local prefix + +Passivly sniffs the network and dump all client's IPv6 addresses detected. +Note that in a switched environment you get better results when additionally +starting parasite6, however this will impact the network. +If a script name is specified after the interface, it is called with the +detected ipv6 address as first and the interface as second option. +``` + +Example Usage +------- + +Links +-------