2010-05-11 22:54:57 +02:00
|
|
|
Mausezahn is a **fast traffic generator** written in C which allows you
|
|
|
|
to send nearly every possible and impossible packet.
|
2010-05-13 01:35:21 +02:00
|
|
|
Mausezahn can be used:
|
2010-05-11 22:54:57 +02:00
|
|
|
|
|
|
|
- As traffic generator (e. g. to stress multicast networks)
|
|
|
|
- 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, ...)
|
|
|
|
- As didactical tool during lab exercises
|
|
|
|
|
2010-05-13 01:35:21 +02:00
|
|
|
Mausezahn is basically a versatile packet creation tool on the command line
|
|
|
|
with a simple syntax and online help. It could also be used within (bash-)
|
|
|
|
scripts to perform combination of tests.
|
2010-05-11 22:54:57 +02:00
|
|
|
|
2010-05-13 01:35:21 +02:00
|
|
|
Mausezahn requires libnet and libcli.
|