aboutsummaryrefslogtreecommitdiff
path: root/net/nemesis/pkg-descr
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-08 04:24:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-08 04:24:21 +0000
commit8e8873a76d5052d5eb117984aee523e4d3d9cd97 (patch)
tree46c9c4fb96cee82c636ddf6f7876e4f86b0bfd42 /net/nemesis/pkg-descr
parentbf4158406433758b6e28d8162784d62b4b61fd28 (diff)
downloadports-8e8873a76d5052d5eb117984aee523e4d3d9cd97.tar.gz
ports-8e8873a76d5052d5eb117984aee523e4d3d9cd97.zip
Nemesis is a command line, portable "human IP stack". It can be useful for
easy injection of packet streams from simple shell scripts. It supports 8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be injected on either Layer 2 or Layer 3.
Notes
Notes: svn path=/head/; revision=30355
Diffstat (limited to 'net/nemesis/pkg-descr')
-rw-r--r--net/nemesis/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/nemesis/pkg-descr b/net/nemesis/pkg-descr
new file mode 100644
index 000000000000..233df21b4338
--- /dev/null
+++ b/net/nemesis/pkg-descr
@@ -0,0 +1,22 @@
+Nemesis is a command line, portable "human IP stack". It can be useful for
+easy injection of packet streams from simple shell scripts. It supports
+8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be
+injected on either Layer 2 or Layer 3.
+
+* nemesis-tcp -v -S 192.168.1.1 -D 192.168.2.2 -fS -fA -y 22 -P foo
+ send TCP packet (SYN/ACK) with payload from ascii file 'foo' to target's
+ ssh port from 192.168.1.1 to 192.168.2.2. (-v allows a stdout visual of
+ current injected packet)
+
+* nemesis-icmp -S 10.10.10.3 -D 10.10.10.1 -G 10.10.10.3 -i 5
+ send ICMP REDIRECT (network) packet from 10.10.10.3 to 10.10.10.1
+ with preferred gateway as source address.
+
+* nemesis-arp -v -d ne0 -H 0:1:2:3:4:5 -S 10.11.30.5 -D 10.10.15.1
+ send ARP packet through device 'ne0' from hardware source address
+ 00:01:02:03:04:05 with IP source address 10.11.30.5 to destination IP
+ address 10.10.15.1 with broadcast destination hardware address.
+ In other words, who-has the mac address of 10.10.15.1, tell 10.11.30.5
+ - assuming 00:01:02:03:04:05 is the source mac address of our 'ne0' device.
+
+WWW: http://celerity.bartoli.org/nemesis/