View | Details | Raw Unified | Return to bug 114194
Collapse All | Expand All

(-)sshit/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	sshit
8
PORTNAME=	sshit
9
PORTVERSION=	0.6
9
PORTVERSION=	0.6
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	http://anp.ath.cx/sshit/ \
12
MASTER_SITES=	http://anp.ath.cx/sshit/ \
12
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
(-)sshit/files/patch-sshit.diff (+11 lines)
Line 0 Link Here
1
--- sshit.orig	Sun Jul  1 22:13:45 2007
2
+++ sshit	Sun Jul  1 22:14:46 2007
3
@@ -317,7 +317,7 @@
4
 
5
 while (<>) {
6
 	chomp;
7
-	if (/(failed|Invalid user) .*from (\d+\.\d+\.\d+\.\d+|[\da-fA-F:]+)/i ) { # IPv4 & IPv6
8
+	if (/(failed|error|Invalid user) .*from (\d+\.\d+\.\d+\.\d+|[\da-fA-F:]+)/i ) { # IPv4 & IPv6
9
 		$ip = $2;
10
 		if ($list{$ip}{name}) {
11
 			if ($list{$ip}{n} >= $MAX_COUNT) {

Return to bug 114194