2003-07-01 17:39:00 +00:00
|
|
|
The Nemesis Project is designed to be a command line based, portable human IP
|
|
|
|
stack for UNIX-like and Windows sytems. The suite is broken down by protocol,
|
|
|
|
and should allow for useful scripting of injected packets from simple shell
|
|
|
|
scripts.
|
2001-08-17 12:36:02 +00:00
|
|
|
|
|
|
|
Key Features:
|
|
|
|
|
2003-07-01 17:39:00 +00:00
|
|
|
+ ARP/RARP, DNS, ETHERNET, ICMP, IGMP, IP, OSPF*, RIP, TCP, UDP protocol support
|
2001-08-17 12:36:02 +00:00
|
|
|
+ Layer 2 or Layer 3 injection (by presence/absence of -d <dev> switch)
|
2003-07-01 17:39:00 +00:00
|
|
|
on UNIX-like systems.
|
|
|
|
+ Layer 2 injection on Windows systems (regardless of whether
|
|
|
|
-d <device number> is used.
|
|
|
|
+ Packet payload from file
|
|
|
|
+ IP and TCP options from file
|
|
|
|
+ Tested on OpenBSD, Linux, Solaris, Mac OS X and Windows 2000
|
2001-08-17 12:36:02 +00:00
|
|
|
|
2003-07-01 17:39:00 +00:00
|
|
|
Each supported protocol uses its own protocol "injector" which is accompanied
|
|
|
|
by a man page explaning its functionality.
|
2000-07-08 04:24:21 +00:00
|
|
|
|
|
|
|
|
2003-05-19 13:20:28 +00:00
|
|
|
WWW: http://www.packetfactory.net/projects/nemesis/
|