Import of netsed-0.01c:

--
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time.

WWW: http://lcamtuf.coredump.cx/

This rocks, BTW; bought time I brought this in.
This commit is contained in:
jsyn 2003-04-11 08:48:42 +00:00
parent 4affedc1f7
commit a4c4ca8198
4 changed files with 57 additions and 0 deletions

31
net/netsed/Makefile Normal file
View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/11 08:48:42 jsyn Exp $
COMMENT= "network sed"
DISTNAME= netsed
PKGNAME= ${DISTNAME}-0.01c
CATEGORIES= net
EXTRACT_SUFX= .tgz
HOMEPAGE= http://lcamtuf.coredump.cx/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://lcamtuf.coredump.cx/soft/
USE_GMAKE= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/netsed ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netsed
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netsed
.include <bsd.port.mk>

3
net/netsed/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (netsed.tgz) = 517e1cb763eb558a90c4373bf1bcaec1
RMD160 (netsed.tgz) = a1f481ceb717bb64e50e2c69d7851d42cfe08ec5
SHA1 (netsed.tgz) = 22f5dd4ed57f29385ede83e0b99c7c3b79f6b2f6

19
net/netsed/pkg/DESCR Normal file
View File

@ -0,0 +1,19 @@
netsed is a small utility designed to allow you to alter the contents of
packets forwarded through your network in real time. It is really useful
for network hackers in the following applications:
* black-box protocol auditing - whenever there are two or more
propertiary boxes communicating over an undocumented protocol (by
enforcing changes in ongoing transmissions, you will be able to test
whether the tested application is secure)
* fuzz-alike experiments, integrity tests - whenever you want to test
the stability of an application and see how it ensures data
integrity
* other common applications - fooling other people, content filtering,
etc. -- choose whatever you want to
It fits well with the ngrep, netcat and tcpdump tool suites.
WWW: ${HOMEPAGE}

4
net/netsed/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/11 08:48:42 jsyn Exp $
bin/netsed
share/doc/netsed/README
@dirrm share/doc/netsed