misc/ophcrack: Updated for version 3.4.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
7c46b5b87f
commit
6776de2bd8
|
@ -5,8 +5,11 @@ and runs on multiple platforms.
|
|||
|
||||
Ophcrack has a graphing function that goes with the ophcrack gui. The
|
||||
graphing function depends on the "qwt" package available at
|
||||
slackbuilds.org. To enable the graphing function run the build script
|
||||
like this: GRAPH=yes ./ophcrack.SlackBuild
|
||||
slackbuilds.org.
|
||||
|
||||
To enable the graphing function run the build script like this:
|
||||
|
||||
GRAPH=yes ./ophcrack.SlackBuild
|
||||
|
||||
Ophcrack tables can be found at
|
||||
http://ophcrack.sourceforge.net/tables.php
|
||||
http://ophcrack.sourceforge.net/tables.php
|
|
@ -3,16 +3,14 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=ophcrack
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -7,4 +7,5 @@ Type=Application
|
|||
Terminal=false
|
||||
Comment=Microsoft Windows password cracker
|
||||
Comment[fr]=Casseur de mot de passe Microsoft Windows
|
||||
Comment[eo]=Pasvorto Malkoda
|
||||
Categories=System;Utility;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ophcrack"
|
||||
VERSION="3.3.1"
|
||||
VERSION="3.4.0"
|
||||
HOMEPAGE="http://ophcrack.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ophcrack/ophcrack-3.3.1.tar.bz2"
|
||||
MD5SUM="740eef54e9082f26851e15c1cb4ef55c"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/ophcrack/ophcrack-3.4.0.tar.bz2"
|
||||
MD5SUM="a43b1288325e586c0ed6bc6e0bd5357e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="rworkman"
|
||||
MAINTAINER="Klaatu"
|
||||
EMAIL="klaatu@member.fsf.org"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -13,7 +13,7 @@ ophcrack: It is a very efficient implementation of rainbow tables done by the
|
|||
ophcrack: inventors of the method. It comes with a Graphical User Interface and
|
||||
ophcrack: runs on multiple platforms.
|
||||
ophcrack:
|
||||
ophcrack: 3.4 adds support for XP flash and Vista eight XL tables.
|
||||
ophcrack:
|
||||
ophcrack: Homepage: http://ophcrack.sourceforge.net/
|
||||
ophcrack:
|
||||
ophcrack:
|
||||
ophcrack:
|
||||
|
|
Loading…
Reference in New Issue