pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Hashcat-utils are a set of small utilities that are useful in advanced password cracking. They all are packed into multiple stand-alone binaries. All of these utils are designed to execute only one specific function. Since they all work with STDIN and STDOUT you can group them into chains.
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: Hashcat-utils are a set of small utilities that are useful in advanced password cracking. They all are packed into multiple stand-alone binaries. All of these utils are designed to execute only one specific function. Since they all work with STDIN and STDOUT you can group them into chains.
- From: Adam Ciarciński <adam%netbsd.org@localhost>
- Date: Mon, 13 Mar 2017 11:20:41 +0000
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <adam%netbsd.org@localhost>
Pushed By: adam
Date: Mon Mar 13 12:20:41 2017 +0100
Changeset: 13247105cafe20e0cfb93f9999ced126d7fe47f0
Modified Files:
Makefile
Added Files:
hashcat-utils/DESCR
hashcat-utils/Makefile
hashcat-utils/PLIST
hashcat-utils/distinfo
Log Message:
Hashcat-utils are a set of small utilities that are useful in advanced
password cracking. They all are packed into multiple stand-alone binaries.
All of these utils are designed to execute only one specific function.
Since they all work with STDIN and STDOUT you can group them into chains.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13247105cafe20e0cfb93f9999ced126d7fe47f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
hashcat-utils/DESCR | 4 ++++
hashcat-utils/Makefile | 32 ++++++++++++++++++++++++++++++++
hashcat-utils/PLIST | 32 ++++++++++++++++++++++++++++++++
hashcat-utils/distinfo | 6 ++++++
5 files changed, 75 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 077b8c2e76..c5eae2d2ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1090,6 +1090,7 @@ SUBDIR+= haproxy15
SUBDIR+= hasciicam
SUBDIR+= haserl
SUBDIR+= hashcat
+SUBDIR+= hashcat-utils
SUBDIR+= haskell-mode
SUBDIR+= hasktags
SUBDIR+= hawk
diff --git a/hashcat-utils/DESCR b/hashcat-utils/DESCR
new file mode 100644
index 0000000000..6040d4b423
--- /dev/null
+++ b/hashcat-utils/DESCR
@@ -0,0 +1,4 @@
+Hashcat-utils are a set of small utilities that are useful in advanced
+password cracking. They all are packed into multiple stand-alone binaries.
+All of these utils are designed to execute only one specific function.
+Since they all work with STDIN and STDOUT you can group them into chains.
diff --git a/hashcat-utils/Makefile b/hashcat-utils/Makefile
new file mode 100644
index 0000000000..58b9b60c0c
--- /dev/null
+++ b/hashcat-utils/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME= hashcat-utils-1.7
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=hashcat/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/hashcat/hashcat/
+COMMENT= Set of small utilities that are useful in advanced password cracking
+LICENSE= mit
+
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+USE_TOOLS+= perl
+BUILD_DIRS= src
+BUILD_TARGET= native
+REPLACE_PERL= src/*.pl
+
+INSTALLATION_DIRS+= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/*.bin ${DESTDIR}${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/*.pl ${DESTDIR}${PREFIX}/bin/
+
+# for f in ${WRKSRC}/src/*.bin; do \
+# ${INSTALL_PROGRAM} ${f} ${DESTDIR}${PREFIX}/bin/ \
+# done
+# for s in ${WRKSRC}/src/*.pl; do \
+# ${INSTALL_SCRIPT} ${s} ${DESTDIR}${PREFIX}/bin/ \
+# done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/hashcat-utils/PLIST b/hashcat-utils/PLIST
new file mode 100644
index 0000000000..5512385276
--- /dev/null
+++ b/hashcat-utils/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/cap2hccapx.bin
+bin/cleanup-rules.bin
+bin/combinator.bin
+bin/combinator3.bin
+bin/combipow.bin
+bin/ct3_to_ntlm.bin
+bin/cutb.bin
+bin/deskey_to_ntlm.pl
+bin/expander.bin
+bin/gate.bin
+bin/generate-rules.bin
+bin/hcstatgen.bin
+bin/keyspace.bin
+bin/len.bin
+bin/mli2.bin
+bin/morph.bin
+bin/permute.bin
+bin/permute_exist.bin
+bin/prepare.bin
+bin/req-exclude.bin
+bin/req-include.bin
+bin/rli.bin
+bin/rli2.bin
+bin/rules_optimize.bin
+bin/seprule.pl
+bin/splitlen.bin
+bin/strip-bsn.bin
+bin/strip-bsr.bin
+bin/tmesis-dynamic.pl
+bin/tmesis.pl
+bin/topmorph.pl
diff --git a/hashcat-utils/distinfo b/hashcat-utils/distinfo
new file mode 100644
index 0000000000..4701d82062
--- /dev/null
+++ b/hashcat-utils/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hashcat-utils-1.7.tar.gz) = 44e56537538aa9a92d25fd5cbf7f613d3748757b
+RMD160 (hashcat-utils-1.7.tar.gz) = 2a4a72f2c0bec6a4cd7cc33a7aec1b197b7ab903
+SHA512 (hashcat-utils-1.7.tar.gz) = d4eeec504ad753388fc3736020cfed069acf3165e8eb57726f36855d9372fe0c0c0422753f0fe84e04cb67b1f4ec03b658345dda5a213646edc0e0b1ac3cdbad
+Size (hashcat-utils-1.7.tar.gz) = 38395 bytes
Home |
Main Index |
Thread Index |
Old Index