Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d3204ebae1e86731f4375c7dc74cb07694bf4d95)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d3204ebae1e86731f4375c7dc74cb07694bf4d95)
  • Date: Wed, 22 Sep 2010 08:14:01 -0500

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

ChangeLog | 3 +++
security/hashkill/DEPENDS | 2 ++
security/hashkill/DETAILS | 20 ++++++++++++++++++++
security/hashkill/HISTORY | 3 +++
security/hashkill/hashkill-0.2.3b.tar.gz.sig |binary
5 files changed, 28 insertions(+)

New commits:
commit d3204ebae1e86731f4375c7dc74cb07694bf4d95
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

hashkill: new spell, hashkill is an open-source password cracker

diff --git a/ChangeLog b/ChangeLog
index 2e5b6e0..b77aeda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-09-22 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * security/hashkill: new spell, hashkill is an open-source password
cracker
+
2010-09-21 Pol Vinogradov <vin.public AT gmail.com>
* net/openwbem: new spell, open implementation of Web Based
Enterprise Management

diff --git a/security/hashkill/DEPENDS b/security/hashkill/DEPENDS
new file mode 100755
index 0000000..36e266a
--- /dev/null
+++ b/security/hashkill/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl &&
+depends zlib
diff --git a/security/hashkill/DETAILS b/security/hashkill/DETAILS
new file mode 100755
index 0000000..2a82ec7
--- /dev/null
+++ b/security/hashkill/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=hashkill
+ VERSION=0.2.3b
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.gat3way.eu/${SPELL}/${SOURCE}
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gat3way.eu/index.php?page=hashkill";
+ LICENSE[0]=GPL
+ ENTERED=20100922
+ SHORT="hashkill is an open-source password cracker"
+cat << EOF
+hashkill is an open-source password cracker that uses the OpenSSL library
+to crack different types of password hashes.
+
+Basically, its purposes are:
+
+* allow cracking lots of different types of password hashes on linux * employ
+easy to use command-line interface * multithreaded * SSE2 accelerated *
+open-sourced, GPL-licensed
+EOF
diff --git a/security/hashkill/HISTORY b/security/hashkill/HISTORY
new file mode 100644
index 0000000..448ee9b
--- /dev/null
+++ b/security/hashkill/HISTORY
@@ -0,0 +1,3 @@
+2010-09-22 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/security/hashkill/hashkill-0.2.3b.tar.gz.sig
b/security/hashkill/hashkill-0.2.3b.tar.gz.sig
new file mode 100644
index 0000000..88fb519
Binary files /dev/null and b/security/hashkill/hashkill-0.2.3b.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d3204ebae1e86731f4375c7dc74cb07694bf4d95), Vasil Yonkov, 09/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page