diff options
Diffstat (limited to 'mausezahn.8')
-rw-r--r-- | mausezahn.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index eaa2c9d..3b5afa3 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -1,7 +1,6 @@ .\" netsniff-ng - the packet sniffing beast .\" Copyright 2013 Herbert Haas, modified by Daniel Borkmann. .\" Subject to the GPL, version 2. -.PP .TH MAUSEZAHN 8 "03 March 2013" "Linux" "netsniff-ng toolkit" .SH NAME mausezahn \- a fast versatile packet generator with Cisco-cli @@ -66,7 +65,7 @@ specific parameters, such as TCP flags, port numbers, etc. (see example section) .SH OPTIONS .PP mausezahn provides a built-in context-specific help. Append the keyword -''help'' after the configuration options. The most important options + ''help'' after the configuration options. The most important options are: .PP .SS -x [<port>] @@ -101,7 +100,7 @@ higher layer packets the number of additional padding bytes are specified. .SS -a <src-mac|keyword> Use specified source MAC address with hexadecimal notation such as 00:00:aa:bb:cc:dd. By default the interface MAC address will be used. The keywords ''rand'' and -''own'' refer to a random MAC address (only unicast addresses are created) + ''own'' refer to a random MAC address (only unicast addresses are created) and the own address, respectively. You can also use the keywords mentioned below although broadcast-type source addresses are officially invalid. .PP @@ -109,7 +108,7 @@ below although broadcast-type source addresses are officially invalid. Use specified destination MAC address. By default, a broadcast is sent in raw layer 2 mode or to the destination hosts or gateway interface MAC address in normal (IP) mode. You can use the same keywords as mentioned above, as well as -''bc'' or ''bcast'', ''cisco'', and ''stp''. Please note that for the destination + ''bc'' or ''bcast'', ''cisco'', and ''stp''. Please note that for the destination MAC address the ''rand'' keyword is supported but creates a random address only once, even when you send multiple packets. .PP @@ -128,9 +127,9 @@ As with the source address (see above) you can also specify a range or a DNS nam Create the specified packet type using the built-in packet builder. Currently, supported packet types are: ''arp'', ''bpdu'', ''ip'', ''udp'', ''tcp'', ''rtp'', and ''dns''. Currently, there is also limited support for ''icmp''. Type -''\-t help'' to verify which packet builders your actual mausezahn version + ''\-t help'' to verify which packet builders your actual mausezahn version supports. Also, for any particular packet type, for example ''tcp'' type -''mausezahn \-t tcp help'' to receive a more in-depth context specific help. + ''mausezahn \-t tcp help'' to receive a more in-depth context specific help. .PP .SS -T <packet-type> Make this mausezahn instance the receiving station. Currently, only ''rtp'' is |