diff options
author | itojun <itojun> | 2001-01-15 06:40:23 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-15 06:40:23 +0000 |
commit | c28d6ade573adcced9ef0bef881642ef4095e9ac (patch) | |
tree | 0be9fde57fe834b70900456d6108d7fd665a4ea4 /security | |
parent | 0b6be4908dac6e015a549f28da1828d2edaf6b4f (diff) | |
download | pkgsrc-c28d6ade573adcced9ef0bef881642ef4095e9ac.tar.gz |
scanssh, ssh remote version scanner
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 13 | ||||
-rw-r--r-- | security/scanssh/files/md5 | 3 | ||||
-rw-r--r-- | security/scanssh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/scanssh/pkg/DESCR | 3 | ||||
-rw-r--r-- | security/scanssh/pkg/PLIST | 3 |
5 files changed, 23 insertions, 0 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile new file mode 100644 index 00000000000..8104751ed26 --- /dev/null +++ b/security/scanssh/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/15 06:40:23 itojun Exp $ + +DISTNAME= scanssh-1.3a +CATEGORIES= security +MASTER_SITES= http://www.monkey.org/~provos/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.monkey.org/~provos/scanssh/ + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/scanssh + +.include "../../mk/bsd.pkg.mk" diff --git a/security/scanssh/files/md5 b/security/scanssh/files/md5 new file mode 100644 index 00000000000..9ba4d765f01 --- /dev/null +++ b/security/scanssh/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/15 06:40:23 itojun Exp $ + +MD5 (scanssh-1.3a.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914 diff --git a/security/scanssh/pkg/COMMENT b/security/scanssh/pkg/COMMENT new file mode 100644 index 00000000000..d8b192e81d9 --- /dev/null +++ b/security/scanssh/pkg/COMMENT @@ -0,0 +1 @@ +ssh remote version scanner diff --git a/security/scanssh/pkg/DESCR b/security/scanssh/pkg/DESCR new file mode 100644 index 00000000000..d4a65f6cec3 --- /dev/null +++ b/security/scanssh/pkg/DESCR @@ -0,0 +1,3 @@ +scanssh scans the given addresses and networks for running SSH +servers. It will query their version number and displays the +results in a list. diff --git a/security/scanssh/pkg/PLIST b/security/scanssh/pkg/PLIST new file mode 100644 index 00000000000..8e75c28a2be --- /dev/null +++ b/security/scanssh/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/15 06:40:23 itojun Exp $ +bin/scanssh +man/man1/scanssh.1 |