make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=bridgee_igmp.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make[1]: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' TAP version 13 1..1 # timeout set to 10800 # selftests: net/forwarding: bridge_igmp.sh # 11.62 [+11.62] TEST: IGMPv2 report 239.10.10.10 [ OK ] # 17.78 [+6.16] TEST: IGMPv2 leave 239.10.10.10 [ OK ] # 17.83 [+0.05] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 17.83 [+0.00] # 17.83 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 17.83 [+0.00] http://www.netsniff-ng.org # 17.83 [+0.00] # 17.83 [+0.00] Usage: mausezahn [options] [interface] || # 17.84 [+0.00] Options: # 17.84 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 17.84 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 17.84 [+0.00] -4 IPv4 mode (default) # 17.84 [+0.00] -6 IPv6 mode # 17.84 [+0.00] -R Set socket priority # 17.84 [+0.00] -c Send packet count times, default:1, infinite:0 # 17.84 [+0.00] -d Apply delay between transmissions. The delay value can be # 17.85 [+0.00] specified in usec (default, no additional unit needed), or in # 17.85 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 17.85 [+0.00] -r Multiplies the specified delay with a random value # 17.85 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 17.85 [+0.00] -a Use specified source mac address, no matter what has # 17.86 [+0.00] been specified with other arguments; keywords see below, # 17.86 [+0.00] Default is own interface # 17.86 [+0.00] -b Same with destination mac address; keywords: # 17.86 [+0.00] rand Use a random MAC address # 17.86 [+0.00] bc Use a broadcast MAC address # 17.86 [+0.00] own Use own interface MAC address (default for source MAC) # 17.86 [+0.00] stp Use IEEE 802.1d STP multicast address # 17.86 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 17.87 [+0.00] -A Use specified source IP address (default is own interface IP) # 17.87 [+0.00] -B Send packet to specified destination IP or domain name # 17.87 [+0.00] -P Use the specified ASCII payload # 17.87 [+0.00] -f Read the ASCII payload from a file # 17.87 [+0.00] -F Read the hexadecimal payload from a file # 17.87 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 17.88 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 17.88 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 17.88 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 17.88 [+0.00] encapsulations in lower layers, most packet types allow/require # 17.88 [+0.00] additional packet-specific arguments in an ; # 17.88 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 17.89 [+0.00] dns, rtp, syslog, lldp and more; # 17.89 [+0.00] For context-help use 'help' as ! # 17.89 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 17.89 [+0.00] Enter -T help or -T rtp help for further information # 17.89 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 17.89 [+0.00] -V|VV|... Verbose and more verbose mode # 17.90 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 17.90 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 17.90 [+0.00] typically combined with one of the verbose modes (v or V) # 17.90 [+0.00] -v Show version # 17.90 [+0.00] -h Print this help # 17.90 [+0.00] # 17.90 [+0.00] Examples: # 17.90 [+0.00] mausezahn -x 99 # 17.90 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 17.90 [+0.00] mausezahn -t cdp change -c 0 # 17.91 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 17.91 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 17.91 [+0.00] # 17.91 [+0.00] Note: # 17.91 [+0.00] This tool is targeted for network developers! You should # 17.91 [+0.00] be aware of what you are doing and what these options above # 17.91 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 17.91 [+0.00] # 17.91 [+0.00] Please report bugs to # 17.91 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 17.92 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 17.92 [+0.00] Swiss federal institute of technology (ETH Zurich) # 17.92 [+0.00] License: GNU GPL version 2.0 # 17.92 [+0.00] This is free software: you are free to change and redistribute it. # 17.92 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 17.92 [+0.00] # 23.45 [+5.53] TEST: IGMPv3 report 239.10.10.10 is_include [FAIL] # 23.45 [+0.00] Didn't forward traffic from S,G (192.0.2.3, 239.10.10.10) # 23.46 [+0.01] RTNETLINK answers: Invalid argument # 23.53 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 23.53 [+0.00] # 23.53 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 23.53 [+0.00] http://www.netsniff-ng.org # 23.53 [+0.00] # 23.53 [+0.00] Usage: mausezahn [options] [interface] || # 23.53 [+0.00] Options: # 23.53 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 23.54 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 23.54 [+0.00] -4 IPv4 mode (default) # 23.54 [+0.00] -6 IPv6 mode # 23.54 [+0.00] -R Set socket priority # 23.54 [+0.00] -c Send packet count times, default:1, infinite:0 # 23.54 [+0.00] -d Apply delay between transmissions. The delay value can be # 23.55 [+0.00] specified in usec (default, no additional unit needed), or in # 23.55 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 23.55 [+0.00] -r Multiplies the specified delay with a random value # 23.55 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 23.55 [+0.00] -a Use specified source mac address, no matter what has # 23.55 [+0.00] been specified with other arguments; keywords see below, # 23.55 [+0.00] Default is own interface # 23.56 [+0.00] -b Same with destination mac address; keywords: # 23.56 [+0.00] rand Use a random MAC address # 23.56 [+0.00] bc Use a broadcast MAC address # 23.56 [+0.00] own Use own interface MAC address (default for source MAC) # 23.56 [+0.00] stp Use IEEE 802.1d STP multicast address # 23.56 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 23.56 [+0.00] -A Use specified source IP address (default is own interface IP) # 23.57 [+0.00] -B Send packet to specified destination IP or domain name # 23.57 [+0.00] -P Use the specified ASCII payload # 23.57 [+0.00] -f Read the ASCII payload from a file # 23.57 [+0.00] -F Read the hexadecimal payload from a file # 23.57 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 23.57 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 23.57 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 23.58 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 23.58 [+0.00] encapsulations in lower layers, most packet types allow/require # 23.58 [+0.00] additional packet-specific arguments in an ; # 23.58 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 23.58 [+0.00] dns, rtp, syslog, lldp and more; # 23.58 [+0.00] For context-help use 'help' as ! # 23.58 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 23.59 [+0.00] Enter -T help or -T rtp help for further information # 23.59 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 23.59 [+0.00] -V|VV|... Verbose and more verbose mode # 23.59 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 23.59 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 23.59 [+0.00] typically combined with one of the verbose modes (v or V) # 23.59 [+0.00] -v Show version # 23.60 [+0.00] -h Print this help # 23.60 [+0.00] # 23.60 [+0.00] Examples: # 23.60 [+0.00] mausezahn -x 99 # 23.60 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 23.60 [+0.00] mausezahn -t cdp change -c 0 # 23.60 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 23.60 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 23.60 [+0.00] # 23.60 [+0.00] Note: # 23.60 [+0.00] This tool is targeted for network developers! You should # 23.60 [+0.00] be aware of what you are doing and what these options above # 23.61 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 23.61 [+0.00] # 23.61 [+0.00] Please report bugs to # 23.61 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 23.61 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 23.61 [+0.00] Swiss federal institute of technology (ETH Zurich) # 23.61 [+0.00] License: GNU GPL version 2.0 # 23.61 [+0.00] This is free software: you are free to change and redistribute it. # 23.61 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 23.61 [+0.00] # 24.64 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 24.65 [+0.00] # 24.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 24.65 [+0.00] http://www.netsniff-ng.org # 24.65 [+0.00] # 24.65 [+0.00] Usage: mausezahn [options] [interface] || # 24.65 [+0.00] Options: # 24.65 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 24.65 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 24.66 [+0.00] -4 IPv4 mode (default) # 24.66 [+0.00] -6 IPv6 mode # 24.66 [+0.00] -R Set socket priority # 24.66 [+0.00] -c Send packet count times, default:1, infinite:0 # 24.66 [+0.00] -d Apply delay between transmissions. The delay value can be # 24.66 [+0.00] specified in usec (default, no additional unit needed), or in # 24.66 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 24.67 [+0.00] -r Multiplies the specified delay with a random value # 24.67 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 24.67 [+0.00] -a Use specified source mac address, no matter what has # 24.67 [+0.00] been specified with other arguments; keywords see below, # 24.67 [+0.00] Default is own interface # 24.67 [+0.00] -b Same with destination mac address; keywords: # 24.67 [+0.00] rand Use a random MAC address # 24.68 [+0.00] bc Use a broadcast MAC address # 24.68 [+0.00] own Use own interface MAC address (default for source MAC) # 24.68 [+0.00] stp Use IEEE 802.1d STP multicast address # 24.68 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 24.68 [+0.00] -A Use specified source IP address (default is own interface IP) # 24.68 [+0.00] -B Send packet to specified destination IP or domain name # 24.68 [+0.00] -P Use the specified ASCII payload # 24.69 [+0.00] -f Read the ASCII payload from a file # 24.69 [+0.00] -F Read the hexadecimal payload from a file # 24.69 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 24.69 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 24.69 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 24.69 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 24.69 [+0.00] encapsulations in lower layers, most packet types allow/require # 24.70 [+0.00] additional packet-specific arguments in an ; # 24.70 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 24.70 [+0.00] dns, rtp, syslog, lldp and more; # 24.70 [+0.00] For context-help use 'help' as ! # 24.70 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 24.70 [+0.00] Enter -T help or -T rtp help for further information # 24.71 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 24.71 [+0.00] -V|VV|... Verbose and more verbose mode # 24.71 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 24.71 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 24.71 [+0.00] typically combined with one of the verbose modes (v or V) # 24.71 [+0.00] -v Show version # 24.71 [+0.00] -h Print this help # 24.71 [+0.00] # 24.71 [+0.00] Examples: # 24.71 [+0.00] mausezahn -x 99 # 24.71 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 24.72 [+0.00] mausezahn -t cdp change -c 0 # 24.72 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 24.72 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 24.72 [+0.00] # 24.72 [+0.00] Note: # 24.72 [+0.00] This tool is targeted for network developers! You should # 24.72 [+0.00] be aware of what you are doing and what these options above # 24.72 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 24.72 [+0.00] # 24.72 [+0.00] Please report bugs to # 24.72 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 24.72 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 24.73 [+0.00] Swiss federal institute of technology (ETH Zurich) # 24.73 [+0.00] License: GNU GPL version 2.0 # 24.73 [+0.00] This is free software: you are free to change and redistribute it. # 24.73 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 24.73 [+0.00] # 30.23 [+5.50] TEST: IGMPv3 report 239.10.10.10 include -> allow [FAIL] # 30.23 [+0.00] Didn't forward traffic from S,G (192.0.2.12, 239.10.10.10) # 30.24 [+0.01] RTNETLINK answers: Invalid argument # 30.30 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 30.30 [+0.00] # 30.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 30.30 [+0.00] http://www.netsniff-ng.org # 30.30 [+0.00] # 30.30 [+0.00] Usage: mausezahn [options] [interface] || # 30.31 [+0.00] Options: # 30.31 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 30.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 30.31 [+0.00] -4 IPv4 mode (default) # 30.31 [+0.00] -6 IPv6 mode # 30.31 [+0.00] -R Set socket priority # 30.31 [+0.00] -c Send packet count times, default:1, infinite:0 # 30.31 [+0.00] -d Apply delay between transmissions. The delay value can be # 30.31 [+0.00] specified in usec (default, no additional unit needed), or in # 30.32 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 30.32 [+0.00] -r Multiplies the specified delay with a random value # 30.32 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 30.32 [+0.00] -a Use specified source mac address, no matter what has # 30.32 [+0.00] been specified with other arguments; keywords see below, # 30.32 [+0.00] Default is own interface # 30.32 [+0.00] -b Same with destination mac address; keywords: # 30.33 [+0.00] rand Use a random MAC address # 30.33 [+0.00] bc Use a broadcast MAC address # 30.33 [+0.00] own Use own interface MAC address (default for source MAC) # 30.33 [+0.00] stp Use IEEE 802.1d STP multicast address # 30.33 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 30.33 [+0.00] -A Use specified source IP address (default is own interface IP) # 30.33 [+0.00] -B Send packet to specified destination IP or domain name # 30.34 [+0.00] -P Use the specified ASCII payload # 30.34 [+0.00] -f Read the ASCII payload from a file # 30.34 [+0.00] -F Read the hexadecimal payload from a file # 30.34 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 30.34 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 30.34 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 30.34 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 30.35 [+0.00] encapsulations in lower layers, most packet types allow/require # 30.35 [+0.00] additional packet-specific arguments in an ; # 30.35 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 30.35 [+0.00] dns, rtp, syslog, lldp and more; # 30.35 [+0.00] For context-help use 'help' as ! # 30.35 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 30.35 [+0.00] Enter -T help or -T rtp help for further information # 30.36 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 30.36 [+0.00] -V|VV|... Verbose and more verbose mode # 30.36 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 30.36 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 30.36 [+0.00] typically combined with one of the verbose modes (v or V) # 30.36 [+0.00] -v Show version # 30.36 [+0.00] -h Print this help # 30.36 [+0.00] # 30.36 [+0.00] Examples: # 30.36 [+0.00] mausezahn -x 99 # 30.37 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 30.37 [+0.00] mausezahn -t cdp change -c 0 # 30.37 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 30.37 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 30.37 [+0.00] # 30.37 [+0.00] Note: # 30.37 [+0.00] This tool is targeted for network developers! You should # 30.37 [+0.00] be aware of what you are doing and what these options above # 30.37 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 30.37 [+0.00] # 30.37 [+0.00] Please report bugs to # 30.37 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 30.38 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 30.38 [+0.00] Swiss federal institute of technology (ETH Zurich) # 30.38 [+0.00] License: GNU GPL version 2.0 # 30.38 [+0.00] This is free software: you are free to change and redistribute it. # 30.38 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 30.38 [+0.00] # 31.40 [+1.02] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 31.41 [+0.00] # 31.41 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 31.41 [+0.00] http://www.netsniff-ng.org # 31.41 [+0.00] # 31.41 [+0.00] Usage: mausezahn [options] [interface] || # 31.41 [+0.00] Options: # 31.41 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 31.41 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 31.41 [+0.00] -4 IPv4 mode (default) # 31.42 [+0.00] -6 IPv6 mode # 31.42 [+0.00] -R Set socket priority # 31.42 [+0.00] -c Send packet count times, default:1, infinite:0 # 31.42 [+0.00] -d Apply delay between transmissions. The delay value can be # 31.42 [+0.00] specified in usec (default, no additional unit needed), or in # 31.42 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 31.42 [+0.00] -r Multiplies the specified delay with a random value # 31.42 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 31.43 [+0.00] -a Use specified source mac address, no matter what has # 31.43 [+0.00] been specified with other arguments; keywords see below, # 31.43 [+0.00] Default is own interface # 31.43 [+0.00] -b Same with destination mac address; keywords: # 31.43 [+0.00] rand Use a random MAC address # 31.44 [+0.00] bc Use a broadcast MAC address # 31.44 [+0.00] own Use own interface MAC address (default for source MAC) # 31.44 [+0.00] stp Use IEEE 802.1d STP multicast address # 31.44 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 31.44 [+0.00] -A Use specified source IP address (default is own interface IP) # 31.45 [+0.00] -B Send packet to specified destination IP or domain name # 31.45 [+0.00] -P Use the specified ASCII payload # 31.45 [+0.00] -f Read the ASCII payload from a file # 31.45 [+0.00] -F Read the hexadecimal payload from a file # 31.45 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 31.45 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 31.45 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 31.46 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 31.46 [+0.00] encapsulations in lower layers, most packet types allow/require # 31.46 [+0.00] additional packet-specific arguments in an ; # 31.46 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 31.46 [+0.00] dns, rtp, syslog, lldp and more; # 31.46 [+0.00] For context-help use 'help' as ! # 31.46 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 31.47 [+0.00] Enter -T help or -T rtp help for further information # 31.47 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 31.47 [+0.00] -V|VV|... Verbose and more verbose mode # 31.47 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 31.47 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 31.47 [+0.00] typically combined with one of the verbose modes (v or V) # 31.48 [+0.00] -v Show version # 31.48 [+0.00] -h Print this help # 31.48 [+0.00] # 31.48 [+0.00] Examples: # 31.48 [+0.00] mausezahn -x 99 # 31.48 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 31.48 [+0.00] mausezahn -t cdp change -c 0 # 31.48 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 31.48 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 31.48 [+0.00] # 31.48 [+0.00] Note: # 31.48 [+0.00] This tool is targeted for network developers! You should # 31.48 [+0.00] be aware of what you are doing and what these options above # 31.48 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 31.49 [+0.00] # 31.49 [+0.00] Please report bugs to # 31.49 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 31.49 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 31.49 [+0.00] Swiss federal institute of technology (ETH Zurich) # 31.49 [+0.00] License: GNU GPL version 2.0 # 31.49 [+0.00] This is free software: you are free to change and redistribute it. # 31.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 31.49 [+0.00] # 37.03 [+5.54] TEST: IGMPv3 report 239.10.10.10 include -> is_include [FAIL] # 37.03 [+0.00] Didn't forward traffic from S,G (192.0.2.12, 239.10.10.10) # 37.04 [+0.01] RTNETLINK answers: Invalid argument # 37.10 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 37.11 [+0.00] # 37.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 37.11 [+0.00] http://www.netsniff-ng.org # 37.11 [+0.00] # 37.11 [+0.00] Usage: mausezahn [options] [interface] || # 37.11 [+0.00] Options: # 37.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 37.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 37.12 [+0.00] -4 IPv4 mode (default) # 37.12 [+0.00] -6 IPv6 mode # 37.12 [+0.00] -R Set socket priority # 37.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 37.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 37.12 [+0.00] specified in usec (default, no additional unit needed), or in # 37.12 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 37.12 [+0.00] -r Multiplies the specified delay with a random value # 37.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 37.13 [+0.00] -a Use specified source mac address, no matter what has # 37.13 [+0.00] been specified with other arguments; keywords see below, # 37.13 [+0.00] Default is own interface # 37.13 [+0.00] -b Same with destination mac address; keywords: # 37.14 [+0.00] rand Use a random MAC address # 37.14 [+0.00] bc Use a broadcast MAC address # 37.14 [+0.00] own Use own interface MAC address (default for source MAC) # 37.14 [+0.00] stp Use IEEE 802.1d STP multicast address # 37.14 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 37.14 [+0.00] -A Use specified source IP address (default is own interface IP) # 37.15 [+0.00] -B Send packet to specified destination IP or domain name # 37.15 [+0.00] -P Use the specified ASCII payload # 37.15 [+0.00] -f Read the ASCII payload from a file # 37.15 [+0.00] -F Read the hexadecimal payload from a file # 37.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 37.15 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 37.15 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 37.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 37.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 37.16 [+0.00] additional packet-specific arguments in an ; # 37.16 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 37.16 [+0.00] dns, rtp, syslog, lldp and more; # 37.16 [+0.00] For context-help use 'help' as ! # 37.17 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 37.17 [+0.00] Enter -T help or -T rtp help for further information # 37.17 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 37.17 [+0.00] -V|VV|... Verbose and more verbose mode # 37.17 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 37.17 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 37.18 [+0.00] typically combined with one of the verbose modes (v or V) # 37.18 [+0.00] -v Show version # 37.18 [+0.00] -h Print this help # 37.18 [+0.00] # 37.18 [+0.00] Examples: # 37.18 [+0.00] mausezahn -x 99 # 37.18 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 37.18 [+0.00] mausezahn -t cdp change -c 0 # 37.18 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 37.18 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 37.18 [+0.00] # 37.18 [+0.00] Note: # 37.18 [+0.00] This tool is targeted for network developers! You should # 37.19 [+0.00] be aware of what you are doing and what these options above # 37.19 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 37.19 [+0.00] # 37.19 [+0.00] Please report bugs to # 37.19 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 37.19 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 37.19 [+0.00] Swiss federal institute of technology (ETH Zurich) # 37.19 [+0.00] License: GNU GPL version 2.0 # 37.19 [+0.00] This is free software: you are free to change and redistribute it. # 37.20 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 37.20 [+0.00] # 38.22 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 38.23 [+0.00] # 38.23 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 38.23 [+0.00] http://www.netsniff-ng.org # 38.23 [+0.00] # 38.23 [+0.00] Usage: mausezahn [options] [interface] || # 38.23 [+0.00] Options: # 38.23 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 38.23 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 38.24 [+0.00] -4 IPv4 mode (default) # 38.24 [+0.00] -6 IPv6 mode # 38.24 [+0.00] -R Set socket priority # 38.24 [+0.00] -c Send packet count times, default:1, infinite:0 # 38.24 [+0.00] -d Apply delay between transmissions. The delay value can be # 38.24 [+0.00] specified in usec (default, no additional unit needed), or in # 38.24 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 38.24 [+0.00] -r Multiplies the specified delay with a random value # 38.25 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 38.25 [+0.00] -a Use specified source mac address, no matter what has # 38.25 [+0.00] been specified with other arguments; keywords see below, # 38.25 [+0.00] Default is own interface # 38.25 [+0.00] -b Same with destination mac address; keywords: # 38.25 [+0.00] rand Use a random MAC address # 38.25 [+0.00] bc Use a broadcast MAC address # 38.25 [+0.00] own Use own interface MAC address (default for source MAC) # 38.26 [+0.00] stp Use IEEE 802.1d STP multicast address # 38.26 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 38.26 [+0.00] -A Use specified source IP address (default is own interface IP) # 38.26 [+0.00] -B Send packet to specified destination IP or domain name # 38.26 [+0.00] -P Use the specified ASCII payload # 38.26 [+0.00] -f Read the ASCII payload from a file # 38.26 [+0.00] -F Read the hexadecimal payload from a file # 38.27 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 38.27 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 38.27 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 38.27 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 38.27 [+0.00] encapsulations in lower layers, most packet types allow/require # 38.27 [+0.00] additional packet-specific arguments in an ; # 38.28 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 38.28 [+0.00] dns, rtp, syslog, lldp and more; # 38.28 [+0.00] For context-help use 'help' as ! # 38.28 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 38.28 [+0.00] Enter -T help or -T rtp help for further information # 38.29 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 38.29 [+0.00] -V|VV|... Verbose and more verbose mode # 38.29 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 38.29 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 38.29 [+0.00] typically combined with one of the verbose modes (v or V) # 38.29 [+0.00] -v Show version # 38.29 [+0.00] -h Print this help # 38.29 [+0.00] # 38.29 [+0.00] Examples: # 38.29 [+0.00] mausezahn -x 99 # 38.29 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 38.30 [+0.00] mausezahn -t cdp change -c 0 # 38.30 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 38.30 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 38.30 [+0.00] # 38.30 [+0.00] Note: # 38.30 [+0.00] This tool is targeted for network developers! You should # 38.30 [+0.00] be aware of what you are doing and what these options above # 38.30 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 38.30 [+0.00] # 38.30 [+0.00] Please report bugs to # 38.30 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 38.31 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 38.31 [+0.00] Swiss federal institute of technology (ETH Zurich) # 38.31 [+0.00] License: GNU GPL version 2.0 # 38.31 [+0.00] This is free software: you are free to change and redistribute it. # 38.31 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 38.31 [+0.00] # 40.52 [+2.20] TEST: IGMPv3 report 239.10.10.10 include -> is_exclude [FAIL] # 40.52 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 40.53 [+0.01] RTNETLINK answers: Invalid argument # 40.60 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 40.60 [+0.00] # 40.60 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 40.60 [+0.00] http://www.netsniff-ng.org # 40.60 [+0.00] # 40.60 [+0.00] Usage: mausezahn [options] [interface] || # 40.61 [+0.00] Options: # 40.61 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 40.61 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 40.61 [+0.00] -4 IPv4 mode (default) # 40.61 [+0.00] -6 IPv6 mode # 40.61 [+0.00] -R Set socket priority # 40.62 [+0.00] -c Send packet count times, default:1, infinite:0 # 40.62 [+0.00] -d Apply delay between transmissions. The delay value can be # 40.62 [+0.00] specified in usec (default, no additional unit needed), or in # 40.62 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 40.62 [+0.00] -r Multiplies the specified delay with a random value # 40.63 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 40.63 [+0.00] -a Use specified source mac address, no matter what has # 40.63 [+0.00] been specified with other arguments; keywords see below, # 40.63 [+0.00] Default is own interface # 40.63 [+0.00] -b Same with destination mac address; keywords: # 40.64 [+0.00] rand Use a random MAC address # 40.64 [+0.00] bc Use a broadcast MAC address # 40.64 [+0.00] own Use own interface MAC address (default for source MAC) # 40.64 [+0.00] stp Use IEEE 802.1d STP multicast address # 40.64 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 40.64 [+0.00] -A Use specified source IP address (default is own interface IP) # 40.65 [+0.00] -B Send packet to specified destination IP or domain name # 40.65 [+0.00] -P Use the specified ASCII payload # 40.65 [+0.00] -f Read the ASCII payload from a file # 40.65 [+0.00] -F Read the hexadecimal payload from a file # 40.65 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 40.66 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 40.66 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 40.66 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 40.66 [+0.00] encapsulations in lower layers, most packet types allow/require # 40.66 [+0.00] additional packet-specific arguments in an ; # 40.67 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 40.67 [+0.00] dns, rtp, syslog, lldp and more; # 40.67 [+0.00] For context-help use 'help' as ! # 40.67 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 40.68 [+0.00] Enter -T help or -T rtp help for further information # 40.68 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 40.68 [+0.00] -V|VV|... Verbose and more verbose mode # 40.68 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 40.68 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 40.69 [+0.00] typically combined with one of the verbose modes (v or V) # 40.69 [+0.00] -v Show version # 40.69 [+0.00] -h Print this help # 40.69 [+0.00] # 40.69 [+0.00] Examples: # 40.69 [+0.00] mausezahn -x 99 # 40.69 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 40.69 [+0.00] mausezahn -t cdp change -c 0 # 40.69 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 40.70 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 40.70 [+0.00] # 40.70 [+0.00] Note: # 40.70 [+0.00] This tool is targeted for network developers! You should # 40.70 [+0.00] be aware of what you are doing and what these options above # 40.70 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 40.70 [+0.00] # 40.70 [+0.00] Please report bugs to # 40.70 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 40.71 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 40.71 [+0.00] Swiss federal institute of technology (ETH Zurich) # 40.71 [+0.00] License: GNU GPL version 2.0 # 40.71 [+0.00] This is free software: you are free to change and redistribute it. # 40.71 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 40.71 [+0.00] # 41.73 [+1.02] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 41.73 [+0.00] # 41.73 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 41.73 [+0.00] http://www.netsniff-ng.org # 41.73 [+0.00] # 41.74 [+0.00] Usage: mausezahn [options] [interface] || # 41.74 [+0.00] Options: # 41.74 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 41.74 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 41.74 [+0.00] -4 IPv4 mode (default) # 41.74 [+0.00] -6 IPv6 mode # 41.74 [+0.00] -R Set socket priority # 41.74 [+0.00] -c Send packet count times, default:1, infinite:0 # 41.74 [+0.00] -d Apply delay between transmissions. The delay value can be # 41.75 [+0.00] specified in usec (default, no additional unit needed), or in # 41.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 41.75 [+0.00] -r Multiplies the specified delay with a random value # 41.75 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 41.75 [+0.00] -a Use specified source mac address, no matter what has # 41.75 [+0.00] been specified with other arguments; keywords see below, # 41.76 [+0.00] Default is own interface # 41.76 [+0.00] -b Same with destination mac address; keywords: # 41.76 [+0.00] rand Use a random MAC address # 41.76 [+0.00] bc Use a broadcast MAC address # 41.76 [+0.00] own Use own interface MAC address (default for source MAC) # 41.76 [+0.00] stp Use IEEE 802.1d STP multicast address # 41.76 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 41.77 [+0.00] -A Use specified source IP address (default is own interface IP) # 41.77 [+0.00] -B Send packet to specified destination IP or domain name # 41.77 [+0.00] -P Use the specified ASCII payload # 41.77 [+0.00] -f Read the ASCII payload from a file # 41.77 [+0.00] -F Read the hexadecimal payload from a file # 41.78 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 41.78 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 41.78 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 41.78 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 41.78 [+0.00] encapsulations in lower layers, most packet types allow/require # 41.79 [+0.00] additional packet-specific arguments in an ; # 41.79 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 41.79 [+0.00] dns, rtp, syslog, lldp and more; # 41.79 [+0.00] For context-help use 'help' as ! # 41.79 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 41.79 [+0.00] Enter -T help or -T rtp help for further information # 41.80 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 41.80 [+0.00] -V|VV|... Verbose and more verbose mode # 41.80 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 41.80 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 41.80 [+0.00] typically combined with one of the verbose modes (v or V) # 41.80 [+0.00] -v Show version # 41.80 [+0.00] -h Print this help # 41.81 [+0.00] # 41.81 [+0.00] Examples: # 41.81 [+0.00] mausezahn -x 99 # 41.81 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 41.81 [+0.00] mausezahn -t cdp change -c 0 # 41.81 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 41.81 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 41.81 [+0.00] # 41.81 [+0.00] Note: # 41.81 [+0.00] This tool is targeted for network developers! You should # 41.81 [+0.00] be aware of what you are doing and what these options above # 41.81 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 41.81 [+0.00] # 41.81 [+0.00] Please report bugs to # 41.82 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 41.82 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 41.82 [+0.00] Swiss federal institute of technology (ETH Zurich) # 41.82 [+0.00] License: GNU GPL version 2.0 # 41.82 [+0.00] This is free software: you are free to change and redistribute it. # 41.82 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 41.82 [+0.00] # 47.37 [+5.55] TEST: IGMPv3 report 239.10.10.10 include -> to_exclude [FAIL] # 47.38 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 47.40 [+0.02] RTNETLINK answers: Invalid argument # 47.47 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 47.47 [+0.00] # 47.47 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 47.48 [+0.00] http://www.netsniff-ng.org # 47.48 [+0.00] # 47.48 [+0.00] Usage: mausezahn [options] [interface] || # 47.48 [+0.00] Options: # 47.48 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 47.48 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 47.48 [+0.00] -4 IPv4 mode (default) # 47.48 [+0.00] -6 IPv6 mode # 47.49 [+0.00] -R Set socket priority # 47.49 [+0.00] -c Send packet count times, default:1, infinite:0 # 47.49 [+0.00] -d Apply delay between transmissions. The delay value can be # 47.49 [+0.00] specified in usec (default, no additional unit needed), or in # 47.49 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 47.50 [+0.00] -r Multiplies the specified delay with a random value # 47.50 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 47.50 [+0.00] -a Use specified source mac address, no matter what has # 47.50 [+0.00] been specified with other arguments; keywords see below, # 47.50 [+0.00] Default is own interface # 47.51 [+0.00] -b Same with destination mac address; keywords: # 47.51 [+0.00] rand Use a random MAC address # 47.51 [+0.00] bc Use a broadcast MAC address # 47.51 [+0.00] own Use own interface MAC address (default for source MAC) # 47.51 [+0.00] stp Use IEEE 802.1d STP multicast address # 47.51 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 47.52 [+0.00] -A Use specified source IP address (default is own interface IP) # 47.52 [+0.00] -B Send packet to specified destination IP or domain name # 47.52 [+0.00] -P Use the specified ASCII payload # 47.52 [+0.00] -f Read the ASCII payload from a file # 47.52 [+0.00] -F Read the hexadecimal payload from a file # 47.52 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 47.53 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 47.53 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 47.53 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 47.54 [+0.00] encapsulations in lower layers, most packet types allow/require # 47.54 [+0.00] additional packet-specific arguments in an ; # 47.54 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 47.54 [+0.00] dns, rtp, syslog, lldp and more; # 47.54 [+0.00] For context-help use 'help' as ! # 47.55 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 47.55 [+0.00] Enter -T help or -T rtp help for further information # 47.55 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 47.55 [+0.00] -V|VV|... Verbose and more verbose mode # 47.55 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 47.56 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 47.56 [+0.00] typically combined with one of the verbose modes (v or V) # 47.56 [+0.00] -v Show version # 47.56 [+0.00] -h Print this help # 47.56 [+0.00] # 47.56 [+0.00] Examples: # 47.56 [+0.00] mausezahn -x 99 # 47.56 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 47.56 [+0.00] mausezahn -t cdp change -c 0 # 47.57 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 47.57 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 47.57 [+0.00] # 47.57 [+0.00] Note: # 47.57 [+0.00] This tool is targeted for network developers! You should # 47.57 [+0.00] be aware of what you are doing and what these options above # 47.57 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 47.57 [+0.00] # 47.57 [+0.00] Please report bugs to # 47.58 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 47.58 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 47.58 [+0.00] Swiss federal institute of technology (ETH Zurich) # 47.58 [+0.00] License: GNU GPL version 2.0 # 47.58 [+0.00] This is free software: you are free to change and redistribute it. # 47.58 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 47.58 [+0.00] # 48.64 [+1.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 48.65 [+0.00] # 48.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 48.65 [+0.00] http://www.netsniff-ng.org # 48.65 [+0.00] # 48.65 [+0.00] Usage: mausezahn [options] [interface] || # 48.65 [+0.00] Options: # 48.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 48.66 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 48.66 [+0.00] -4 IPv4 mode (default) # 48.66 [+0.00] -6 IPv6 mode # 48.66 [+0.00] -R Set socket priority # 48.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 48.67 [+0.00] -d Apply delay between transmissions. The delay value can be # 48.67 [+0.00] specified in usec (default, no additional unit needed), or in # 48.67 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 48.68 [+0.00] -r Multiplies the specified delay with a random value # 48.68 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 48.68 [+0.00] -a Use specified source mac address, no matter what has # 48.68 [+0.00] been specified with other arguments; keywords see below, # 48.69 [+0.00] Default is own interface # 48.69 [+0.00] -b Same with destination mac address; keywords: # 48.69 [+0.00] rand Use a random MAC address # 48.69 [+0.00] bc Use a broadcast MAC address # 48.69 [+0.00] own Use own interface MAC address (default for source MAC) # 48.70 [+0.00] stp Use IEEE 802.1d STP multicast address # 48.70 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 48.70 [+0.00] -A Use specified source IP address (default is own interface IP) # 48.70 [+0.00] -B Send packet to specified destination IP or domain name # 48.71 [+0.00] -P Use the specified ASCII payload # 48.71 [+0.00] -f Read the ASCII payload from a file # 48.71 [+0.00] -F Read the hexadecimal payload from a file # 48.71 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 48.71 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 48.72 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 48.72 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 48.72 [+0.00] encapsulations in lower layers, most packet types allow/require # 48.72 [+0.00] additional packet-specific arguments in an ; # 48.73 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 48.73 [+0.00] dns, rtp, syslog, lldp and more; # 48.73 [+0.00] For context-help use 'help' as ! # 48.73 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 48.74 [+0.00] Enter -T help or -T rtp help for further information # 48.74 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 48.74 [+0.00] -V|VV|... Verbose and more verbose mode # 48.74 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 48.75 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 48.75 [+0.00] typically combined with one of the verbose modes (v or V) # 48.75 [+0.00] -v Show version # 48.75 [+0.00] -h Print this help # 48.75 [+0.00] # 48.75 [+0.00] Examples: # 48.75 [+0.00] mausezahn -x 99 # 48.75 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 48.75 [+0.00] mausezahn -t cdp change -c 0 # 48.76 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 48.76 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 48.76 [+0.00] # 48.76 [+0.00] Note: # 48.76 [+0.00] This tool is targeted for network developers! You should # 48.76 [+0.00] be aware of what you are doing and what these options above # 48.76 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 48.76 [+0.00] # 48.77 [+0.00] Please report bugs to # 48.77 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 48.77 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 48.77 [+0.00] Swiss federal institute of technology (ETH Zurich) # 48.77 [+0.00] License: GNU GPL version 2.0 # 48.77 [+0.00] This is free software: you are free to change and redistribute it. # 48.77 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 48.78 [+0.00] # 49.87 [+1.10] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 49.87 [+0.00] # 49.87 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 49.88 [+0.00] http://www.netsniff-ng.org # 49.88 [+0.00] # 49.88 [+0.00] Usage: mausezahn [options] [interface] || # 49.88 [+0.00] Options: # 49.88 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 49.88 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 49.88 [+0.00] -4 IPv4 mode (default) # 49.88 [+0.00] -6 IPv6 mode # 49.89 [+0.00] -R Set socket priority # 49.89 [+0.00] -c Send packet count times, default:1, infinite:0 # 49.89 [+0.00] -d Apply delay between transmissions. The delay value can be # 49.89 [+0.00] specified in usec (default, no additional unit needed), or in # 49.89 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 49.89 [+0.00] -r Multiplies the specified delay with a random value # 49.90 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 49.90 [+0.00] -a Use specified source mac address, no matter what has # 49.90 [+0.00] been specified with other arguments; keywords see below, # 49.90 [+0.00] Default is own interface # 49.90 [+0.00] -b Same with destination mac address; keywords: # 49.91 [+0.00] rand Use a random MAC address # 49.91 [+0.00] bc Use a broadcast MAC address # 49.91 [+0.00] own Use own interface MAC address (default for source MAC) # 49.91 [+0.00] stp Use IEEE 802.1d STP multicast address # 49.91 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 49.91 [+0.00] -A Use specified source IP address (default is own interface IP) # 49.92 [+0.00] -B Send packet to specified destination IP or domain name # 49.92 [+0.00] -P Use the specified ASCII payload # 49.92 [+0.00] -f Read the ASCII payload from a file # 49.92 [+0.00] -F Read the hexadecimal payload from a file # 49.92 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 49.93 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 49.93 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 49.93 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 49.93 [+0.00] encapsulations in lower layers, most packet types allow/require # 49.93 [+0.00] additional packet-specific arguments in an ; # 49.94 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 49.94 [+0.00] dns, rtp, syslog, lldp and more; # 49.94 [+0.00] For context-help use 'help' as ! # 49.94 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 49.94 [+0.00] Enter -T help or -T rtp help for further information # 49.95 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 49.95 [+0.00] -V|VV|... Verbose and more verbose mode # 49.95 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 49.95 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 49.96 [+0.00] typically combined with one of the verbose modes (v or V) # 49.96 [+0.00] -v Show version # 49.96 [+0.00] -h Print this help # 49.96 [+0.00] # 49.96 [+0.00] Examples: # 49.96 [+0.00] mausezahn -x 99 # 49.96 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 49.96 [+0.00] mausezahn -t cdp change -c 0 # 49.96 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 49.96 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 49.97 [+0.00] # 49.97 [+0.00] Note: # 49.97 [+0.00] This tool is targeted for network developers! You should # 49.97 [+0.00] be aware of what you are doing and what these options above # 49.97 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 49.97 [+0.00] # 49.97 [+0.00] Please report bugs to # 49.97 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 49.97 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 49.98 [+0.00] Swiss federal institute of technology (ETH Zurich) # 49.98 [+0.00] License: GNU GPL version 2.0 # 49.98 [+0.00] This is free software: you are free to change and redistribute it. # 49.98 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 49.98 [+0.00] # 57.91 [+7.93] TEST: IGMPv3 report 239.10.10.10 exclude -> allow [FAIL] # 57.91 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 57.92 [+0.01] RTNETLINK answers: Invalid argument # 57.99 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 57.99 [+0.00] # 57.99 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 58.00 [+0.00] http://www.netsniff-ng.org # 58.00 [+0.00] # 58.00 [+0.00] Usage: mausezahn [options] [interface] || # 58.00 [+0.00] Options: # 58.00 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 58.00 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 58.01 [+0.00] -4 IPv4 mode (default) # 58.01 [+0.00] -6 IPv6 mode # 58.01 [+0.00] -R Set socket priority # 58.01 [+0.00] -c Send packet count times, default:1, infinite:0 # 58.01 [+0.00] -d Apply delay between transmissions. The delay value can be # 58.01 [+0.00] specified in usec (default, no additional unit needed), or in # 58.02 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 58.02 [+0.00] -r Multiplies the specified delay with a random value # 58.02 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 58.02 [+0.00] -a Use specified source mac address, no matter what has # 58.02 [+0.00] been specified with other arguments; keywords see below, # 58.03 [+0.00] Default is own interface # 58.03 [+0.00] -b Same with destination mac address; keywords: # 58.03 [+0.00] rand Use a random MAC address # 58.03 [+0.00] bc Use a broadcast MAC address # 58.03 [+0.00] own Use own interface MAC address (default for source MAC) # 58.03 [+0.00] stp Use IEEE 802.1d STP multicast address # 58.03 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 58.04 [+0.00] -A Use specified source IP address (default is own interface IP) # 58.04 [+0.00] -B Send packet to specified destination IP or domain name # 58.04 [+0.00] -P Use the specified ASCII payload # 58.04 [+0.00] -f Read the ASCII payload from a file # 58.04 [+0.00] -F Read the hexadecimal payload from a file # 58.05 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 58.05 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 58.05 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 58.05 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 58.05 [+0.00] encapsulations in lower layers, most packet types allow/require # 58.06 [+0.00] additional packet-specific arguments in an ; # 58.06 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 58.06 [+0.00] dns, rtp, syslog, lldp and more; # 58.06 [+0.00] For context-help use 'help' as ! # 58.06 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 58.07 [+0.00] Enter -T help or -T rtp help for further information # 58.07 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 58.07 [+0.00] -V|VV|... Verbose and more verbose mode # 58.07 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 58.07 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 58.08 [+0.00] typically combined with one of the verbose modes (v or V) # 58.08 [+0.00] -v Show version # 58.08 [+0.00] -h Print this help # 58.08 [+0.00] # 58.08 [+0.00] Examples: # 58.08 [+0.00] mausezahn -x 99 # 58.08 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 58.08 [+0.00] mausezahn -t cdp change -c 0 # 58.08 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 58.08 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 58.09 [+0.00] # 58.09 [+0.00] Note: # 58.09 [+0.00] This tool is targeted for network developers! You should # 58.09 [+0.00] be aware of what you are doing and what these options above # 58.09 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 58.09 [+0.00] # 58.09 [+0.00] Please report bugs to # 58.09 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 58.09 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 58.10 [+0.00] Swiss federal institute of technology (ETH Zurich) # 58.10 [+0.00] License: GNU GPL version 2.0 # 58.10 [+0.00] This is free software: you are free to change and redistribute it. # 58.10 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 58.10 [+0.00] # 59.11 [+1.01] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 59.12 [+0.00] # 59.12 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 59.12 [+0.00] http://www.netsniff-ng.org # 59.12 [+0.00] # 59.12 [+0.00] Usage: mausezahn [options] [interface] || # 59.13 [+0.00] Options: # 59.13 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 59.13 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 59.13 [+0.00] -4 IPv4 mode (default) # 59.14 [+0.00] -6 IPv6 mode # 59.14 [+0.00] -R Set socket priority # 59.14 [+0.00] -c Send packet count times, default:1, infinite:0 # 59.14 [+0.00] -d Apply delay between transmissions. The delay value can be # 59.14 [+0.00] specified in usec (default, no additional unit needed), or in # 59.15 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 59.15 [+0.00] -r Multiplies the specified delay with a random value # 59.15 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 59.15 [+0.00] -a Use specified source mac address, no matter what has # 59.16 [+0.00] been specified with other arguments; keywords see below, # 59.16 [+0.00] Default is own interface # 59.16 [+0.00] -b Same with destination mac address; keywords: # 59.16 [+0.00] rand Use a random MAC address # 59.16 [+0.00] bc Use a broadcast MAC address # 59.17 [+0.00] own Use own interface MAC address (default for source MAC) # 59.17 [+0.00] stp Use IEEE 802.1d STP multicast address # 59.17 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 59.17 [+0.00] -A Use specified source IP address (default is own interface IP) # 59.18 [+0.00] -B Send packet to specified destination IP or domain name # 59.18 [+0.00] -P Use the specified ASCII payload # 59.18 [+0.00] -f Read the ASCII payload from a file # 59.18 [+0.00] -F Read the hexadecimal payload from a file # 59.18 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 59.19 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 59.19 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 59.19 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 59.20 [+0.00] encapsulations in lower layers, most packet types allow/require # 59.20 [+0.00] additional packet-specific arguments in an ; # 59.20 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 59.20 [+0.00] dns, rtp, syslog, lldp and more; # 59.21 [+0.00] For context-help use 'help' as ! # 59.21 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 59.21 [+0.00] Enter -T help or -T rtp help for further information # 59.21 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 59.22 [+0.00] -V|VV|... Verbose and more verbose mode # 59.22 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 59.22 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 59.22 [+0.00] typically combined with one of the verbose modes (v or V) # 59.23 [+0.00] -v Show version # 59.23 [+0.00] -h Print this help # 59.23 [+0.00] # 59.23 [+0.00] Examples: # 59.23 [+0.00] mausezahn -x 99 # 59.23 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 59.23 [+0.00] mausezahn -t cdp change -c 0 # 59.23 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 59.24 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 59.24 [+0.00] # 59.24 [+0.00] Note: # 59.24 [+0.00] This tool is targeted for network developers! You should # 59.24 [+0.00] be aware of what you are doing and what these options above # 59.24 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 59.24 [+0.00] # 59.24 [+0.00] Please report bugs to # 59.24 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 59.25 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 59.25 [+0.00] Swiss federal institute of technology (ETH Zurich) # 59.25 [+0.00] License: GNU GPL version 2.0 # 59.25 [+0.00] This is free software: you are free to change and redistribute it. # 59.25 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 59.25 [+0.00] # 60.36 [+1.11] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 60.37 [+0.00] # 60.37 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 60.37 [+0.00] http://www.netsniff-ng.org # 60.37 [+0.00] # 60.37 [+0.00] Usage: mausezahn [options] [interface] || # 60.37 [+0.00] Options: # 60.37 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 60.38 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 60.38 [+0.00] -4 IPv4 mode (default) # 60.38 [+0.00] -6 IPv6 mode # 60.38 [+0.00] -R Set socket priority # 60.38 [+0.00] -c Send packet count times, default:1, infinite:0 # 60.38 [+0.00] -d Apply delay between transmissions. The delay value can be # 60.39 [+0.00] specified in usec (default, no additional unit needed), or in # 60.39 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 60.39 [+0.00] -r Multiplies the specified delay with a random value # 60.39 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 60.40 [+0.00] -a Use specified source mac address, no matter what has # 60.40 [+0.00] been specified with other arguments; keywords see below, # 60.40 [+0.00] Default is own interface # 60.40 [+0.00] -b Same with destination mac address; keywords: # 60.40 [+0.00] rand Use a random MAC address # 60.41 [+0.00] bc Use a broadcast MAC address # 60.41 [+0.00] own Use own interface MAC address (default for source MAC) # 60.41 [+0.00] stp Use IEEE 802.1d STP multicast address # 60.41 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 60.41 [+0.00] -A Use specified source IP address (default is own interface IP) # 60.42 [+0.00] -B Send packet to specified destination IP or domain name # 60.42 [+0.00] -P Use the specified ASCII payload # 60.42 [+0.00] -f Read the ASCII payload from a file # 60.42 [+0.00] -F Read the hexadecimal payload from a file # 60.43 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 60.43 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 60.43 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 60.43 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 60.44 [+0.00] encapsulations in lower layers, most packet types allow/require # 60.44 [+0.00] additional packet-specific arguments in an ; # 60.44 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 60.44 [+0.00] dns, rtp, syslog, lldp and more; # 60.45 [+0.00] For context-help use 'help' as ! # 60.45 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 60.45 [+0.00] Enter -T help or -T rtp help for further information # 60.45 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 60.46 [+0.00] -V|VV|... Verbose and more verbose mode # 60.46 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 60.46 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 60.46 [+0.00] typically combined with one of the verbose modes (v or V) # 60.47 [+0.00] -v Show version # 60.47 [+0.00] -h Print this help # 60.47 [+0.00] # 60.47 [+0.00] Examples: # 60.47 [+0.00] mausezahn -x 99 # 60.47 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 60.47 [+0.00] mausezahn -t cdp change -c 0 # 60.47 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 60.47 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 60.48 [+0.00] # 60.48 [+0.00] Note: # 60.48 [+0.00] This tool is targeted for network developers! You should # 60.48 [+0.00] be aware of what you are doing and what these options above # 60.48 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 60.48 [+0.00] # 60.48 [+0.00] Please report bugs to # 60.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 60.49 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 60.49 [+0.00] Swiss federal institute of technology (ETH Zurich) # 60.49 [+0.00] License: GNU GPL version 2.0 # 60.49 [+0.00] This is free software: you are free to change and redistribute it. # 60.49 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 60.49 [+0.00] # 68.29 [+7.80] TEST: IGMPv3 report 239.10.10.10 exclude -> is_include [FAIL] # 68.30 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 68.31 [+0.01] RTNETLINK answers: Invalid argument # 68.38 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 68.38 [+0.00] # 68.38 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 68.39 [+0.00] http://www.netsniff-ng.org # 68.39 [+0.00] # 68.39 [+0.00] Usage: mausezahn [options] [interface] || # 68.39 [+0.00] Options: # 68.39 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 68.39 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 68.40 [+0.00] -4 IPv4 mode (default) # 68.40 [+0.00] -6 IPv6 mode # 68.40 [+0.00] -R Set socket priority # 68.40 [+0.00] -c Send packet count times, default:1, infinite:0 # 68.40 [+0.00] -d Apply delay between transmissions. The delay value can be # 68.40 [+0.00] specified in usec (default, no additional unit needed), or in # 68.40 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 68.41 [+0.00] -r Multiplies the specified delay with a random value # 68.41 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 68.41 [+0.00] -a Use specified source mac address, no matter what has # 68.41 [+0.00] been specified with other arguments; keywords see below, # 68.41 [+0.00] Default is own interface # 68.42 [+0.00] -b Same with destination mac address; keywords: # 68.42 [+0.00] rand Use a random MAC address # 68.42 [+0.00] bc Use a broadcast MAC address # 68.42 [+0.00] own Use own interface MAC address (default for source MAC) # 68.42 [+0.00] stp Use IEEE 802.1d STP multicast address # 68.42 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 68.42 [+0.00] -A Use specified source IP address (default is own interface IP) # 68.43 [+0.00] -B Send packet to specified destination IP or domain name # 68.43 [+0.00] -P Use the specified ASCII payload # 68.43 [+0.00] -f Read the ASCII payload from a file # 68.43 [+0.00] -F Read the hexadecimal payload from a file # 68.43 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 68.43 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 68.44 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 68.44 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 68.44 [+0.00] encapsulations in lower layers, most packet types allow/require # 68.44 [+0.00] additional packet-specific arguments in an ; # 68.44 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 68.45 [+0.00] dns, rtp, syslog, lldp and more; # 68.45 [+0.00] For context-help use 'help' as ! # 68.45 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 68.45 [+0.00] Enter -T help or -T rtp help for further information # 68.45 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 68.46 [+0.00] -V|VV|... Verbose and more verbose mode # 68.46 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 68.46 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 68.46 [+0.00] typically combined with one of the verbose modes (v or V) # 68.46 [+0.00] -v Show version # 68.46 [+0.00] -h Print this help # 68.46 [+0.00] # 68.46 [+0.00] Examples: # 68.46 [+0.00] mausezahn -x 99 # 68.47 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 68.47 [+0.00] mausezahn -t cdp change -c 0 # 68.47 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 68.47 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 68.47 [+0.00] # 68.47 [+0.00] Note: # 68.47 [+0.00] This tool is targeted for network developers! You should # 68.47 [+0.00] be aware of what you are doing and what these options above # 68.47 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 68.48 [+0.00] # 68.48 [+0.00] Please report bugs to # 68.48 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 68.48 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 68.48 [+0.00] Swiss federal institute of technology (ETH Zurich) # 68.48 [+0.00] License: GNU GPL version 2.0 # 68.48 [+0.00] This is free software: you are free to change and redistribute it. # 68.48 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 68.48 [+0.00] # 69.52 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 69.52 [+0.00] # 69.52 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 69.52 [+0.00] http://www.netsniff-ng.org # 69.52 [+0.00] # 69.52 [+0.00] Usage: mausezahn [options] [interface] || # 69.52 [+0.00] Options: # 69.52 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 69.53 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 69.53 [+0.00] -4 IPv4 mode (default) # 69.53 [+0.00] -6 IPv6 mode # 69.53 [+0.00] -R Set socket priority # 69.53 [+0.00] -c Send packet count times, default:1, infinite:0 # 69.53 [+0.00] -d Apply delay between transmissions. The delay value can be # 69.54 [+0.00] specified in usec (default, no additional unit needed), or in # 69.54 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 69.54 [+0.00] -r Multiplies the specified delay with a random value # 69.54 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 69.54 [+0.00] -a Use specified source mac address, no matter what has # 69.54 [+0.00] been specified with other arguments; keywords see below, # 69.55 [+0.00] Default is own interface # 69.55 [+0.00] -b Same with destination mac address; keywords: # 69.55 [+0.00] rand Use a random MAC address # 69.55 [+0.00] bc Use a broadcast MAC address # 69.55 [+0.00] own Use own interface MAC address (default for source MAC) # 69.56 [+0.00] stp Use IEEE 802.1d STP multicast address # 69.56 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 69.56 [+0.00] -A Use specified source IP address (default is own interface IP) # 69.56 [+0.00] -B Send packet to specified destination IP or domain name # 69.56 [+0.00] -P Use the specified ASCII payload # 69.56 [+0.00] -f Read the ASCII payload from a file # 69.57 [+0.00] -F Read the hexadecimal payload from a file # 69.57 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 69.57 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 69.57 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 69.57 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 69.57 [+0.00] encapsulations in lower layers, most packet types allow/require # 69.58 [+0.00] additional packet-specific arguments in an ; # 69.58 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 69.58 [+0.00] dns, rtp, syslog, lldp and more; # 69.58 [+0.00] For context-help use 'help' as ! # 69.58 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 69.59 [+0.00] Enter -T help or -T rtp help for further information # 69.59 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 69.59 [+0.00] -V|VV|... Verbose and more verbose mode # 69.59 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 69.59 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 69.59 [+0.00] typically combined with one of the verbose modes (v or V) # 69.60 [+0.00] -v Show version # 69.60 [+0.00] -h Print this help # 69.60 [+0.00] # 69.60 [+0.00] Examples: # 69.60 [+0.00] mausezahn -x 99 # 69.60 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 69.60 [+0.00] mausezahn -t cdp change -c 0 # 69.60 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 69.60 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 69.60 [+0.00] # 69.60 [+0.00] Note: # 69.60 [+0.00] This tool is targeted for network developers! You should # 69.61 [+0.00] be aware of what you are doing and what these options above # 69.61 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 69.61 [+0.00] # 69.61 [+0.00] Please report bugs to # 69.61 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 69.61 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 69.61 [+0.00] Swiss federal institute of technology (ETH Zurich) # 69.62 [+0.00] License: GNU GPL version 2.0 # 69.62 [+0.00] This is free software: you are free to change and redistribute it. # 69.62 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 69.62 [+0.00] # 70.77 [+1.15] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 70.78 [+0.01] # 70.78 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 70.78 [+0.00] http://www.netsniff-ng.org # 70.79 [+0.00] # 70.79 [+0.00] Usage: mausezahn [options] [interface] || # 70.79 [+0.00] Options: # 70.79 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 70.79 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 70.79 [+0.00] -4 IPv4 mode (default) # 70.80 [+0.00] -6 IPv6 mode # 70.80 [+0.00] -R Set socket priority # 70.80 [+0.00] -c Send packet count times, default:1, infinite:0 # 70.80 [+0.00] -d Apply delay between transmissions. The delay value can be # 70.80 [+0.00] specified in usec (default, no additional unit needed), or in # 70.81 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 70.81 [+0.00] -r Multiplies the specified delay with a random value # 70.81 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 70.82 [+0.00] -a Use specified source mac address, no matter what has # 70.82 [+0.00] been specified with other arguments; keywords see below, # 70.82 [+0.00] Default is own interface # 70.82 [+0.00] -b Same with destination mac address; keywords: # 70.83 [+0.00] rand Use a random MAC address # 70.83 [+0.00] bc Use a broadcast MAC address # 70.83 [+0.00] own Use own interface MAC address (default for source MAC) # 70.83 [+0.00] stp Use IEEE 802.1d STP multicast address # 70.84 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 70.84 [+0.00] -A Use specified source IP address (default is own interface IP) # 70.84 [+0.00] -B Send packet to specified destination IP or domain name # 70.85 [+0.00] -P Use the specified ASCII payload # 70.85 [+0.00] -f Read the ASCII payload from a file # 70.85 [+0.00] -F Read the hexadecimal payload from a file # 70.85 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 70.85 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 70.86 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 70.86 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 70.86 [+0.00] encapsulations in lower layers, most packet types allow/require # 70.87 [+0.00] additional packet-specific arguments in an ; # 70.87 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 70.87 [+0.00] dns, rtp, syslog, lldp and more; # 70.87 [+0.00] For context-help use 'help' as ! # 70.88 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 70.88 [+0.00] Enter -T help or -T rtp help for further information # 70.88 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 70.88 [+0.00] -V|VV|... Verbose and more verbose mode # 70.88 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 70.89 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 70.89 [+0.00] typically combined with one of the verbose modes (v or V) # 70.89 [+0.00] -v Show version # 70.89 [+0.00] -h Print this help # 70.90 [+0.00] # 70.90 [+0.00] Examples: # 70.90 [+0.00] mausezahn -x 99 # 70.90 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 70.90 [+0.00] mausezahn -t cdp change -c 0 # 70.90 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 70.90 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 70.90 [+0.00] # 70.90 [+0.00] Note: # 70.90 [+0.00] This tool is targeted for network developers! You should # 70.91 [+0.00] be aware of what you are doing and what these options above # 70.91 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 70.91 [+0.00] # 70.91 [+0.00] Please report bugs to # 70.91 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 70.91 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 70.92 [+0.00] Swiss federal institute of technology (ETH Zurich) # 70.92 [+0.00] License: GNU GPL version 2.0 # 70.92 [+0.00] This is free software: you are free to change and redistribute it. # 70.92 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 70.92 [+0.00] # 75.22 [+4.30] TEST: IGMPv3 report 239.10.10.10 exclude -> is_exclude [FAIL] # 75.22 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 75.23 [+0.01] RTNETLINK answers: Invalid argument # 75.30 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 75.30 [+0.00] # 75.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 75.30 [+0.00] http://www.netsniff-ng.org # 75.31 [+0.00] # 75.31 [+0.00] Usage: mausezahn [options] [interface] || # 75.31 [+0.00] Options: # 75.31 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 75.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 75.31 [+0.00] -4 IPv4 mode (default) # 75.31 [+0.00] -6 IPv6 mode # 75.32 [+0.00] -R Set socket priority # 75.32 [+0.00] -c Send packet count times, default:1, infinite:0 # 75.32 [+0.00] -d Apply delay between transmissions. The delay value can be # 75.33 [+0.00] specified in usec (default, no additional unit needed), or in # 75.33 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 75.33 [+0.00] -r Multiplies the specified delay with a random value # 75.33 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 75.34 [+0.00] -a Use specified source mac address, no matter what has # 75.34 [+0.00] been specified with other arguments; keywords see below, # 75.34 [+0.00] Default is own interface # 75.34 [+0.00] -b Same with destination mac address; keywords: # 75.35 [+0.00] rand Use a random MAC address # 75.35 [+0.00] bc Use a broadcast MAC address # 75.35 [+0.00] own Use own interface MAC address (default for source MAC) # 75.35 [+0.00] stp Use IEEE 802.1d STP multicast address # 75.35 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 75.36 [+0.00] -A Use specified source IP address (default is own interface IP) # 75.36 [+0.00] -B Send packet to specified destination IP or domain name # 75.36 [+0.00] -P Use the specified ASCII payload # 75.37 [+0.00] -f Read the ASCII payload from a file # 75.37 [+0.00] -F Read the hexadecimal payload from a file # 75.37 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 75.37 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 75.37 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 75.38 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 75.38 [+0.00] encapsulations in lower layers, most packet types allow/require # 75.38 [+0.00] additional packet-specific arguments in an ; # 75.38 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 75.39 [+0.00] dns, rtp, syslog, lldp and more; # 75.39 [+0.00] For context-help use 'help' as ! # 75.39 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 75.39 [+0.00] Enter -T help or -T rtp help for further information # 75.40 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 75.40 [+0.00] -V|VV|... Verbose and more verbose mode # 75.40 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 75.40 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 75.41 [+0.00] typically combined with one of the verbose modes (v or V) # 75.41 [+0.00] -v Show version # 75.41 [+0.00] -h Print this help # 75.41 [+0.00] # 75.41 [+0.00] Examples: # 75.41 [+0.00] mausezahn -x 99 # 75.41 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 75.41 [+0.00] mausezahn -t cdp change -c 0 # 75.42 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 75.42 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 75.42 [+0.00] # 75.42 [+0.00] Note: # 75.42 [+0.00] This tool is targeted for network developers! You should # 75.42 [+0.00] be aware of what you are doing and what these options above # 75.42 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 75.43 [+0.00] # 75.43 [+0.00] Please report bugs to # 75.43 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 75.43 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 75.43 [+0.00] Swiss federal institute of technology (ETH Zurich) # 75.43 [+0.00] License: GNU GPL version 2.0 # 75.44 [+0.00] This is free software: you are free to change and redistribute it. # 75.44 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 75.44 [+0.00] # 76.43 [+0.99] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 76.43 [+0.00] # 76.44 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 76.44 [+0.00] http://www.netsniff-ng.org # 76.44 [+0.00] # 76.44 [+0.00] Usage: mausezahn [options] [interface] || # 76.44 [+0.00] Options: # 76.44 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 76.44 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 76.44 [+0.00] -4 IPv4 mode (default) # 76.45 [+0.00] -6 IPv6 mode # 76.45 [+0.00] -R Set socket priority # 76.45 [+0.00] -c Send packet count times, default:1, infinite:0 # 76.45 [+0.00] -d Apply delay between transmissions. The delay value can be # 76.45 [+0.00] specified in usec (default, no additional unit needed), or in # 76.45 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 76.46 [+0.00] -r Multiplies the specified delay with a random value # 76.46 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 76.46 [+0.00] -a Use specified source mac address, no matter what has # 76.46 [+0.00] been specified with other arguments; keywords see below, # 76.46 [+0.00] Default is own interface # 76.47 [+0.00] -b Same with destination mac address; keywords: # 76.47 [+0.00] rand Use a random MAC address # 76.47 [+0.00] bc Use a broadcast MAC address # 76.47 [+0.00] own Use own interface MAC address (default for source MAC) # 76.47 [+0.00] stp Use IEEE 802.1d STP multicast address # 76.48 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 76.48 [+0.00] -A Use specified source IP address (default is own interface IP) # 76.48 [+0.00] -B Send packet to specified destination IP or domain name # 76.48 [+0.00] -P Use the specified ASCII payload # 76.49 [+0.00] -f Read the ASCII payload from a file # 76.49 [+0.00] -F Read the hexadecimal payload from a file # 76.49 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 76.49 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 76.50 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 76.50 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 76.50 [+0.00] encapsulations in lower layers, most packet types allow/require # 76.50 [+0.00] additional packet-specific arguments in an ; # 76.51 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 76.51 [+0.00] dns, rtp, syslog, lldp and more; # 76.51 [+0.00] For context-help use 'help' as ! # 76.51 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 76.51 [+0.00] Enter -T help or -T rtp help for further information # 76.52 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 76.52 [+0.00] -V|VV|... Verbose and more verbose mode # 76.52 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 76.52 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 76.53 [+0.00] typically combined with one of the verbose modes (v or V) # 76.53 [+0.00] -v Show version # 76.53 [+0.00] -h Print this help # 76.53 [+0.00] # 76.53 [+0.00] Examples: # 76.53 [+0.00] mausezahn -x 99 # 76.53 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 76.53 [+0.00] mausezahn -t cdp change -c 0 # 76.53 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 76.54 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 76.54 [+0.00] # 76.54 [+0.00] Note: # 76.54 [+0.00] This tool is targeted for network developers! You should # 76.54 [+0.00] be aware of what you are doing and what these options above # 76.54 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 76.55 [+0.00] # 76.55 [+0.00] Please report bugs to # 76.55 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 76.55 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 76.55 [+0.00] Swiss federal institute of technology (ETH Zurich) # 76.55 [+0.00] License: GNU GPL version 2.0 # 76.55 [+0.00] This is free software: you are free to change and redistribute it. # 76.56 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 76.56 [+0.00] # 77.77 [+1.21] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 77.78 [+0.00] # 77.78 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 77.78 [+0.00] http://www.netsniff-ng.org # 77.78 [+0.00] # 77.78 [+0.00] Usage: mausezahn [options] [interface] || # 77.78 [+0.00] Options: # 77.78 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 77.79 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 77.79 [+0.00] -4 IPv4 mode (default) # 77.79 [+0.00] -6 IPv6 mode # 77.79 [+0.00] -R Set socket priority # 77.79 [+0.00] -c Send packet count times, default:1, infinite:0 # 77.80 [+0.00] -d Apply delay between transmissions. The delay value can be # 77.80 [+0.00] specified in usec (default, no additional unit needed), or in # 77.80 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 77.81 [+0.00] -r Multiplies the specified delay with a random value # 77.81 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 77.81 [+0.00] -a Use specified source mac address, no matter what has # 77.81 [+0.00] been specified with other arguments; keywords see below, # 77.82 [+0.00] Default is own interface # 77.82 [+0.00] -b Same with destination mac address; keywords: # 77.82 [+0.00] rand Use a random MAC address # 77.82 [+0.00] bc Use a broadcast MAC address # 77.83 [+0.00] own Use own interface MAC address (default for source MAC) # 77.83 [+0.00] stp Use IEEE 802.1d STP multicast address # 77.83 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 77.83 [+0.00] -A Use specified source IP address (default is own interface IP) # 77.84 [+0.00] -B Send packet to specified destination IP or domain name # 77.84 [+0.00] -P Use the specified ASCII payload # 77.84 [+0.00] -f Read the ASCII payload from a file # 77.84 [+0.00] -F Read the hexadecimal payload from a file # 77.85 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 77.85 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 77.85 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 77.86 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 77.86 [+0.00] encapsulations in lower layers, most packet types allow/require # 77.86 [+0.00] additional packet-specific arguments in an ; # 77.86 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 77.87 [+0.00] dns, rtp, syslog, lldp and more; # 77.87 [+0.00] For context-help use 'help' as ! # 77.88 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 77.88 [+0.00] Enter -T help or -T rtp help for further information # 77.88 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 77.88 [+0.00] -V|VV|... Verbose and more verbose mode # 77.89 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 77.89 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 77.89 [+0.00] typically combined with one of the verbose modes (v or V) # 77.90 [+0.00] -v Show version # 77.90 [+0.00] -h Print this help # 77.90 [+0.00] # 77.90 [+0.00] Examples: # 77.90 [+0.00] mausezahn -x 99 # 77.90 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 77.90 [+0.00] mausezahn -t cdp change -c 0 # 77.90 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 77.91 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 77.91 [+0.00] # 77.91 [+0.00] Note: # 77.91 [+0.00] This tool is targeted for network developers! You should # 77.91 [+0.00] be aware of what you are doing and what these options above # 77.91 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 77.91 [+0.00] # 77.92 [+0.00] Please report bugs to # 77.92 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 77.92 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 77.92 [+0.00] Swiss federal institute of technology (ETH Zurich) # 77.92 [+0.00] License: GNU GPL version 2.0 # 77.92 [+0.00] This is free software: you are free to change and redistribute it. # 77.93 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 77.93 [+0.00] # 83.45 [+5.52] TEST: IGMPv3 report 239.10.10.10 exclude -> to_exclude [FAIL] # 83.45 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 83.47 [+0.02] RTNETLINK answers: Invalid argument # 83.54 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 83.54 [+0.00] # 83.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 83.55 [+0.00] http://www.netsniff-ng.org # 83.55 [+0.00] # 83.55 [+0.00] Usage: mausezahn [options] [interface] || # 83.55 [+0.00] Options: # 83.55 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 83.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 83.55 [+0.00] -4 IPv4 mode (default) # 83.55 [+0.00] -6 IPv6 mode # 83.55 [+0.00] -R Set socket priority # 83.56 [+0.00] -c Send packet count times, default:1, infinite:0 # 83.56 [+0.00] -d Apply delay between transmissions. The delay value can be # 83.56 [+0.00] specified in usec (default, no additional unit needed), or in # 83.56 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 83.56 [+0.00] -r Multiplies the specified delay with a random value # 83.56 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 83.57 [+0.00] -a Use specified source mac address, no matter what has # 83.57 [+0.00] been specified with other arguments; keywords see below, # 83.57 [+0.00] Default is own interface # 83.57 [+0.00] -b Same with destination mac address; keywords: # 83.57 [+0.00] rand Use a random MAC address # 83.57 [+0.00] bc Use a broadcast MAC address # 83.57 [+0.00] own Use own interface MAC address (default for source MAC) # 83.57 [+0.00] stp Use IEEE 802.1d STP multicast address # 83.58 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 83.58 [+0.00] -A Use specified source IP address (default is own interface IP) # 83.58 [+0.00] -B Send packet to specified destination IP or domain name # 83.58 [+0.00] -P Use the specified ASCII payload # 83.58 [+0.00] -f Read the ASCII payload from a file # 83.58 [+0.00] -F Read the hexadecimal payload from a file # 83.58 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 83.59 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 83.59 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 83.59 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 83.59 [+0.00] encapsulations in lower layers, most packet types allow/require # 83.60 [+0.00] additional packet-specific arguments in an ; # 83.60 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 83.60 [+0.00] dns, rtp, syslog, lldp and more; # 83.60 [+0.00] For context-help use 'help' as ! # 83.60 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 83.60 [+0.00] Enter -T help or -T rtp help for further information # 83.61 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 83.61 [+0.00] -V|VV|... Verbose and more verbose mode # 83.61 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 83.61 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 83.61 [+0.00] typically combined with one of the verbose modes (v or V) # 83.61 [+0.00] -v Show version # 83.61 [+0.00] -h Print this help # 83.62 [+0.00] # 83.62 [+0.00] Examples: # 83.62 [+0.00] mausezahn -x 99 # 83.62 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 83.62 [+0.00] mausezahn -t cdp change -c 0 # 83.62 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 83.62 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 83.62 [+0.00] # 83.62 [+0.00] Note: # 83.62 [+0.00] This tool is targeted for network developers! You should # 83.62 [+0.00] be aware of what you are doing and what these options above # 83.62 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 83.62 [+0.00] # 83.62 [+0.00] Please report bugs to # 83.63 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 83.63 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 83.63 [+0.00] Swiss federal institute of technology (ETH Zurich) # 83.63 [+0.00] License: GNU GPL version 2.0 # 83.63 [+0.00] This is free software: you are free to change and redistribute it. # 83.63 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 83.63 [+0.00] # 84.65 [+1.02] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 84.65 [+0.00] # 84.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 84.66 [+0.00] http://www.netsniff-ng.org # 84.66 [+0.00] # 84.66 [+0.00] Usage: mausezahn [options] [interface] || # 84.66 [+0.00] Options: # 84.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 84.66 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 84.66 [+0.00] -4 IPv4 mode (default) # 84.66 [+0.00] -6 IPv6 mode # 84.66 [+0.00] -R Set socket priority # 84.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 84.67 [+0.00] -d Apply delay between transmissions. The delay value can be # 84.67 [+0.00] specified in usec (default, no additional unit needed), or in # 84.67 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 84.67 [+0.00] -r Multiplies the specified delay with a random value # 84.67 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 84.68 [+0.00] -a Use specified source mac address, no matter what has # 84.68 [+0.00] been specified with other arguments; keywords see below, # 84.68 [+0.00] Default is own interface # 84.68 [+0.00] -b Same with destination mac address; keywords: # 84.68 [+0.00] rand Use a random MAC address # 84.68 [+0.00] bc Use a broadcast MAC address # 84.69 [+0.00] own Use own interface MAC address (default for source MAC) # 84.69 [+0.00] stp Use IEEE 802.1d STP multicast address # 84.69 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 84.69 [+0.00] -A Use specified source IP address (default is own interface IP) # 84.69 [+0.00] -B Send packet to specified destination IP or domain name # 84.69 [+0.00] -P Use the specified ASCII payload # 84.69 [+0.00] -f Read the ASCII payload from a file # 84.70 [+0.00] -F Read the hexadecimal payload from a file # 84.70 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 84.70 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 84.70 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 84.70 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 84.71 [+0.00] encapsulations in lower layers, most packet types allow/require # 84.71 [+0.00] additional packet-specific arguments in an ; # 84.71 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 84.71 [+0.00] dns, rtp, syslog, lldp and more; # 84.71 [+0.00] For context-help use 'help' as ! # 84.71 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 84.71 [+0.00] Enter -T help or -T rtp help for further information # 84.72 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 84.72 [+0.00] -V|VV|... Verbose and more verbose mode # 84.72 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 84.72 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 84.72 [+0.00] typically combined with one of the verbose modes (v or V) # 84.73 [+0.00] -v Show version # 84.73 [+0.00] -h Print this help # 84.73 [+0.00] # 84.73 [+0.00] Examples: # 84.73 [+0.00] mausezahn -x 99 # 84.73 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 84.73 [+0.00] mausezahn -t cdp change -c 0 # 84.73 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 84.73 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 84.73 [+0.00] # 84.73 [+0.00] Note: # 84.73 [+0.00] This tool is targeted for network developers! You should # 84.73 [+0.00] be aware of what you are doing and what these options above # 84.74 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 84.74 [+0.00] # 84.74 [+0.00] Please report bugs to # 84.74 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 84.74 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 84.74 [+0.00] Swiss federal institute of technology (ETH Zurich) # 84.74 [+0.00] License: GNU GPL version 2.0 # 84.74 [+0.00] This is free software: you are free to change and redistribute it. # 84.74 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 84.75 [+0.00] # 91.11 [+6.37] TEST: IGMPv3 report 239.10.10.10 include -> block [FAIL] # 91.12 [+0.00] Didn't forward traffic from S,G (192.0.2.3, 239.10.10.10) # 91.12 [+0.01] RTNETLINK answers: Invalid argument # 91.19 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 91.19 [+0.00] # 91.19 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 91.19 [+0.00] http://www.netsniff-ng.org # 91.19 [+0.00] # 91.19 [+0.00] Usage: mausezahn [options] [interface] || # 91.19 [+0.00] Options: # 91.19 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 91.20 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 91.20 [+0.00] -4 IPv4 mode (default) # 91.20 [+0.00] -6 IPv6 mode # 91.20 [+0.00] -R Set socket priority # 91.20 [+0.00] -c Send packet count times, default:1, infinite:0 # 91.20 [+0.00] -d Apply delay between transmissions. The delay value can be # 91.20 [+0.00] specified in usec (default, no additional unit needed), or in # 91.21 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 91.21 [+0.00] -r Multiplies the specified delay with a random value # 91.21 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 91.21 [+0.00] -a Use specified source mac address, no matter what has # 91.21 [+0.00] been specified with other arguments; keywords see below, # 91.21 [+0.00] Default is own interface # 91.21 [+0.00] -b Same with destination mac address; keywords: # 91.22 [+0.00] rand Use a random MAC address # 91.22 [+0.00] bc Use a broadcast MAC address # 91.22 [+0.00] own Use own interface MAC address (default for source MAC) # 91.22 [+0.00] stp Use IEEE 802.1d STP multicast address # 91.22 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 91.22 [+0.00] -A Use specified source IP address (default is own interface IP) # 91.22 [+0.00] -B Send packet to specified destination IP or domain name # 91.23 [+0.00] -P Use the specified ASCII payload # 91.23 [+0.00] -f Read the ASCII payload from a file # 91.23 [+0.00] -F Read the hexadecimal payload from a file # 91.23 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 91.23 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 91.23 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 91.23 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 91.24 [+0.00] encapsulations in lower layers, most packet types allow/require # 91.24 [+0.00] additional packet-specific arguments in an ; # 91.24 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 91.24 [+0.00] dns, rtp, syslog, lldp and more; # 91.24 [+0.00] For context-help use 'help' as ! # 91.24 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 91.25 [+0.00] Enter -T help or -T rtp help for further information # 91.25 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 91.25 [+0.00] -V|VV|... Verbose and more verbose mode # 91.25 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 91.25 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 91.25 [+0.00] typically combined with one of the verbose modes (v or V) # 91.26 [+0.00] -v Show version # 91.26 [+0.00] -h Print this help # 91.26 [+0.00] # 91.26 [+0.00] Examples: # 91.26 [+0.00] mausezahn -x 99 # 91.26 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 91.26 [+0.00] mausezahn -t cdp change -c 0 # 91.26 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 91.26 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 91.26 [+0.00] # 91.27 [+0.00] Note: # 91.27 [+0.00] This tool is targeted for network developers! You should # 91.27 [+0.00] be aware of what you are doing and what these options above # 91.27 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 91.27 [+0.00] # 91.27 [+0.00] Please report bugs to # 91.27 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 91.27 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 91.27 [+0.00] Swiss federal institute of technology (ETH Zurich) # 91.27 [+0.00] License: GNU GPL version 2.0 # 91.27 [+0.00] This is free software: you are free to change and redistribute it. # 91.28 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 91.28 [+0.00] # 92.30 [+1.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 92.31 [+0.00] # 92.31 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 92.31 [+0.00] http://www.netsniff-ng.org # 92.31 [+0.00] # 92.31 [+0.00] Usage: mausezahn [options] [interface] || # 92.31 [+0.00] Options: # 92.32 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 92.32 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 92.32 [+0.00] -4 IPv4 mode (default) # 92.32 [+0.00] -6 IPv6 mode # 92.32 [+0.00] -R Set socket priority # 92.32 [+0.00] -c Send packet count times, default:1, infinite:0 # 92.32 [+0.00] -d Apply delay between transmissions. The delay value can be # 92.33 [+0.00] specified in usec (default, no additional unit needed), or in # 92.33 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 92.33 [+0.00] -r Multiplies the specified delay with a random value # 92.33 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 92.34 [+0.00] -a Use specified source mac address, no matter what has # 92.34 [+0.00] been specified with other arguments; keywords see below, # 92.34 [+0.00] Default is own interface # 92.34 [+0.00] -b Same with destination mac address; keywords: # 92.34 [+0.00] rand Use a random MAC address # 92.34 [+0.00] bc Use a broadcast MAC address # 92.35 [+0.00] own Use own interface MAC address (default for source MAC) # 92.35 [+0.00] stp Use IEEE 802.1d STP multicast address # 92.35 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 92.35 [+0.00] -A Use specified source IP address (default is own interface IP) # 92.35 [+0.00] -B Send packet to specified destination IP or domain name # 92.36 [+0.00] -P Use the specified ASCII payload # 92.36 [+0.00] -f Read the ASCII payload from a file # 92.36 [+0.00] -F Read the hexadecimal payload from a file # 92.36 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 92.36 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 92.37 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 92.37 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 92.37 [+0.00] encapsulations in lower layers, most packet types allow/require # 92.37 [+0.00] additional packet-specific arguments in an ; # 92.37 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 92.38 [+0.00] dns, rtp, syslog, lldp and more; # 92.38 [+0.00] For context-help use 'help' as ! # 92.38 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 92.38 [+0.00] Enter -T help or -T rtp help for further information # 92.38 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 92.39 [+0.00] -V|VV|... Verbose and more verbose mode # 92.39 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 92.39 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 92.39 [+0.00] typically combined with one of the verbose modes (v or V) # 92.39 [+0.00] -v Show version # 92.39 [+0.00] -h Print this help # 92.39 [+0.00] # 92.39 [+0.00] Examples: # 92.39 [+0.00] mausezahn -x 99 # 92.40 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 92.40 [+0.00] mausezahn -t cdp change -c 0 # 92.40 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 92.40 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 92.40 [+0.00] # 92.40 [+0.00] Note: # 92.40 [+0.00] This tool is targeted for network developers! You should # 92.40 [+0.00] be aware of what you are doing and what these options above # 92.41 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 92.41 [+0.00] # 92.41 [+0.00] Please report bugs to # 92.41 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 92.41 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 92.41 [+0.00] Swiss federal institute of technology (ETH Zurich) # 92.41 [+0.00] License: GNU GPL version 2.0 # 92.41 [+0.00] This is free software: you are free to change and redistribute it. # 92.42 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 92.42 [+0.00] # 93.53 [+1.12] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 93.54 [+0.00] # 93.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 93.54 [+0.00] http://www.netsniff-ng.org # 93.54 [+0.00] # 93.54 [+0.00] Usage: mausezahn [options] [interface] || # 93.54 [+0.00] Options: # 93.54 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 93.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 93.55 [+0.00] -4 IPv4 mode (default) # 93.55 [+0.00] -6 IPv6 mode # 93.55 [+0.00] -R Set socket priority # 93.55 [+0.00] -c Send packet count times, default:1, infinite:0 # 93.55 [+0.00] -d Apply delay between transmissions. The delay value can be # 93.56 [+0.00] specified in usec (default, no additional unit needed), or in # 93.56 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 93.56 [+0.00] -r Multiplies the specified delay with a random value # 93.57 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 93.57 [+0.00] -a Use specified source mac address, no matter what has # 93.57 [+0.00] been specified with other arguments; keywords see below, # 93.57 [+0.00] Default is own interface # 93.57 [+0.00] -b Same with destination mac address; keywords: # 93.58 [+0.00] rand Use a random MAC address # 93.58 [+0.00] bc Use a broadcast MAC address # 93.58 [+0.00] own Use own interface MAC address (default for source MAC) # 93.58 [+0.00] stp Use IEEE 802.1d STP multicast address # 93.58 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 93.58 [+0.00] -A Use specified source IP address (default is own interface IP) # 93.59 [+0.00] -B Send packet to specified destination IP or domain name # 93.59 [+0.00] -P Use the specified ASCII payload # 93.59 [+0.00] -f Read the ASCII payload from a file # 93.59 [+0.00] -F Read the hexadecimal payload from a file # 93.59 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 93.59 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 93.60 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 93.60 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 93.60 [+0.00] encapsulations in lower layers, most packet types allow/require # 93.60 [+0.00] additional packet-specific arguments in an ; # 93.60 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 93.61 [+0.00] dns, rtp, syslog, lldp and more; # 93.61 [+0.00] For context-help use 'help' as ! # 93.61 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 93.61 [+0.00] Enter -T help or -T rtp help for further information # 93.61 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 93.62 [+0.00] -V|VV|... Verbose and more verbose mode # 93.62 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 93.62 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 93.62 [+0.00] typically combined with one of the verbose modes (v or V) # 93.62 [+0.00] -v Show version # 93.62 [+0.00] -h Print this help # 93.63 [+0.00] # 93.63 [+0.00] Examples: # 93.63 [+0.00] mausezahn -x 99 # 93.63 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 93.63 [+0.00] mausezahn -t cdp change -c 0 # 93.63 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 93.63 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 93.63 [+0.00] # 93.63 [+0.00] Note: # 93.63 [+0.00] This tool is targeted for network developers! You should # 93.63 [+0.00] be aware of what you are doing and what these options above # 93.64 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 93.64 [+0.00] # 93.64 [+0.00] Please report bugs to # 93.64 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 93.64 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 93.64 [+0.00] Swiss federal institute of technology (ETH Zurich) # 93.64 [+0.00] License: GNU GPL version 2.0 # 93.64 [+0.00] This is free software: you are free to change and redistribute it. # 93.65 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 93.65 [+0.00] # 101.51 [+7.86] TEST: IGMPv3 report 239.10.10.10 exclude -> block [FAIL] # 101.51 [+0.00] Didn't forward traffic from S,G (192.0.2.100, 239.10.10.10) # 101.53 [+0.02] RTNETLINK answers: Invalid argument # 101.61 [+0.08] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 101.62 [+0.00] # 101.62 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 101.62 [+0.00] http://www.netsniff-ng.org # 101.62 [+0.00] # 101.62 [+0.00] Usage: mausezahn [options] [interface] || # 101.62 [+0.00] Options: # 101.62 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 101.63 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 101.63 [+0.00] -4 IPv4 mode (default) # 101.63 [+0.00] -6 IPv6 mode # 101.63 [+0.00] -R Set socket priority # 101.63 [+0.00] -c Send packet count times, default:1, infinite:0 # 101.63 [+0.00] -d Apply delay between transmissions. The delay value can be # 101.64 [+0.00] specified in usec (default, no additional unit needed), or in # 101.64 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 101.64 [+0.00] -r Multiplies the specified delay with a random value # 101.64 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 101.64 [+0.00] -a Use specified source mac address, no matter what has # 101.65 [+0.00] been specified with other arguments; keywords see below, # 101.65 [+0.00] Default is own interface # 101.65 [+0.00] -b Same with destination mac address; keywords: # 101.65 [+0.00] rand Use a random MAC address # 101.65 [+0.00] bc Use a broadcast MAC address # 101.65 [+0.00] own Use own interface MAC address (default for source MAC) # 101.65 [+0.00] stp Use IEEE 802.1d STP multicast address # 101.66 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 101.66 [+0.00] -A Use specified source IP address (default is own interface IP) # 101.66 [+0.00] -B Send packet to specified destination IP or domain name # 101.66 [+0.00] -P Use the specified ASCII payload # 101.66 [+0.00] -f Read the ASCII payload from a file # 101.66 [+0.00] -F Read the hexadecimal payload from a file # 101.67 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 101.67 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 101.67 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 101.67 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 101.67 [+0.00] encapsulations in lower layers, most packet types allow/require # 101.68 [+0.00] additional packet-specific arguments in an ; # 101.68 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 101.68 [+0.00] dns, rtp, syslog, lldp and more; # 101.68 [+0.00] For context-help use 'help' as ! # 101.68 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 101.69 [+0.00] Enter -T help or -T rtp help for further information # 101.69 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 101.69 [+0.00] -V|VV|... Verbose and more verbose mode # 101.69 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 101.70 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 101.70 [+0.00] typically combined with one of the verbose modes (v or V) # 101.70 [+0.00] -v Show version # 101.70 [+0.00] -h Print this help # 101.70 [+0.00] # 101.70 [+0.00] Examples: # 101.70 [+0.00] mausezahn -x 99 # 101.70 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 101.70 [+0.00] mausezahn -t cdp change -c 0 # 101.71 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 101.71 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 101.71 [+0.00] # 101.71 [+0.00] Note: # 101.71 [+0.00] This tool is targeted for network developers! You should # 101.71 [+0.00] be aware of what you are doing and what these options above # 101.71 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 101.71 [+0.00] # 101.71 [+0.00] Please report bugs to # 101.71 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 101.72 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 101.72 [+0.00] Swiss federal institute of technology (ETH Zurich) # 101.72 [+0.00] License: GNU GPL version 2.0 # 101.72 [+0.00] This is free software: you are free to change and redistribute it. # 101.72 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 101.72 [+0.00] # 102.74 [+1.02] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 102.75 [+0.00] # 102.75 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 102.75 [+0.00] http://www.netsniff-ng.org # 102.75 [+0.00] # 102.75 [+0.00] Usage: mausezahn [options] [interface] || # 102.75 [+0.00] Options: # 102.75 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 102.75 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 102.76 [+0.00] -4 IPv4 mode (default) # 102.76 [+0.00] -6 IPv6 mode # 102.76 [+0.00] -R Set socket priority # 102.76 [+0.00] -c Send packet count times, default:1, infinite:0 # 102.77 [+0.00] -d Apply delay between transmissions. The delay value can be # 102.77 [+0.00] specified in usec (default, no additional unit needed), or in # 102.77 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 102.77 [+0.00] -r Multiplies the specified delay with a random value # 102.78 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 102.78 [+0.00] -a Use specified source mac address, no matter what has # 102.78 [+0.00] been specified with other arguments; keywords see below, # 102.79 [+0.00] Default is own interface # 102.79 [+0.00] -b Same with destination mac address; keywords: # 102.79 [+0.00] rand Use a random MAC address # 102.79 [+0.00] bc Use a broadcast MAC address # 102.80 [+0.00] own Use own interface MAC address (default for source MAC) # 102.80 [+0.00] stp Use IEEE 802.1d STP multicast address # 102.80 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 102.80 [+0.00] -A Use specified source IP address (default is own interface IP) # 102.81 [+0.00] -B Send packet to specified destination IP or domain name # 102.81 [+0.00] -P Use the specified ASCII payload # 102.81 [+0.00] -f Read the ASCII payload from a file # 102.81 [+0.00] -F Read the hexadecimal payload from a file # 102.81 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 102.82 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 102.82 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 102.82 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 102.82 [+0.00] encapsulations in lower layers, most packet types allow/require # 102.83 [+0.00] additional packet-specific arguments in an ; # 102.83 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 102.83 [+0.00] dns, rtp, syslog, lldp and more; # 102.83 [+0.00] For context-help use 'help' as ! # 102.84 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 102.84 [+0.00] Enter -T help or -T rtp help for further information # 102.84 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 102.84 [+0.00] -V|VV|... Verbose and more verbose mode # 102.85 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 102.85 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 102.85 [+0.00] typically combined with one of the verbose modes (v or V) # 102.86 [+0.00] -v Show version # 102.86 [+0.00] -h Print this help # 102.86 [+0.00] # 102.86 [+0.00] Examples: # 102.86 [+0.00] mausezahn -x 99 # 102.86 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 102.86 [+0.00] mausezahn -t cdp change -c 0 # 102.86 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 102.87 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 102.87 [+0.00] # 102.87 [+0.00] Note: # 102.87 [+0.00] This tool is targeted for network developers! You should # 102.87 [+0.00] be aware of what you are doing and what these options above # 102.87 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 102.87 [+0.00] # 102.87 [+0.00] Please report bugs to # 102.88 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 102.88 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 102.88 [+0.00] Swiss federal institute of technology (ETH Zurich) # 102.88 [+0.00] License: GNU GPL version 2.0 # 102.88 [+0.00] This is free software: you are free to change and redistribute it. # 102.89 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 102.89 [+0.00] # 104.11 [+1.22] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 104.11 [+0.00] # 104.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 104.11 [+0.00] http://www.netsniff-ng.org # 104.11 [+0.00] # 104.11 [+0.00] Usage: mausezahn [options] [interface] || # 104.11 [+0.00] Options: # 104.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 104.12 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 104.12 [+0.00] -4 IPv4 mode (default) # 104.12 [+0.00] -6 IPv6 mode # 104.13 [+0.00] -R Set socket priority # 104.13 [+0.00] -c Send packet count times, default:1, infinite:0 # 104.13 [+0.00] -d Apply delay between transmissions. The delay value can be # 104.13 [+0.00] specified in usec (default, no additional unit needed), or in # 104.14 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 104.14 [+0.00] -r Multiplies the specified delay with a random value # 104.14 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 104.15 [+0.00] -a Use specified source mac address, no matter what has # 104.15 [+0.00] been specified with other arguments; keywords see below, # 104.15 [+0.00] Default is own interface # 104.15 [+0.00] -b Same with destination mac address; keywords: # 104.15 [+0.00] rand Use a random MAC address # 104.16 [+0.00] bc Use a broadcast MAC address # 104.16 [+0.00] own Use own interface MAC address (default for source MAC) # 104.16 [+0.00] stp Use IEEE 802.1d STP multicast address # 104.16 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 104.16 [+0.00] -A Use specified source IP address (default is own interface IP) # 104.17 [+0.00] -B Send packet to specified destination IP or domain name # 104.17 [+0.00] -P Use the specified ASCII payload # 104.17 [+0.00] -f Read the ASCII payload from a file # 104.17 [+0.00] -F Read the hexadecimal payload from a file # 104.18 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 104.18 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 104.18 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 104.18 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 104.19 [+0.00] encapsulations in lower layers, most packet types allow/require # 104.19 [+0.00] additional packet-specific arguments in an ; # 104.19 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 104.19 [+0.00] dns, rtp, syslog, lldp and more; # 104.20 [+0.00] For context-help use 'help' as ! # 104.20 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 104.20 [+0.00] Enter -T help or -T rtp help for further information # 104.20 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 104.21 [+0.00] -V|VV|... Verbose and more verbose mode # 104.21 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 104.21 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 104.21 [+0.00] typically combined with one of the verbose modes (v or V) # 104.21 [+0.00] -v Show version # 104.22 [+0.00] -h Print this help # 104.22 [+0.00] # 104.22 [+0.00] Examples: # 104.22 [+0.00] mausezahn -x 99 # 104.22 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 104.22 [+0.00] mausezahn -t cdp change -c 0 # 104.22 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 104.22 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 104.23 [+0.00] # 104.23 [+0.00] Note: # 104.23 [+0.00] This tool is targeted for network developers! You should # 104.23 [+0.00] be aware of what you are doing and what these options above # 104.23 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 104.24 [+0.00] # 104.24 [+0.00] Please report bugs to # 104.24 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 104.24 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 104.24 [+0.00] Swiss federal institute of technology (ETH Zurich) # 104.24 [+0.00] License: GNU GPL version 2.0 # 104.24 [+0.00] This is free software: you are free to change and redistribute it. # 104.25 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 104.25 [+0.00] # 112.56 [+8.32] TEST: IGMPv3 group 239.10.10.10 exclude timeout [FAIL] # 112.57 [+0.00] Didn't forward traffic from S,G (192.0.2.30, 239.10.10.10) # 112.58 [+0.02] RTNETLINK answers: Invalid argument # 112.65 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 112.65 [+0.00] # 112.65 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 112.66 [+0.00] http://www.netsniff-ng.org # 112.66 [+0.00] # 112.66 [+0.00] Usage: mausezahn [options] [interface] || # 112.66 [+0.00] Options: # 112.66 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 112.66 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 112.67 [+0.00] -4 IPv4 mode (default) # 112.67 [+0.00] -6 IPv6 mode # 112.67 [+0.00] -R Set socket priority # 112.67 [+0.00] -c Send packet count times, default:1, infinite:0 # 112.68 [+0.00] -d Apply delay between transmissions. The delay value can be # 112.68 [+0.00] specified in usec (default, no additional unit needed), or in # 112.68 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 112.68 [+0.00] -r Multiplies the specified delay with a random value # 112.69 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 112.69 [+0.00] -a Use specified source mac address, no matter what has # 112.69 [+0.00] been specified with other arguments; keywords see below, # 112.69 [+0.00] Default is own interface # 112.69 [+0.00] -b Same with destination mac address; keywords: # 112.70 [+0.00] rand Use a random MAC address # 112.70 [+0.00] bc Use a broadcast MAC address # 112.70 [+0.00] own Use own interface MAC address (default for source MAC) # 112.70 [+0.00] stp Use IEEE 802.1d STP multicast address # 112.70 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 112.71 [+0.00] -A Use specified source IP address (default is own interface IP) # 112.71 [+0.00] -B Send packet to specified destination IP or domain name # 112.71 [+0.00] -P Use the specified ASCII payload # 112.71 [+0.00] -f Read the ASCII payload from a file # 112.72 [+0.00] -F Read the hexadecimal payload from a file # 112.72 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 112.72 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 112.73 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 112.73 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 112.73 [+0.00] encapsulations in lower layers, most packet types allow/require # 112.74 [+0.00] additional packet-specific arguments in an ; # 112.74 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 112.74 [+0.00] dns, rtp, syslog, lldp and more; # 112.74 [+0.00] For context-help use 'help' as ! # 112.75 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 112.75 [+0.00] Enter -T help or -T rtp help for further information # 112.75 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 112.75 [+0.00] -V|VV|... Verbose and more verbose mode # 112.76 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 112.76 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 112.76 [+0.00] typically combined with one of the verbose modes (v or V) # 112.76 [+0.00] -v Show version # 112.77 [+0.00] -h Print this help # 112.77 [+0.00] # 112.77 [+0.00] Examples: # 112.77 [+0.00] mausezahn -x 99 # 112.77 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 112.77 [+0.00] mausezahn -t cdp change -c 0 # 112.77 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 112.78 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 112.78 [+0.00] # 112.78 [+0.00] Note: # 112.78 [+0.00] This tool is targeted for network developers! You should # 112.78 [+0.00] be aware of what you are doing and what these options above # 112.78 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 112.79 [+0.00] # 112.79 [+0.00] Please report bugs to # 112.79 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 112.79 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 112.79 [+0.00] Swiss federal institute of technology (ETH Zurich) # 112.79 [+0.00] License: GNU GPL version 2.0 # 112.80 [+0.00] This is free software: you are free to change and redistribute it. # 112.80 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 112.80 [+0.00] # 113.77 [+0.97] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 113.77 [+0.00] # 113.77 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 113.77 [+0.00] http://www.netsniff-ng.org # 113.78 [+0.00] # 113.78 [+0.00] Usage: mausezahn [options] [interface] || # 113.78 [+0.00] Options: # 113.78 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 113.78 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 113.78 [+0.00] -4 IPv4 mode (default) # 113.79 [+0.00] -6 IPv6 mode # 113.79 [+0.00] -R Set socket priority # 113.79 [+0.00] -c Send packet count times, default:1, infinite:0 # 113.79 [+0.00] -d Apply delay between transmissions. The delay value can be # 113.80 [+0.00] specified in usec (default, no additional unit needed), or in # 113.80 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 113.80 [+0.00] -r Multiplies the specified delay with a random value # 113.80 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 113.81 [+0.00] -a Use specified source mac address, no matter what has # 113.81 [+0.00] been specified with other arguments; keywords see below, # 113.81 [+0.00] Default is own interface # 113.82 [+0.00] -b Same with destination mac address; keywords: # 113.82 [+0.00] rand Use a random MAC address # 113.82 [+0.00] bc Use a broadcast MAC address # 113.82 [+0.00] own Use own interface MAC address (default for source MAC) # 113.83 [+0.00] stp Use IEEE 802.1d STP multicast address # 113.83 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 113.83 [+0.00] -A Use specified source IP address (default is own interface IP) # 113.84 [+0.00] -B Send packet to specified destination IP or domain name # 113.84 [+0.00] -P Use the specified ASCII payload # 113.84 [+0.00] -f Read the ASCII payload from a file # 113.84 [+0.00] -F Read the hexadecimal payload from a file # 113.85 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 113.85 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 113.85 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 113.86 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 113.86 [+0.00] encapsulations in lower layers, most packet types allow/require # 113.86 [+0.00] additional packet-specific arguments in an ; # 113.86 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 113.87 [+0.00] dns, rtp, syslog, lldp and more; # 113.87 [+0.00] For context-help use 'help' as ! # 113.87 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 113.88 [+0.00] Enter -T help or -T rtp help for further information # 113.88 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 113.88 [+0.00] -V|VV|... Verbose and more verbose mode # 113.88 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 113.89 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 113.89 [+0.00] typically combined with one of the verbose modes (v or V) # 113.89 [+0.00] -v Show version # 113.89 [+0.00] -h Print this help # 113.89 [+0.00] # 113.89 [+0.00] Examples: # 113.89 [+0.00] mausezahn -x 99 # 113.89 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 113.89 [+0.00] mausezahn -t cdp change -c 0 # 113.90 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 113.90 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 113.90 [+0.00] # 113.90 [+0.00] Note: # 113.90 [+0.00] This tool is targeted for network developers! You should # 113.90 [+0.00] be aware of what you are doing and what these options above # 113.90 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 113.91 [+0.00] # 113.91 [+0.00] Please report bugs to # 113.91 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 113.91 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 113.91 [+0.00] Swiss federal institute of technology (ETH Zurich) # 113.91 [+0.00] License: GNU GPL version 2.0 # 113.91 [+0.00] This is free software: you are free to change and redistribute it. # 113.92 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 113.92 [+0.00] # 115.10 [+1.19] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 115.11 [+0.00] # 115.11 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 115.11 [+0.00] http://www.netsniff-ng.org # 115.11 [+0.00] # 115.11 [+0.00] Usage: mausezahn [options] [interface] || # 115.11 [+0.00] Options: # 115.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 115.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 115.12 [+0.00] -4 IPv4 mode (default) # 115.12 [+0.00] -6 IPv6 mode # 115.12 [+0.00] -R Set socket priority # 115.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 115.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 115.12 [+0.00] specified in usec (default, no additional unit needed), or in # 115.13 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 115.13 [+0.00] -r Multiplies the specified delay with a random value # 115.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 115.13 [+0.00] -a Use specified source mac address, no matter what has # 115.13 [+0.00] been specified with other arguments; keywords see below, # 115.14 [+0.00] Default is own interface # 115.14 [+0.00] -b Same with destination mac address; keywords: # 115.14 [+0.00] rand Use a random MAC address # 115.14 [+0.00] bc Use a broadcast MAC address # 115.14 [+0.00] own Use own interface MAC address (default for source MAC) # 115.14 [+0.00] stp Use IEEE 802.1d STP multicast address # 115.14 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 115.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 115.15 [+0.00] -B Send packet to specified destination IP or domain name # 115.15 [+0.00] -P Use the specified ASCII payload # 115.15 [+0.00] -f Read the ASCII payload from a file # 115.15 [+0.00] -F Read the hexadecimal payload from a file # 115.15 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 115.16 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 115.16 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 115.16 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 115.16 [+0.00] encapsulations in lower layers, most packet types allow/require # 115.16 [+0.00] additional packet-specific arguments in an ; # 115.17 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 115.17 [+0.00] dns, rtp, syslog, lldp and more; # 115.17 [+0.00] For context-help use 'help' as ! # 115.17 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 115.17 [+0.00] Enter -T help or -T rtp help for further information # 115.18 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 115.18 [+0.00] -V|VV|... Verbose and more verbose mode # 115.18 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 115.18 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 115.18 [+0.00] typically combined with one of the verbose modes (v or V) # 115.18 [+0.00] -v Show version # 115.19 [+0.00] -h Print this help # 115.19 [+0.00] # 115.19 [+0.00] Examples: # 115.19 [+0.00] mausezahn -x 99 # 115.19 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 115.19 [+0.00] mausezahn -t cdp change -c 0 # 115.19 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 115.19 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 115.19 [+0.00] # 115.19 [+0.00] Note: # 115.19 [+0.00] This tool is targeted for network developers! You should # 115.19 [+0.00] be aware of what you are doing and what these options above # 115.20 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 115.20 [+0.00] # 115.20 [+0.00] Please report bugs to # 115.20 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 115.20 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 115.20 [+0.00] Swiss federal institute of technology (ETH Zurich) # 115.20 [+0.00] License: GNU GPL version 2.0 # 115.20 [+0.00] This is free software: you are free to change and redistribute it. # 115.21 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 115.21 [+0.00] # 117.26 [+2.06] TEST: IGMPv3 S,G port entry automatic add to a *,G port [FAIL] # 117.27 [+0.00] Didn't forward traffic from S,G (192.0.2.3, 239.10.10.10) # 117.27 [+0.01] RTNETLINK answers: Invalid argument # 117.30 [+0.02] RTNETLINK answers: Invalid argument # 127.40 [+10.10] TEST: per vlan snooping with port stp state change [ OK ] # 137.52 [+10.12] TEST: per vlan snooping with vlan stp state change [ OK ] not ok 1 selftests: net/forwarding: bridge_igmp.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests' xx__-> echo $? 0 xx__->