smurflog 2.1

This commit is contained in:
todd 1999-04-23 04:13:59 +00:00
parent 69c0832386
commit 1282c73609
5 changed files with 32 additions and 0 deletions

View 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>

View 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

View File

@ -0,0 +1 @@
A program to assist logging of smurf attacks.

View 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>

View File

@ -0,0 +1,2 @@
sbin/smurflog
share/doc/README.smurflog