Initial import of klaxon-1.5

small service wedge to do ident lookup on connecting party

Submitted by:  Jose Nazario <jose@crimelabs.net>
This commit is contained in:
wilfried 2001-03-15 20:54:30 +00:00
parent 5f2de53569
commit e8d0fa9816
5 changed files with 35 additions and 0 deletions

23
security/klaxon/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/15 20:54:30 wilfried Exp $
DISTNAME= klaxon
PKGNAME= klaxon-1.5
CATEGORIES= security
HOMEPAGE= http://www.eng.auburn.edu/users/doug/second.html
MAINTAINER= Jose Nazario <jose@crimelabs.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.eng.auburn.edu/pub/doug/
ALL_TARGET= target
do-install:
${INSTALL} ${WRKBUILD}/klaxon.5x.ident ${PREFIX}/sbin/klaxon
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (klaxon.tar.gz) = ff7b6971ab92c892d274da179c3e10de
RMD160 (klaxon.tar.gz) = 40c72282f7be22f9a5cc2ba4894a124b4a2270c0
SHA1 (klaxon.tar.gz) = 3645492c1eb158aa815a5ac0325682cfd0a938e6

View File

@ -0,0 +1 @@
small service wedge to do ident lookup on connecting party

View File

@ -0,0 +1,6 @@
Here's a modification of rexec source that I call klaxon. It is
extremely useful for detecting portscanner attacks like those perpetrated
by ISS and SATAN, among others. It also has IDENT (RFC931) support
for finding out the remote user (where applicable).
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/15 20:54:31 wilfried Exp $
sbin/klaxon