scanssh port

This commit is contained in:
jakob 2001-02-12 19:52:17 +00:00
parent 3d70efbc0f
commit 713abef355
5 changed files with 34 additions and 0 deletions

22
security/scanssh/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/12 19:52:17 jakob Exp $
DISTNAME= scanssh-1.3a
CATEGORIES= security
NEED_VERSION= 1.352
HOMEPAGE= http://www.monkey.org/~provos/scanssh/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.monkey.org/~provos/
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
WRKSRC= ${WRKDIR}/scanssh
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (scanssh-1.3a.tar.gz) = 0453825af98ee4c5c1da787d2ecb8914
RMD160 (scanssh-1.3a.tar.gz) = c8e09587a8e04cba1fe6d112f455d3d0b0b1f54e
SHA1 (scanssh-1.3a.tar.gz) = 6f25628e316c7fae610ba6c8677a89757afc9169

View File

@ -0,0 +1 @@
ssh remote version scanner

View File

@ -0,0 +1,5 @@
scanssh scans the given addresses and networks for running SSH
servers. It will query their version number and displays the results
in a list.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/12 19:52:17 jakob Exp $
bin/scanssh
man/man1/scanssh.1