From owner-svn-ports-all@freebsd.org Wed Feb 21 18:59:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76600F2033F; Wed, 21 Feb 2018 18:59:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 283226C48F; Wed, 21 Feb 2018 18:59:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EC4E1C6BA; Wed, 21 Feb 2018 18:59:24 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1LIxOsB038523; Wed, 21 Feb 2018 18:59:24 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1LIxNKh038520; Wed, 21 Feb 2018 18:59:23 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201802211859.w1LIxNKh038520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Wed, 21 Feb 2018 18:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462539 - in head/security/hashcat: . files X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head/security/hashcat: . files X-SVN-Commit-Revision: 462539 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2018 18:59:24 -0000 Author: lifanov Date: Wed Feb 21 18:59:23 2018 New Revision: 462539 URL: https://svnweb.freebsd.org/changeset/ports/462539 Log: update security/hashcat to 4.1.0 This update brings new algorithms and performance improvements. Release announcement: https://hashcat.net/forum/thread-7317.html Deleted: head/security/hashcat/files/ Modified: head/security/hashcat/Makefile head/security/hashcat/distinfo head/security/hashcat/pkg-plist Modified: head/security/hashcat/Makefile ============================================================================== --- head/security/hashcat/Makefile Wed Feb 21 18:08:37 2018 (r462538) +++ head/security/hashcat/Makefile Wed Feb 21 18:59:23 2018 (r462539) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashcat -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security @@ -13,26 +13,28 @@ COMMENT= Advanced CPU-based password recovery utility LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.txt -BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ - gsed:textproc/gsed - NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to compile: compiling for big-endian architecture not supported -USE_GITHUB= yes +BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ + gsed:textproc/gsed ALL_TARGET= default USES= gmake iconv localbase shebangfix SHEBANG_FILES= extra/tab_completion/install + +USE_GITHUB= yes USE_CSTD= gnu99 +PLIST_SUB= PORTVERSION=${PORTVERSION} + MAKE_ARGS= SHARED=1 \ CC="${CC}" \ LFLAGS_NATIVE="${LDFLAGS} -lpthread" \ CFLAGS_NATIVE="${CFLAGS} -Iinclude -IOpenCL -Iinclude/lzma_sdk" pre-install: - ${STRIP_CMD} ${WRKSRC}/libhashcat.so + ${STRIP_CMD} ${WRKSRC}/libhashcat.so.${PORTVERSION} ${STRIP_CMD} ${WRKSRC}/hashcat .include Modified: head/security/hashcat/distinfo ============================================================================== --- head/security/hashcat/distinfo Wed Feb 21 18:08:37 2018 (r462538) +++ head/security/hashcat/distinfo Wed Feb 21 18:59:23 2018 (r462539) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510149755 -SHA256 (hashcat-hashcat-v4.0.1_GH0.tar.gz) = 8c25ace8791c641ebe32f66e4d9c29ff43bf484a6652f06bdba9df4e7ac7b5dd -SIZE (hashcat-hashcat-v4.0.1_GH0.tar.gz) = 3905127 +TIMESTAMP = 1519224570 +SHA256 (hashcat-hashcat-v4.1.0_GH0.tar.gz) = bd23997153c5a8c8b35da3931ff74a808561399de3f3e07058ff4d2f8617119c +SIZE (hashcat-hashcat-v4.1.0_GH0.tar.gz) = 3956136 Modified: head/security/hashcat/pkg-plist ============================================================================== --- head/security/hashcat/pkg-plist Wed Feb 21 18:08:37 2018 (r462538) +++ head/security/hashcat/pkg-plist Wed Feb 21 18:59:23 2018 (r462539) @@ -1,198 +1,7 @@ bin/hashcat -lib/libhashcat.so -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_full.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/DES_alpha.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/DES_numeral.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_0.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_1.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_2.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_3.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_4.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_5.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_6.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_7.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_8.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_9.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_A.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_B.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_C.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_D.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_E.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_F.charset -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Bulgarian.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Castilian.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Catalan.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/English.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/French.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/German.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Greek.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/GreekPolytonic.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Italian.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Lithuanian.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Polish.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Portuguese.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Russian.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Slovak.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Spanish.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-16-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Greek/el_ISO-8859-7-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Greek/el_cp1253-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Polish/pl_cp1250-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Russian/ru_ISO-8859-5-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Russian/ru_cp1251-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Slovak/sk_ISO-8859-2-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Slovak/sk_cp1250-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_ISO-8859-1-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_ISO-8859-15-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_cp1252-special.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_ISO-8859-5.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_KOI8-R.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_cp1251.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-16.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Greek/el_ISO-8859-7.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Greek/el_cp1253.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/GreekPolytonic/el_polytonic_ISO-8859-7.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/GreekPolytonic/el_polytonic_cp1253.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Hungarian/hu_cp1250.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_ISO-8859-13.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_ISO-8859-4.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_cp1257.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Polish/pl_ISO-8859-2.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Polish/pl_cp1250.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_ISO-8859-5.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_KOI8-R.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_cp1251.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Slovak/sk_ISO-8859-2.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Slovak/sk_cp1250.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_ISO-8859-1.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_ISO-8859-15.hcchr -%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_cp1252.hcchr -%%PORTDOCS%%%%DOCSDIR%%/docs/changes.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/contact.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/credits.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/performance.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/rules.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/status_codes.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/team.txt -%%PORTDOCS%%%%DOCSDIR%%/docs/user_manuals.txt -%%PORTDOCS%%%%DOCSDIR%%/example.dict -%%PORTDOCS%%%%DOCSDIR%%/example0.hash -%%PORTDOCS%%%%DOCSDIR%%/example0.sh -%%PORTDOCS%%%%DOCSDIR%%/example400.hash -%%PORTDOCS%%%%DOCSDIR%%/example400.sh -%%PORTDOCS%%%%DOCSDIR%%/example500.hash -%%PORTDOCS%%%%DOCSDIR%%/example500.sh -%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/hashcat.sh -%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/howto.txt -%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/install -%%PORTDOCS%%%%DOCSDIR%%/masks/8char-1l-1u-1d-1s-compliant.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/8char-1l-1u-1d-1s-noncompliant.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-1-60.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-2-1800.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-3-3600.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-4-43200.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-5-86400.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-6-864000.hcmask -%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-7-2592000.hcmask -%%PORTDOCS%%%%DOCSDIR%%/rules/Incisive-leetspeak.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/InsidePro-HashManager.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/InsidePro-PasswordsPro.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_space_and_special_0_F.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_top_100_passwords_1_G.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlCv1.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/best64.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/combinator.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/d3ad0ne.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/dive.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/generated.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/generated2.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_d.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ds.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_du.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_dus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_hl.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_hu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_l.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ld.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lds.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ldu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ldus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ls.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_s.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_u.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_us.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_d.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ds.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_du.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_dus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_hl.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_hu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_l.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ld.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lds.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ldu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ldus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ls.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lu.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lus.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_s.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_u.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_us.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/leetspeak.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/oscommerce.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/rockyou-30000.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/specific.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/toggles1.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/toggles2.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/toggles3.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/toggles4.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/toggles5.rule -%%PORTDOCS%%%%DOCSDIR%%/rules/unix-ninja-leetspeak.rule +lib/libhashcat.so.%%PORTVERSION%% +%%DATADIR%%/hashcat.hcstat2 +%%DATADIR%%/hashcat.hctune %%DATADIR%%/OpenCL/amp_a0.cl %%DATADIR%%/OpenCL/amp_a1.cl %%DATADIR%%/OpenCL/amp_a3.cl @@ -200,10 +9,10 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/inc_cipher_serpent.cl %%DATADIR%%/OpenCL/inc_cipher_twofish.cl %%DATADIR%%/OpenCL/inc_common.cl -%%DATADIR%%/OpenCL/inc_comp_multi.cl %%DATADIR%%/OpenCL/inc_comp_multi_bs.cl -%%DATADIR%%/OpenCL/inc_comp_single.cl +%%DATADIR%%/OpenCL/inc_comp_multi.cl %%DATADIR%%/OpenCL/inc_comp_single_bs.cl +%%DATADIR%%/OpenCL/inc_comp_single.cl %%DATADIR%%/OpenCL/inc_hash_constants.h %%DATADIR%%/OpenCL/inc_hash_functions.cl %%DATADIR%%/OpenCL/inc_hash_md4.cl @@ -221,10 +30,10 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/inc_luks_serpent.cl %%DATADIR%%/OpenCL/inc_luks_twofish.cl %%DATADIR%%/OpenCL/inc_luks_xts.cl -%%DATADIR%%/OpenCL/inc_rp.cl -%%DATADIR%%/OpenCL/inc_rp.h %%DATADIR%%/OpenCL/inc_rp_optimized.cl %%DATADIR%%/OpenCL/inc_rp_optimized.h +%%DATADIR%%/OpenCL/inc_rp.cl +%%DATADIR%%/OpenCL/inc_rp.h %%DATADIR%%/OpenCL/inc_scalar.cl %%DATADIR%%/OpenCL/inc_simd.cl %%DATADIR%%/OpenCL/inc_truecrypt_crc32.cl @@ -865,7 +674,304 @@ lib/libhashcat.so %%DATADIR%%/OpenCL/m15600.cl %%DATADIR%%/OpenCL/m15700.cl %%DATADIR%%/OpenCL/m15900.cl +%%DATADIR%%/OpenCL/m16000_a0.cl +%%DATADIR%%/OpenCL/m16000_a1.cl +%%DATADIR%%/OpenCL/m16000_a3.cl +%%DATADIR%%/OpenCL/m16100_a0-optimized.cl +%%DATADIR%%/OpenCL/m16100_a0.cl +%%DATADIR%%/OpenCL/m16100_a1-optimized.cl +%%DATADIR%%/OpenCL/m16100_a1.cl +%%DATADIR%%/OpenCL/m16100_a3-optimized.cl +%%DATADIR%%/OpenCL/m16100_a3.cl +%%DATADIR%%/OpenCL/m16200.cl +%%DATADIR%%/OpenCL/m16300.cl +%%DATADIR%%/OpenCL/m16400_a0-optimized.cl +%%DATADIR%%/OpenCL/m16400_a0.cl +%%DATADIR%%/OpenCL/m16400_a1-optimized.cl +%%DATADIR%%/OpenCL/m16400_a1.cl +%%DATADIR%%/OpenCL/m16400_a3-optimized.cl +%%DATADIR%%/OpenCL/m16400_a3.cl +%%DATADIR%%/OpenCL/m16511_a0.cl +%%DATADIR%%/OpenCL/m16511_a1.cl +%%DATADIR%%/OpenCL/m16511_a3.cl +%%DATADIR%%/OpenCL/m16512_a0.cl +%%DATADIR%%/OpenCL/m16512_a1.cl +%%DATADIR%%/OpenCL/m16512_a3.cl +%%DATADIR%%/OpenCL/m16513_a0.cl +%%DATADIR%%/OpenCL/m16513_a1.cl +%%DATADIR%%/OpenCL/m16513_a3.cl +%%DATADIR%%/OpenCL/m16600_a0-optimized.cl +%%DATADIR%%/OpenCL/m16600_a0.cl +%%DATADIR%%/OpenCL/m16600_a1-optimized.cl +%%DATADIR%%/OpenCL/m16600_a1.cl +%%DATADIR%%/OpenCL/m16600_a3-optimized.cl +%%DATADIR%%/OpenCL/m16600_a3.cl %%DATADIR%%/OpenCL/markov_be.cl %%DATADIR%%/OpenCL/markov_le.cl -%%DATADIR%%/hashcat.hcstat2 -%%DATADIR%%/hashcat.hctune +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Bulgarian.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Castilian.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Catalan.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/English.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/French.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/German.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Greek.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/GreekPolytonic.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Italian.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Lithuanian.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Polish.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Portuguese.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Russian.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Slovak.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/combined/Spanish.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_full.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/DES_alpha.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/DES_numeral.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_0.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_1.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_2.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_3.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_4.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_5.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_6.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_7.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_8.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_9.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_A.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_B.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_C.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_D.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_E.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/DES_special/multiple_nodes/DES_portion_F.charset +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Castilian/es-ES_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Catalan/ca_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/French/fr_ISO-8859-16-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/German/de_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Greek/el_cp1253-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Greek/el_ISO-8859-7-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Italian/it_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Polish/pl_cp1250-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Portuguese/pt_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Russian/ru_cp1251-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Russian/ru_ISO-8859-5-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Slovak/sk_cp1250-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Slovak/sk_ISO-8859-2-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_cp1252-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_ISO-8859-1-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/special/Spanish/es_ISO-8859-15-special.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_cp1251.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_ISO-8859-5.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Bulgarian/bg_KOI8-R.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Castilian/es-ES_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Catalan/ca_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/English/en_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/French/fr_ISO-8859-16.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/German/de_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Greek/el_cp1253.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Greek/el_ISO-8859-7.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/GreekPolytonic/el_polytonic_cp1253.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/GreekPolytonic/el_polytonic_ISO-8859-7.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Hungarian/hu_cp1250.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Italian/it_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_cp1257.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_ISO-8859-13.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Lithuanian/lt_ISO-8859-4.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Polish/pl_cp1250.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Polish/pl_ISO-8859-2.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Portuguese/pt_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_cp1251.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_ISO-8859-5.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Russian/ru_KOI8-R.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Slovak/sk_cp1250.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Slovak/sk_ISO-8859-2.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_cp1252.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_ISO-8859-1.hcchr +%%PORTDOCS%%%%DOCSDIR%%/charsets/standard/Spanish/es_ISO-8859-15.hcchr +%%PORTDOCS%%%%DOCSDIR%%/docs/changes.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/contact.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/credits.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/license.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/limits.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/performance.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/readme.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/rules.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/status_codes.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/team.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/user_manuals.txt +%%PORTDOCS%%%%DOCSDIR%%/example.dict +%%PORTDOCS%%%%DOCSDIR%%/example0.hash +%%PORTDOCS%%%%DOCSDIR%%/example0.sh +%%PORTDOCS%%%%DOCSDIR%%/example400.hash +%%PORTDOCS%%%%DOCSDIR%%/example400.sh +%%PORTDOCS%%%%DOCSDIR%%/example500.hash +%%PORTDOCS%%%%DOCSDIR%%/example500.sh +%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/hashcat.sh +%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/howto.txt +%%PORTDOCS%%%%DOCSDIR%%/extra/tab_completion/install +%%PORTDOCS%%%%DOCSDIR%%/masks/8char-1l-1u-1d-1s-compliant.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/8char-1l-1u-1d-1s-noncompliant.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-1-60.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-2-1800.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-3-3600.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-4-43200.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-5-86400.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-6-864000.hcmask +%%PORTDOCS%%%%DOCSDIR%%/masks/rockyou-7-2592000.hcmask +%%PORTDOCS%%%%DOCSDIR%%/rules/best64.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/combinator.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/d3ad0ne.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/dive.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/generated.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/generated2.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_d.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ds.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_du.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_dus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_hl.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_hu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_l.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ld.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lds.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ldu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ldus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_ls.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_lus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_s.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_u.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/append_us.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_d.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ds.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_du.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_dus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_hl.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_hu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_l.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ld.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lds.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ldu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ldus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_ls.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lu.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_lus.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_s.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_u.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/hybrid/prepend_us.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/Incisive-leetspeak.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/InsidePro-HashManager.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/InsidePro-PasswordsPro.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/leetspeak.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/oscommerce.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/rockyou-30000.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/specific.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_space_and_special_0_F.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC-insert_top_100_passwords_1_G.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlC.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/T0XlCv1.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/toggles1.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/toggles2.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/toggles3.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/toggles4.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/toggles5.rule +%%PORTDOCS%%%%DOCSDIR%%/rules/unix-ninja-leetspeak.rule +include/hashcat/7zTypes.h +include/hashcat/affinity.h +include/hashcat/Alloc.h +include/hashcat/autotune.h +include/hashcat/benchmark.h +include/hashcat/bitmap.h +include/hashcat/bitops.h +include/hashcat/combinator.h +include/hashcat/common.h +include/hashcat/Compiler.h +include/hashcat/convert.h +include/hashcat/cpt.h +include/hashcat/cpu_aes.h +include/hashcat/cpu_blake2.h +include/hashcat/cpu_crc32.h +include/hashcat/cpu_des.h +include/hashcat/cpu_md4.h +include/hashcat/cpu_md5.h +include/hashcat/cpu_sha1.h +include/hashcat/cpu_sha256.h +include/hashcat/debugfile.h +include/hashcat/dictstat.h +include/hashcat/dispatch.h +include/hashcat/dynloader.h +include/hashcat/event.h +include/hashcat/ext_ADL.h +include/hashcat/ext_lzma.h +include/hashcat/ext_nvapi.h +include/hashcat/ext_nvml.h +include/hashcat/ext_OpenCL.h +include/hashcat/ext_sysfs.h +include/hashcat/filehandling.h +include/hashcat/folder.h +include/hashcat/hashcat.h +include/hashcat/hashes.h +include/hashcat/hlfmt.h +include/hashcat/hwmon.h +include/hashcat/induct.h +include/hashcat/interface.h +include/hashcat/locking.h +include/hashcat/logfile.h +include/hashcat/loopback.h +include/hashcat/Lzma2Dec.h +include/hashcat/LzmaDec.h +include/hashcat/memory.h +include/hashcat/monitor.h +include/hashcat/mpsp.h +include/hashcat/opencl.h +include/hashcat/outfile_check.h +include/hashcat/outfile.h +include/hashcat/pidfile.h +include/hashcat/potfile.h +include/hashcat/Precomp.h +include/hashcat/restore.h +include/hashcat/rp_cpu.h +include/hashcat/rp_kernel_on_cpu_optimized.h +include/hashcat/rp_kernel_on_cpu.h +include/hashcat/rp.h +include/hashcat/selftest.h +include/hashcat/shared.h +include/hashcat/sort_r.h +include/hashcat/status.h +include/hashcat/stdout.h +include/hashcat/straight.h +include/hashcat/terminal.h +include/hashcat/thread.h +include/hashcat/timer.h +include/hashcat/tuningdb.h +include/hashcat/types.h +include/hashcat/usage.h +include/hashcat/user_options.h +include/hashcat/wordlist.h +@dir include/hashcat/lzma_sdk