From cf787a73ebc98dc6158e588e4b71c0d8d8e04fcf Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sun, 20 Aug 2006 12:09:31 +0000 Subject: [PATCH] VNCcrack is a fast offline password cracker for VNC passwords. By sniffing a VNC challenge-response sequence off the network (typically when VNC is used without a decent cryptographic wrapper like SSH or SSL), you can recover the password fairly easily and quickly by letting VNCcrack pound on it. WWW: http://www.randombit.net/projects/vnccrack/ PR: ports/102279 Submitted by: Pankov Pavel --- security/Makefile | 1 + security/vnccrack/Makefile | 34 ++++++++++++++++++++++++++ security/vnccrack/distinfo | 3 +++ security/vnccrack/files/pkg-message.in | 2 ++ security/vnccrack/pkg-descr | 7 ++++++ security/vnccrack/pkg-plist | 3 +++ 6 files changed, 50 insertions(+) create mode 100644 security/vnccrack/Makefile create mode 100644 security/vnccrack/distinfo create mode 100644 security/vnccrack/files/pkg-message.in create mode 100644 security/vnccrack/pkg-descr create mode 100644 security/vnccrack/pkg-plist diff --git a/security/Makefile b/security/Makefile index 3fe741e4a0ec..b30d6c692399 100644 --- a/security/Makefile +++ b/security/Makefile @@ -672,6 +672,7 @@ SUBDIR += vida SUBDIR += vlock SUBDIR += vlog + SUBDIR += vnccrack SUBDIR += vncrypt SUBDIR += vpnc SUBDIR += vpnd diff --git a/security/vnccrack/Makefile b/security/vnccrack/Makefile new file mode 100644 index 000000000000..dea019ab37b1 --- /dev/null +++ b/security/vnccrack/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: vnccrack +# Date created: 2006-08-19 +# Whom: Pankov Pavel +# +# $FreeBSD$ +# + +PORTNAME= vnccrack +PORTVERSION= 1.0.0 +CATEGORIES= security +MASTER_SITES= http://files.randombit.net/vnccrack/ +DISTNAME= VNCcrack-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= pankov_p@mail.ru +COMMENT= A fast offline password cracker for VNC passwords + +GNU_CONFIGURE= yes +USE_GCC= 3.2+ +USE_OPENSSL= yes + +SUB_FILES+= pkg-message + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${TARGETDIR}/bin/vnccrack + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/readme.txt +.endif + @${CAT} ${PKGMESSAGE} + +.include diff --git a/security/vnccrack/distinfo b/security/vnccrack/distinfo new file mode 100644 index 000000000000..c25575d879e8 --- /dev/null +++ b/security/vnccrack/distinfo @@ -0,0 +1,3 @@ +MD5 (VNCcrack-1.0.0.tgz) = bef6973fff5236efb1f6dc98aa414a5a +SHA256 (VNCcrack-1.0.0.tgz) = af0a1e85e9d10df8f32439a3c084f613eb295464becf9dd61d93de385277d66b +SIZE (VNCcrack-1.0.0.tgz) = 35072 diff --git a/security/vnccrack/files/pkg-message.in b/security/vnccrack/files/pkg-message.in new file mode 100644 index 000000000000..edd2d4198236 --- /dev/null +++ b/security/vnccrack/files/pkg-message.in @@ -0,0 +1,2 @@ +Additional info on program usage can be found in this file: +%%DOCSDIR%%/readme.txt diff --git a/security/vnccrack/pkg-descr b/security/vnccrack/pkg-descr new file mode 100644 index 000000000000..026369f1623e --- /dev/null +++ b/security/vnccrack/pkg-descr @@ -0,0 +1,7 @@ +VNCcrack is a fast offline password cracker for VNC passwords. +By sniffing a VNC challenge-response sequence off the network +(typically when VNC is used without a decent cryptographic +wrapper like SSH or SSL), you can recover the password fairly +easily and quickly by letting VNCcrack pound on it. + +WWW: http://www.randombit.net/projects/vnccrack/ diff --git a/security/vnccrack/pkg-plist b/security/vnccrack/pkg-plist new file mode 100644 index 000000000000..799626d5781c --- /dev/null +++ b/security/vnccrack/pkg-plist @@ -0,0 +1,3 @@ +bin/vnccrack +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%%