Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0da5d46c6a7f9a024732ea127c161f401a40e773)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0da5d46c6a7f9a024732ea127c161f401a40e773)
  • Date: Sat, 15 Mar 2008 16:53:52 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
crypto/ophcrack/BUILD | 11 +++++++++++
crypto/ophcrack/DEPENDS | 1 +
crypto/ophcrack/DETAILS | 30 ++++++++++++++++++++++++++++++
crypto/ophcrack/FINAL | 11 +++++++++++
crypto/ophcrack/HISTORY | 4 ++++
crypto/ophcrack/INSTALL | 10 ++++++++++
crypto/ophcrack/PRE_BUILD | 5 +++++
8 files changed, 76 insertions(+)

New commits:
commit 0da5d46c6a7f9a024732ea127c161f401a40e773
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/ophcrack: new spell, a Windows password cracker based on rainbow
tables

diff --git a/ChangeLog b/ChangeLog
index 4944939..f669e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-15 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/ophcrack: new spell
+ a Windows password cracker based on rainbow tables
+
2008-03-14 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* net/aiccu: new spell, a utility to automatically setup an
IPv6 over IPv4 tunnel to a tunnel broker
diff --git a/crypto/ophcrack/BUILD b/crypto/ophcrack/BUILD
new file mode 100755
index 0000000..49faad9
--- /dev/null
+++ b/crypto/ophcrack/BUILD
@@ -0,0 +1,11 @@
+rm -rf linux_tools &&
+
+default_build &&
+
+cd bkhive-$BKHIVE_VERSION &&
+make &&
+cd .. &&
+
+cd samdump2-$SAMDUMP2_VERSION &&
+make &&
+cd ..
diff --git a/crypto/ophcrack/DEPENDS b/crypto/ophcrack/DEPENDS
new file mode 100755
index 0000000..edffa0e
--- /dev/null
+++ b/crypto/ophcrack/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/crypto/ophcrack/DETAILS b/crypto/ophcrack/DETAILS
new file mode 100755
index 0000000..03c7061
--- /dev/null
+++ b/crypto/ophcrack/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=ophcrack
+ VERSION=2.4.1
+ BKHIVE_VERSION=1.1.1
+SAMDUMP2_VERSION=1.1.1
+
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:07ce8c39e4819d3f36d2d9ce5247de71c6195f6473d06fe2bb7c83463da490a4842d366fb406596b40959ec584247bab3001f5d5522891fadaf9b7ea6c0c8cc4
+
+ SOURCE2=bkhive-$BKHIVE_VERSION.tar.gz
+ SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
+
SOURCE2_HASH=sha512:2962732f024d8e2c4bc3b1ffcf11caa99f18af0dd2e6c0844db721cf10c7bd565947beb4f05fccf63ffce287b82479c8e7019318da41545bd25c55a821973b69
+
+ SOURCE3=samdump2-$SAMDUMP2_VERSION.tar.gz
+ SOURCE3_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE3
+
SOURCE3_HASH=sha512:2954fb6ad15cedde632088e53d737889e27db6b3ef28c004643ebbd0b6f60db5ba7d174d4ed9bcc2c0e0731cfc5695f998dfb88804e7e4888c890473e1fddf5a
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://ophcrack.sourceforge.net/
+ ENTERED=20080315
+ LICENSE[0]=GPL
+ KEYWORDS="crypto"
+ SHORT="a Windows password cracker based on rainbow tables"
+cat << EOF
+Ophcrack is a Windows password cracker based on the faster time-memory
trade-off
+using rainbow tables. This is an evolution of the original ophcrack 1.0
+developed at EPFL (http://lasecwww.epfl.ch/~oechslin/projects/ophcrack).
+It recovers 99.9% of alphanumeric passwords in seconds.
+Ophrack comes with a GTK Graphical User Interface.
+EOF
diff --git a/crypto/ophcrack/FINAL b/crypto/ophcrack/FINAL
new file mode 100755
index 0000000..258a0ed
--- /dev/null
+++ b/crypto/ophcrack/FINAL
@@ -0,0 +1,11 @@
+message "$MESSAGE_COLOR"
+message "Don't forget to download the tables from"
+message "http://lasecwww.epfl.ch/SSTIC04-10k.zip";
+message "or http://lasecwww.epfl.ch/SSTIC04-5k.zip";
+message ""
+message "and install them in /usr/share/ophcrack/10000"
+message "or /usr/share/ophcrack/5000"
+message ""
+message "SSTIC04-10k (388MB), for PCs with at least 256MB of RAM."
+message "SSTIC04-5k (720MB), for PCs with at least 512MB of RAM."
+message "$DEFAULT_COLOR"
diff --git a/crypto/ophcrack/HISTORY b/crypto/ophcrack/HISTORY
new file mode 100644
index 0000000..3a8585c
--- /dev/null
+++ b/crypto/ophcrack/HISTORY
@@ -0,0 +1,4 @@
+2008-03-15 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, FINAL, HISTORY:
+ created this spell, version 2.4.1
+
diff --git a/crypto/ophcrack/INSTALL b/crypto/ophcrack/INSTALL
new file mode 100755
index 0000000..7d5c289
--- /dev/null
+++ b/crypto/ophcrack/INSTALL
@@ -0,0 +1,10 @@
+default_install &&
+
+cd bkhive-$BKHIVE_VERSION &&
+make install PREFIX=/usr &&
+cd .. &&
+
+cd samdump2-$SAMDUMP2_VERSION &&
+make install PREFIX=/usr &&
+cd ..
+
diff --git a/crypto/ophcrack/PRE_BUILD b/crypto/ophcrack/PRE_BUILD
new file mode 100755
index 0000000..fd2a236
--- /dev/null
+++ b/crypto/ophcrack/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+unpack_file 2 &&
+unpack_file 3



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0da5d46c6a7f9a024732ea127c161f401a40e773), Ladislav Hagara, 03/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page