View | Details | Raw Unified | Return to bug 29676
Collapse All | Expand All

(-)nemesis-1.32/Makefile (-2 / +2 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	nemesis
8
PORTNAME=	nemesis
9
PORTVERSION=	1.2
9
PORTVERSION=	1.32
10
CATEGORIES=	net security
10
CATEGORIES=	net security
11
MASTER_SITES=	http://www.packetninja.net/nemesis/
11
MASTER_SITES=	http://jeff.wwti.com/nemesis/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
(-)nemesis-1.32/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (nemesis-1.2.tar.gz) = 2cbea648d14be173cb64f9375c70425a
1
MD5 (nemesis-1.32.tar.gz) = 19e3e8eb6ff86c35580adf630e6df398
(-)nemesis-1.32/pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
Network packet builder & injection suite
1
Command-line UNIX network packet creation and injection suite
(-)nemesis-1.32/pkg-descr (-5 / +14 lines)
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/

Return to bug 29676