aboutsummaryrefslogtreecommitdiff
path: root/net/nemesis/pkg-descr
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-17 12:36:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-17 12:36:02 +0000
commit5834495a7aa065d1038a8e30bc8e3c88c9d47da5 (patch)
tree31570e9205df5f79e80acb2aabe32cc0e8706360 /net/nemesis/pkg-descr
parent42a82e7396cb989c41999671c2576f4274b93c0e (diff)
downloadports-5834495a7aa065d1038a8e30bc8e3c88c9d47da5.tar.gz
ports-5834495a7aa065d1038a8e30bc8e3c88c9d47da5.zip
Notes
Diffstat (limited to 'net/nemesis/pkg-descr')
-rw-r--r--net/nemesis/pkg-descr19
1 files changed, 14 insertions, 5 deletions
diff --git a/net/nemesis/pkg-descr b/net/nemesis/pkg-descr
index 8104e4378b5f..138386905c82 100644
--- a/net/nemesis/pkg-descr
+++ b/net/nemesis/pkg-descr
@@ -1,7 +1,16 @@
-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.
+The Nemesis Project is designed to be a commandline-based, portable human IP
+stack for UNIX/Linux. The suite is broken down by protocol, and should allow
+for useful scripting of injected packet streams from simple shell scripts.
+
+Key Features:
+
++ ARP/RARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP protocol support
++ Layer 2 or Layer 3 injection (by presence/absence of -d <dev> switch)
++ Packet Payload from file
++ tested on OpenBSD, NetBSD, FreeBSD, Solaris/Trusted Solaris, Linux,
+ and Mac OS X
+
+Example usage:
* 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
@@ -19,4 +28,4 @@ injected on either Layer 2 or Layer 3.
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://www.packetninja.net/nemesis/
+WWW: http://www.packetfactory.net/nemesis/