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:
parent
5f2de53569
commit
e8d0fa9816
23
security/klaxon/Makefile
Normal file
23
security/klaxon/Makefile
Normal 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>
|
3
security/klaxon/files/md5
Normal file
3
security/klaxon/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (klaxon.tar.gz) = ff7b6971ab92c892d274da179c3e10de
|
||||
RMD160 (klaxon.tar.gz) = 40c72282f7be22f9a5cc2ba4894a124b4a2270c0
|
||||
SHA1 (klaxon.tar.gz) = 3645492c1eb158aa815a5ac0325682cfd0a938e6
|
1
security/klaxon/pkg/COMMENT
Normal file
1
security/klaxon/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
small service wedge to do ident lookup on connecting party
|
6
security/klaxon/pkg/DESCR
Normal file
6
security/klaxon/pkg/DESCR
Normal 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}
|
2
security/klaxon/pkg/PLIST
Normal file
2
security/klaxon/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/15 20:54:31 wilfried Exp $
|
||||
sbin/klaxon
|
Loading…
Reference in New Issue
Block a user