Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 1999 01:24:20 -0800 (PST)
From:      kkennawa@physics.adelaide.edu.au
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9261: New port - FakeBO (BackOrifice client emulator)
Message-ID:  <199901010924.BAA22924@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9261
>Category:       ports
>Synopsis:       New port - FakeBO (BackOrifice client emulator)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan  1 01:30:00 PST 1999
>Last-Modified:
>Originator:     Kris Kennaway
>Organization:
>Release:        
>Environment:
>Description:
This is a port of FakeBO, a daemon which simulates a BackOrifice client
and logs the requests it receives. Can be customized to provide
different responses to the attempted hacker, etc.
>How-To-Repeat:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       fakebo/
#       fakebo/files
#       fakebo/files/md5
#       fakebo/patches
#       fakebo/patches/patch-aa
#       fakebo/pkg
#       fakebo/pkg/DESCR
#       fakebo/pkg/PLIST
#       fakebo/pkg/COMMENT
#       fakebo/Makefile
#
echo c - fakebo/
mkdir -p fakebo/ > /dev/null 2>&1
echo c - fakebo/files
mkdir -p fakebo/files > /dev/null 2>&1
echo x - fakebo/files/md5
sed 's/^X//' >fakebo/files/md5 << 'END-of-fakebo/files/md5'
XMD5 (fakebo.tgz) = e4ad90361e681db38634b0b3460c3542
END-of-fakebo/files/md5
echo c - fakebo/patches
mkdir -p fakebo/patches > /dev/null 2>&1
echo x - fakebo/patches/patch-aa
sed 's/^X//' >fakebo/patches/patch-aa << 'END-of-fakebo/patches/patch-aa'
X*** Makefile~  Wed Dec 30 04:21:04 1998
X--- Makefile   Thu Dec 31 18:39:36 1998
X***************
X*** 1,9 ****
X  # Makefile for FakeBo
X  # by KoSt.
X  
X! CC=gcc
X  INSTALL=/usr/bin/install -c
X! CFLAGS=-O3 
X  
X  all: fakebo
X  clean:
X--- 1,9 ----
X  # Makefile for FakeBo
X  # by KoSt.
X  
X! CC   ?= gcc
X  INSTALL=/usr/bin/install -c
X! CFLAGS       ?= -O3
X  
X  all: fakebo
X  clean:
END-of-fakebo/patches/patch-aa
echo c - fakebo/pkg
mkdir -p fakebo/pkg > /dev/null 2>&1
echo x - fakebo/pkg/DESCR
sed 's/^X//' >fakebo/pkg/DESCR << 'END-of-fakebo/pkg/DESCR'
XFakeBO emulates a BackOrifice client (a trojan which can be used to
Xcovertly monitor and alter Windows machines remotely), and can log
Xattempted commands and packets, as well as providing configurable
Xresponses. Useful for catching script kiddies trying to find a hackable
Xwindows box, for providing evidence to their sysadmin, etc.
END-of-fakebo/pkg/DESCR
echo x - fakebo/pkg/PLIST
sed 's/^X//' >fakebo/pkg/PLIST << 'END-of-fakebo/pkg/PLIST'
Xbin/fakebo
Xetc/fakebo.conf
Xshare/doc/fakebo/custom.replies
X@dirrm share/doc/fakebo/
END-of-fakebo/pkg/PLIST
echo x - fakebo/pkg/COMMENT
sed 's/^X//' >fakebo/pkg/COMMENT << 'END-of-fakebo/pkg/COMMENT'
XA fake BackOrifice client emulator.
END-of-fakebo/pkg/COMMENT
echo x - fakebo/Makefile
sed 's/^X//' >fakebo/Makefile << 'END-of-fakebo/Makefile'
X# New ports collection makefile for:   fakebo
X# Version required:    0.1.9
X# Date created:        31 December 1998
X# Whom:                Kris Kennaway <kkennawa@physics.adelaide.edu.au>
X#
X# $Id$
X#
X
XDISTNAME=      fakebo
XPKGNAME=       fakebo-0.1.9
XCATEGORIES=    security
XMASTER_SITES=  http://yi.com/home/KosturjakVlatko/
XEXTRACT_SUFX=  .tgz
X
XMAINTAINER=    kkennawa@physics.adelaide.edu.au
X
XWRKSRC=                ${WRKDIR}/fakebo-0.1.9
X
Xdo-install:
X       @${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/
X       @${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/
X.if !defined(NOPORTDOCS)
X       @${MKDIR} ${PREFIX}/share/doc/fakebo/
X       @${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/
X.endif
X
X.include <bsd.port.mk>
END-of-fakebo/Makefile
exit

>Fix:

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901010924.BAA22924>