smurflog 2.1
This commit is contained in:
parent
69c0832386
commit
1282c73609
17
security/smurflog/Makefile
Normal file
17
security/smurflog/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/04/23 04:13:59 todd Exp $
|
||||
|
||||
DISTNAME= smurflog-2.1
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://www.nectar.com/distfiles/
|
||||
# http://www.sy.net/security/ \
|
||||
# http://www.bitchx.com/~humble/files/
|
||||
|
||||
MAINTAINER= todd@OpenBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/smurflog ${PREFIX}/sbin/smurflog
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/smurflog/files/md5
Normal file
3
security/smurflog/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
SHA1 (smurflog-2.1.tar.gz) = 823653ac3e78fbe314d70226464760d529482991
|
||||
RMD160 (smurflog-2.1.tar.gz) = 5602da7184c2d4e64e88613914741644038a8150
|
||||
MD5 (smurflog-2.1.tar.gz) = db9b015e386bd23e9dec531e051d7fb4
|
1
security/smurflog/pkg/COMMENT
Normal file
1
security/smurflog/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
A program to assist logging of smurf attacks.
|
9
security/smurflog/pkg/DESCR
Normal file
9
security/smurflog/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
From the README:
|
||||
|
||||
This program is designed to log smurf attacks and the broadcasts used.
|
||||
Essentially it is just an icmp echo reply logger with the following twists:
|
||||
- Logging only begins after passing a certain threshold rate of packets/sec
|
||||
and kilobytes/sec. This prevents the logging of innocent ping replies.
|
||||
- Only the /24 is logged, and it is only logged once per attack.
|
||||
|
||||
Jacques Vidrine <nectar@FreeBSD.ORG>
|
2
security/smurflog/pkg/PLIST
Normal file
2
security/smurflog/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
sbin/smurflog
|
||||
share/doc/README.smurflog
|
Loading…
Reference in New Issue
Block a user