1fuzz_dhcpc6(8) IPv6 fuzz_dhcpc6(8)
2
3
4
6 fuzz_dhcpc6 Partially based on code by Brandon Hutcheson and Graeme
7 Neilson
8
9
11 fuzz_dhcpc6 [-1|-2|-3|-4|-5|-6|-7|-8|-9|-A|-B|-C|-D|-m] -f mac -l link
12 -v ipv6 -x xid -c client -o options interface
13
14
16 -1 fuzz DHCPv6 Solicit
17 -2 fuzz DHCPv6 Advertise (default)
18 -3 fuzz DHCPv6 Request
19 -4 fuzz DHCPv6 Confirm
20 -5 fuzz DHCPv6 Renew
21 -6 fuzz DHCPv6 Rebind
22 -7 fuzz DHCPv6 Reply
23 -8 fuzz DHCPv6 Release
24 -9 fuzz DHCPv6 Decline
25 -A fuzz DHCPv6 Reconfigure
26 -B fuzz DHCPv6 Information Request
27 -C fuzz DHCPv6 Relay-Forward
28 -D fuzz DHCPv6 Relay-reply
29 -m fuzz the message type as well
30 -v ipv6 IPv6 address of victim (if not specified DHCP clients sending messages are attacked)
31 -x xid Transaction ID of victim - zero for random (ignored if -v not specified)
32 -c client Client ID of victim - zero for random (ignored if -v not specified)
33 -f mac spoof the mac address
34 -l link spoof the link address
35 -o options DHCPv6 message options to send (default: abcdefghijklmonpqr)
36 a OPTION_SERVERID
37 b OPTION_IA_NA
38 c OPTION_IA_TA
39 d OPTION_IAADR
40 e OPTION_ORO
41 f OPTION_PREFERENCE
42 g OPTION_ELAPSED_TIME
43 h OPTION_RELAY_MSG
44 i OPTION_AUTH
45 j OPTION_UNICAST
46 k OPTION_STATUS_CODE
47 l OPTION_RAPID_COMMIT
48 m OPTION_USER_CLASS
49 n OPTION_VENDOR_CLASS
50 o OPTION_VENDOR_OPTS
51 p OPTION_INTERFACE_ID
52 q OPTION_RECONF_MSG
53 r OPTION_RECONF_ACCEPT
54
55 Fuzz messages sent to a DHCPv6 client
56
58 thc-ipv6 was written by van Hauser <vh@thc.org> / THC
59
60 The homepage for this toolkit is: http://www.thc.org/thc-ipv6
61
62
64 fuzz_dhcpc6 v3.4 (c) 2018 by Darrell Ambro www.thc.org
65
66
67
68THC 2018-07-24 fuzz_dhcpc6(8)