diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-08 17:31:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-08 17:31:00 +0000 |
commit | d636b303f09e177e341efaf01c1bc716e84a7e8e (patch) | |
tree | b125463a94fd68e42a1f9915fe782327ae24f898 /net | |
parent | 9dea115e9c4d1353a66f0481c0060de6ea10303c (diff) | |
download | ports-d636b303f09e177e341efaf01c1bc716e84a7e8e.tar.gz ports-d636b303f09e177e341efaf01c1bc716e84a7e8e.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/boclient/Makefile | 24 | ||||
-rw-r--r-- | net/boclient/distinfo | 1 | ||||
-rw-r--r-- | net/boclient/pkg-comment | 1 | ||||
-rw-r--r-- | net/boclient/pkg-descr | 5 | ||||
-rw-r--r-- | net/boclient/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/net/boclient/Makefile b/net/boclient/Makefile new file mode 100644 index 000000000000..a04cc36eb07e --- /dev/null +++ b/net/boclient/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: boclient +# Version required: 1.21 +# Date created: 12 August 1998 +# Whom: darius@dons.net.au +# +# $Id:$ +# + +DISTNAME= bo121unix +PKGNAME= boclient-1.21 +CATEGORIES= net security +MASTER_SITES= http://www.ennui.net/~crioux/ \ + http://orifice.rotten.com/cDc/ \ + http://www.cultdeadcow.com/tools/ + +MAINTAINER= darius@dons.net.au + +WRKSRC= ${WRKDIR}/bo +GNU_CONFIGURE= yes + +post-install: + strip ${PREFIX}/bin/bounix + +.include <bsd.port.mk> diff --git a/net/boclient/distinfo b/net/boclient/distinfo new file mode 100644 index 000000000000..68a573444746 --- /dev/null +++ b/net/boclient/distinfo @@ -0,0 +1 @@ +MD5 (bo121unix.tar.gz) = 4678b3cb8e2e8c28cddae0af31d83b5b diff --git a/net/boclient/pkg-comment b/net/boclient/pkg-comment new file mode 100644 index 000000000000..c385a7147146 --- /dev/null +++ b/net/boclient/pkg-comment @@ -0,0 +1 @@ +Client program for the Back Orifice Windows program diff --git a/net/boclient/pkg-descr b/net/boclient/pkg-descr new file mode 100644 index 000000000000..9e5031764787 --- /dev/null +++ b/net/boclient/pkg-descr @@ -0,0 +1,5 @@ +This is a unix version of the client program for Back Orifice. This program +when installed on the victim machine hides itself. It can be used to remotely +administer a Windows 95/98 machine. + +http://www.cultdeadcow.com/ diff --git a/net/boclient/pkg-plist b/net/boclient/pkg-plist new file mode 100644 index 000000000000..cf874151a5d7 --- /dev/null +++ b/net/boclient/pkg-plist @@ -0,0 +1 @@ +bin/bounix |