Lines 1-7
Link Here
|
1 |
Nemesis is a command line, portable "human IP stack". It can be useful for |
1 |
The Nemesis Project is designed to be a commandline-based, portable human IP |
2 |
easy injection of packet streams from simple shell scripts. It supports |
2 |
stack for UNIX/Linux. The suite is broken down by protocol, and should allow |
3 |
8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be |
3 |
for useful scripting of injected packet streams from simple shell scripts. |
4 |
injected on either Layer 2 or Layer 3. |
4 |
|
|
|
5 |
Key Features: |
6 |
|
7 |
+ ARP/RARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP protocol support |
8 |
+ Layer 2 or Layer 3 injection (by presence/absence of -d <dev> switch) |
9 |
+ Packet Payload from file |
10 |
+ tested on OpenBSD, NetBSD, FreeBSD, Solaris/Trusted Solaris, Linux, |
11 |
and Mac OS X |
12 |
|
13 |
Example usage: |
5 |
|
14 |
|
6 |
* nemesis-tcp -v -S 192.168.1.1 -D 192.168.2.2 -fS -fA -y 22 -P foo |
15 |
* nemesis-tcp -v -S 192.168.1.1 -D 192.168.2.2 -fS -fA -y 22 -P foo |
7 |
send TCP packet (SYN/ACK) with payload from ascii file 'foo' to target's |
16 |
send TCP packet (SYN/ACK) with payload from ascii file 'foo' to target's |
Lines 19-22
Link Here
|
19 |
In other words, who-has the mac address of 10.10.15.1, tell 10.11.30.5 |
28 |
In other words, who-has the mac address of 10.10.15.1, tell 10.11.30.5 |
20 |
- assuming 00:01:02:03:04:05 is the source mac address of our 'ne0' device. |
29 |
- assuming 00:01:02:03:04:05 is the source mac address of our 'ne0' device. |
21 |
|
30 |
|
22 |
WWW: http://www.packetninja.net/nemesis/ |
31 |
WWW: http://www.packetfactory.net/nemesis/ |