Mausezahn-0.40

所属分类:网络编程
开发工具:C/C++
文件大小:892KB
下载次数:17
上传日期:2010-11-20 11:26:24
上 传 者susuxiaosusu
说明:  Mausezahn 是一个采用C开发的快速的网络包生成工具。让您发送几乎一切可能的和不可能的数据包。它主要用于测试VoIP或组播的网络,但也为安全审计,以检查是否你的系统是强化具体的攻击不够。
(Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet. It is mainly used to test VoIP or multicast networks but also for security audits to check whether your systems are hardened enough for specific attacks. Mausezahn can be used for example: As traffic generator (e. g. to stress multicast networks) To precisely measure jitter (delay variations) between two hosts (e. g. for VoIP-SLA verification) As didactical tool during a datacom lecture or for lab exercises For penetration testing of firewalls and IDS For DoS attacks on networks (for audit purposes of course) To find bugs in network software or appliances For reconnaissance attacks using ping sweeps and port scans To test network behaviour under strange circumstances (stress test, malformed packets, ...) )

文件列表:
Mausezahn -0.40\mz-0.40\AUTHORS (96, 2010-07-08)
Mausezahn -0.40\mz-0.40\ChangeLog (11876, 2010-07-08)
Mausezahn -0.40\mz-0.40\CMakeLists.txt (511, 2010-07-08)
Mausezahn -0.40\mz-0.40\COPYING (17988, 2010-07-08)
Mausezahn -0.40\mz-0.40\doc\CMakeLists.txt (370, 2010-03-07)
Mausezahn -0.40\mz-0.40\doc\example_lldp.conf (215, 2010-03-07)
Mausezahn -0.40\mz-0.40\doc\mops.html (28017, 2010-03-07)
Mausezahn -0.40\mz-0.40\doc\mz.1 (12673, 2010-03-09)
Mausezahn -0.40\mz-0.40\doc\mz.cfg.1 (2671, 2010-03-09)
Mausezahn -0.40\mz-0.40\doc\mzguide.html (39896, 2010-03-07)
Mausezahn -0.40\mz-0.40\doc\view_rtp_avg.py (2015, 2009-06-04)
Mausezahn -0.40\mz-0.40\INSTALL (1018, 2010-07-08)
Mausezahn -0.40\mz-0.40\install_manifest.txt (277, 2010-07-08)
Mausezahn -0.40\mz-0.40\NEWS (2079, 2010-07-08)
Mausezahn -0.40\mz-0.40\src\automops.c (25593, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cdp.c (21314, 2010-06-22)
Mausezahn -0.40\mz-0.40\src\cli.c (40519, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\cli.h (16721, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\cli_arp.c (5797, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_bpdu.c (17537, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_cmds.c (41875, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\cli_dns.c (1294, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_eth.c (6076, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_igmp.c (9180, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_interface.c (3229, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_ip.c (22506, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\cli_launch.c (3941, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_legacy.c (3269, 2009-11-18)
Mausezahn -0.40\mz-0.40\src\cli_lldp.c (11191, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_packet.c (29865, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\cli_rtp.c (9564, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_sequence.c (7829, 2010-06-24)
Mausezahn -0.40\mz-0.40\src\cli_set.c (10044, 2009-11-18)
Mausezahn -0.40\mz-0.40\src\cli_tcp.c (16219, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\cli_tools.c (1092, 2010-06-14)
Mausezahn -0.40\mz-0.40\src\cli_udp.c (4851, 2010-03-07)
Mausezahn -0.40\mz-0.40\src\CMakeLists.txt (878, 2010-07-07)
Mausezahn -0.40\mz-0.40\src\directmops.c (915, 2010-07-07)
... ...

What is Mausezahn? ================== Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet. It is mainly used to test VoIP or multicast networks but also for security audits to check whether your systems are hardened enough for specific attacks. Mausezahn can be used for example: * As traffic generator (e. g. to stress multicast networks) * To precisely measure jitter (delay variations) between two hosts (e. g. for VoIP-SLA verification) * As didactical tool during a datacom lecture or for lab exercises * For penetration testing of firewalls and IDS * For DoS attacks on networks (for audit purposes of course) * To find bugs in network software or appliances * For reconnaissance attacks using ping sweeps and port scans * To test network behaviour under strange circumstances (stress test, malformed packets, ...) ...and more. Mausezahn is basically a versatile packet creation tool on the command line with a simple syntax and context help. It could also be used within (bash-) scripts to perform combination of tests. Currently Mausezahn is only available for Linux platforms. There are no plans for a Windows version and please do NOT PORT Mausezahn to Windows! Quick Introduction ================== ----------------------------------------------------------------------------- NOTE: Since version 0.38 there is also an 'interactive mode' with more and advanced features. Below, only the legacy 'direct mode' is explained. Please consult mops.html in /usr/share/mz/ or http://www.perihel.at/sec/mz/ for more information about this interactive mode. ----------------------------------------------------------------------------- Let me give you a quick example to demonstrate how simple it is to work with Mausezahn. Please note that you must have root rights. Send an arbitrary sequence of bytes through your network card 1000 times: # mz eth0 -c 1000 \ "ff:ff:ff:ff:ff:ff ff:ff:ff:ff:ff:ff cc:dd 00:00:00:ca:fe:ba:be" Note that this 'frame' is (by intention) completely invalid with respect to the Ethernet standard; the frame is too short (called a 'runt') and has a broadcast source address. But you can send more complex packets easily with the built-in packet builders using the -t option. Let's send a forged DNS response to host 192.168.1.2 by impersonating the DNS server 10.7.7.42: # mz eth0 -A 10.7.7.42 -B 192.168.1.2 \ -t dns "q=www.thehostyouseek.com, a=172.16.6.66" Of course you can manipulate much more in the DNS header, simply type mz -t dns help for additional help. Perform a TCP SYN-Flood attack against all hosts in subnet 10.5.5.0/24 which are in VLAN 100. Try out all 1023 well-known ports. Provided that you are in the native VLAN 50 you can reach the target via VLAN-hopping. Repeat the whole attack endlessly by setting the count option to zero: # mz eth0 -c 0 -Q 50,100 -A rand -B 10.5.5.0/25 -t tcp "flags=syn, dp=1-1023" Confuse the spanning tree: Behave like a root bridge and generate BPDUs with lowest Bridge ID every two seconds: # mz eth0 -c 0 -d 2s -t bpdu As you see you don't even need to specify any other BPDU parameters because Mausezahn assumes that your PC wants to be the root per default. Of course you can modify every BPDU parameter. Event the Cisco-proprietary per-vlan spanning tree PVST+ is supported: # mz eth0 -c 0 -d 2s -t bpdu vlan=314 Voice over IP connections suffer from jitter (delay variations). Hence it is important to know the jitter across a given path. Using Mausezahn you can precisely measure the jitter continuously. Simply configure a Mausezahn sender and a receiver: TX# mz eth0 -t rtp -B rx.somewhere.net RX# mz eth0 -T rtp "log, path=/tmp" Using these settings, the sender (TX) sends RTP packets every 30 msec to the specified receiver (RX). Station RX stores moving average data in /tmp/rtp_avg_20080801-120233 (filename is current timestamp). The data is a comma seperated list that can be easily analyzed and visualized with standard tools, e. g. R, Matlab, Octave, or this python tool (which needs the matplotlib). Supported Packet Types ====================== For a list of all current supported packet types please enter # mz -t help Disclaimer and License ====================== Mausezahn is basically a network and firewall testing tool. Don't use this tool when you are not aware of its consequences or have only little knowledge aqbout networks and data communication. If you abuse Mausezahn for unauthorized attacks and get caught, or damage something of your own, then this is completely your fault. Mausezahn (C)2008-2010 by Herbert Haas is licensed under the GNU Public License (GPL) version 2. See the file COPYING for a license definition or http://www.gnu.org/licenses/gpl-2.0.txt

近期下载者

相关文件


收藏者