diff options
author | nectar <nectar@FreeBSD.org> | 1998-07-27 07:25:36 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1998-07-27 07:25:36 +0000 |
commit | 501d231e459ac6353ea713548dccf309e47b2c30 (patch) | |
tree | 8a052ddf205f8056956ff80eea6a9fe47f1979ce /security/smurflog | |
parent | bd3c25c499a710ecd7838d50e6745cb0a1bba63b (diff) | |
download | FreeBSD-ports-501d231e459ac6353ea713548dccf309e47b2c30.zip FreeBSD-ports-501d231e459ac6353ea713548dccf309e47b2c30.tar.gz |
A program to assist logging of smurf attacks.
Moved from net category.
Suggested by: David O'Brien <obrien@NUXI.com>
Diffstat (limited to 'security/smurflog')
-rw-r--r-- | security/smurflog/Makefile | 23 | ||||
-rw-r--r-- | security/smurflog/distinfo | 1 | ||||
-rw-r--r-- | security/smurflog/pkg-comment | 1 | ||||
-rw-r--r-- | security/smurflog/pkg-descr | 9 | ||||
-rw-r--r-- | security/smurflog/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/security/smurflog/Makefile b/security/smurflog/Makefile new file mode 100644 index 0000000..3d12903 --- /dev/null +++ b/security/smurflog/Makefile @@ -0,0 +1,23 @@ +# Ports collection Makefile for: smurflog +# Version required: 1.0 +# Date created: 7/06/1998 +# Whom: nectar@FreeBSD.ORG +# +# $Id: Makefile,v 1.2 1998/07/26 18:30:31 obrien Exp $ +# + +DISTNAME= smurflog-1.0 +CATEGORIES= net security +MASTER_SITES= http://www.sy.net/security/ + +MAINTAINER= nectar@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/SmurfLog-1.0 + +pre-build: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.smurflog + +.include <bsd.port.mk> diff --git a/security/smurflog/distinfo b/security/smurflog/distinfo new file mode 100644 index 0000000..ac22baa --- /dev/null +++ b/security/smurflog/distinfo @@ -0,0 +1 @@ +MD5 (smurflog-1.0.tar.gz) = 2ead417fd3468fffa9e215cf636780e5 diff --git a/security/smurflog/pkg-comment b/security/smurflog/pkg-comment new file mode 100644 index 0000000..0925ac7 --- /dev/null +++ b/security/smurflog/pkg-comment @@ -0,0 +1 @@ +A program to assist logging of smurf attacks. diff --git a/security/smurflog/pkg-descr b/security/smurflog/pkg-descr new file mode 100644 index 0000000..370d6ba --- /dev/null +++ b/security/smurflog/pkg-descr @@ -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> diff --git a/security/smurflog/pkg-plist b/security/smurflog/pkg-plist new file mode 100644 index 0000000..ccec1b0 --- /dev/null +++ b/security/smurflog/pkg-plist @@ -0,0 +1,2 @@ +bin/smurflog +share/doc/README.smurflog |