summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 03:46:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-14 03:46:32 +0000
commit47878a089b1e9bbf13aba188512cd56babea2b60 (patch)
tree8e30e29146280339b3e27c81dfd5d3a1fbaba617 /security
parentSlurpie is a passwd file cracker similar to CrackerJack and John the Ripper (diff)
This program remotely kills trino nodes on version 1.07b2+f3 and below.
It abuses the careless coding in trinoo nodes and causes them to exit.
Notes
Notes: svn path=/head/; revision=25809
Diffstat (limited to 'security')
-rw-r--r--security/trinokiller/Makefile30
-rw-r--r--security/trinokiller/distinfo1
-rw-r--r--security/trinokiller/files/patch-trinokiller.c10
-rw-r--r--security/trinokiller/pkg-comment1
-rw-r--r--security/trinokiller/pkg-descr6
-rw-r--r--security/trinokiller/pkg-plist1
6 files changed, 49 insertions, 0 deletions
diff --git a/security/trinokiller/Makefile b/security/trinokiller/Makefile
new file mode 100644
index 000000000000..7a36f1163277
--- /dev/null
+++ b/security/trinokiller/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# Ports collection makefile for: trinokiller
+# Version required: 1.0
+# Date created: Sun Feb 12, 2000
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $FreeBSD$
+#
+
+DISTNAME= trinokiller
+PKGNAME= trinokiller-1.0
+CATEGORIES= security
+MASTER_SITES= http://www.afro-productions.com/
+EXTRACT_SUFX= .c
+
+MAINTAINER= obrien@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+
+do-extract:
+ @${MKDIR} ${WRKDIR}
+ @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
+
+do-build:
+ (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c)
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/security/trinokiller/distinfo b/security/trinokiller/distinfo
new file mode 100644
index 000000000000..d9764ef0d937
--- /dev/null
+++ b/security/trinokiller/distinfo
@@ -0,0 +1 @@
+MD5 (trinokiller.c) = 3aa49c480158e8c78199f25a5660cc79
diff --git a/security/trinokiller/files/patch-trinokiller.c b/security/trinokiller/files/patch-trinokiller.c
new file mode 100644
index 000000000000..d8728903ab37
--- /dev/null
+++ b/security/trinokiller/files/patch-trinokiller.c
@@ -0,0 +1,10 @@
+--- trinokiller.c.orig Sun Feb 13 19:41:24 2000
++++ trinokiller.c Sun Feb 13 19:41:48 2000
+@@ -12,6 +12,7 @@
+ *
+ */
+
++#include <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <sys/socket.h>
diff --git a/security/trinokiller/pkg-comment b/security/trinokiller/pkg-comment
new file mode 100644
index 000000000000..9063bddf7c30
--- /dev/null
+++ b/security/trinokiller/pkg-comment
@@ -0,0 +1 @@
+remotely kill trino nodes
diff --git a/security/trinokiller/pkg-descr b/security/trinokiller/pkg-descr
new file mode 100644
index 000000000000..c556ed950d7d
--- /dev/null
+++ b/security/trinokiller/pkg-descr
@@ -0,0 +1,6 @@
+This program remotely kills trino nodes on version 1.07b2+f3 and below.
+It abuses the careless coding in trinoo nodes and causes them to exit. It
+requires that you either know the node password or think it's the default
+password.
+
+WWW: http://www.afro-productions.com/utils.html
diff --git a/security/trinokiller/pkg-plist b/security/trinokiller/pkg-plist
new file mode 100644
index 000000000000..a497093226d0
--- /dev/null
+++ b/security/trinokiller/pkg-plist
@@ -0,0 +1 @@
+sbin/trinokiller