1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Add manpage entry for fuzz_dhcpc6
Author: Samuel Henrique <samueloph@debian.org>
Index: thc-ipv6/thc-ipv6.8
===================================================================
--- thc-ipv6.orig/thc-ipv6.8
+++ thc-ipv6/thc-ipv6.8
@@ -191,6 +191,9 @@ denial-of-service.
.B fuzz_ip6 [-x] [-t number | -T number] [-p number] [-IFSDHRJ] [-1|-2|-3|-4|-5|-6|-7] <interface> <unicast-or-multicast-address> [address-in-data-pkt]
Fuzzes an icmp6 packet.
.TP
+.B fuzz_dhcpc6 [-1|-2|-3|-4|-5|-6|-7|-8|-9|-A|-B|-C|-D|-m] [-f mac] [-l link] [-v ipv6] [-x xid] [-c client] [-o options] interface
+Fuzzes messages sent to a DHCPv6 client.
+.TP
.B fuzz_dhcps6 [-t number | -T number] [-e number | -T number] [-p number] [-md] [-1|-2|-3|-4|-5|-6|-7|-8] interface [domain-name]
Fuzzes a DHCPv6 server on specified packet types.
.B implementation6 <interface> <destination> [test-case-number]
|