mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.32;
- hand over maintainership to Marco Molteni <molter@tin.it>. PR: 29676 Submitted by: Marco Molteni <molter@tin.it>
This commit is contained in:
parent
42a82e7396
commit
5834495a7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46362
@ -6,9 +6,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nemesis
|
PORTNAME= nemesis
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.32
|
||||||
CATEGORIES= net security
|
CATEGORIES= net security
|
||||||
MASTER_SITES= http://www.packetninja.net/nemesis/
|
MASTER_SITES= http://jeff.wwti.com/nemesis/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (nemesis-1.2.tar.gz) = 2cbea648d14be173cb64f9375c70425a
|
MD5 (nemesis-1.32.tar.gz) = 19e3e8eb6ff86c35580adf630e6df398
|
||||||
|
@ -1 +1 @@
|
|||||||
Network packet builder & injection suite
|
Command-line UNIX network packet creation and injection suite
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
Nemesis is a command line, portable "human IP stack". It can be useful for
|
The Nemesis Project is designed to be a commandline-based, portable human IP
|
||||||
easy injection of packet streams from simple shell scripts. It supports
|
stack for UNIX/Linux. The suite is broken down by protocol, and should allow
|
||||||
8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be
|
for useful scripting of injected packet streams from simple shell scripts.
|
||||||
injected on either Layer 2 or Layer 3.
|
|
||||||
|
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
|
* 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
|
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
|
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.
|
- 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/
|
||||||
|
Loading…
Reference in New Issue
Block a user