Commit Graph
417 Commits
Author SHA1 Message Date
Justin Bollinger 5285ada177 fixed NTLM issues when not using pwdump format 2025-01-30 11:14:55 -05:00
Justin Bollinger 2837058fc8 utils executable by default 2024-11-13 10:07:38 -05:00
Justin BollingerandGitHub bc4c97bf60 Merge pull request #39 from df-sec/master
Update config.json.example
2024-10-10 10:36:00 -04:00
Justin Bollinger cffdeca3c8 added variable for rules back in 2024-09-28 15:39:28 -04:00
Justin BollingerandGitHub 93e27097d9 Merge pull request #50 from trustedsec/quickcrack
Quickcrack wordlist and rule directory enumeration and choice.
2024-09-28 15:30:28 -04:00
Justin BollingerandGitHub a54e38b36b removed the rule section of the config parser 2024-09-28 15:29:48 -04:00
larry.spohn 14c47be29b Added rule choice to quick_crack(). 2024-09-28 06:19:56 -04:00
larry.spohn 03c4e03e22 Modified gitignore 2024-09-08 08:45:57 -04:00
larry.spohn 9ae5320f5c Added wordlist choice to quick_crack(). 2024-09-08 08:42:59 -04:00
Spoonman1091andGitHub f4496e6c0f Update hate_crack.py
Fixed Dictionary Attack where best64.rule was renamed to best66.rule
2024-08-23 14:30:32 -04:00
Spoonman1091andGitHub f16a0bdf15 Update readme.md 2024-08-17 13:30:16 -04:00
Spoonman1091andGitHub 287ca9304a Merge pull request #48 from trustedsec/PACK_python3
Updated PACK Utilities to Python3
2024-08-07 09:10:32 -04:00
larry.spohn 8adb7c1d70 Updated statsgen.py, maskgen.py, and policygen.py to Python3
Deleted policygen.py (too much work)
2024-08-07 09:08:45 -04:00
Justin BollingerandGitHub 4a276f4dbd Update readme.md 2023-08-07 14:28:02 -04:00
Justin BollingerandGitHub 1e2cbe86a4 Update readme.md 2023-08-07 14:18:28 -04:00
Justin BollingerandGitHub 36cef54648 Merge pull request #45 from trustedsec/dev-1.9
Dev 1.9
2023-08-07 14:15:18 -04:00
rybazandGitHub ea46f765ab Swapped reference equality checks and value equality checks
Ran into an issue with the most recent branch where Python 3.8.10 was erroring out because of "is" and "is not" instead of "==" and "!=" on a couple lines. Nothing crazy, but this fixed it for me.
2022-06-24 14:31:29 -04:00
Spoonman1091andGitHub b08de8624b Merge pull request #43 from i128/patch-5
Create masks_10.hcmask
2022-01-04 14:40:45 -05:00
Spoonman1091andGitHub 977573d166 Merge pull request #42 from i128/patch-3
Create masks_9.hcmask
2022-01-04 14:39:57 -05:00
Spoonman1091andGitHub 5eb4271db0 Merge pull request #41 from i128/patch-2
Create masks_8.hcmask
2022-01-04 14:39:43 -05:00
i128andGitHub 64d07b9d2e Create masks_10.hcmask
Used for cracking randomly generated passwords of 10 characters in length
2021-12-29 09:44:44 -06:00
i128andGitHub bbc3d96796 Create masks_9.hcmask
Used for cracking randomly generated passwords of 9 characters in length
2021-12-29 09:38:50 -06:00
i128andGitHub df94347083 Create masks_8.hcmask
Used for cracking randomly generated password of 8 characters in length
2021-12-29 09:37:13 -06:00
Justin Bollinger 13f77d4832 removed an accidental extra character in the mask 2021-10-13 16:42:03 -04:00
DF 20454a0891 Update config.json.example
Removed duplicate value (",") from hcatThoroughCombinatorMasks.
2021-08-09 14:09:20 +02:00
David KennedyandGitHub 91dddc05fe Merge pull request #38 from i128/patch-1
Update wordlist_optimizer.py
2021-06-08 13:28:14 -04:00
i128andGitHub 45e6843c55 Update wordlist_optimizer.py
Updated copy command to allow correct execution outside of the /tmp/splitlen/ folder
2021-01-20 14:58:29 -06:00
Justin Bollinger 23213fd5b6 Additional check for potfile entries 2020-09-01 11:15:04 -04:00
Justin Bollinger 689337acf6 removed space between colons and password to remain consistent with previous versions.
Fixed bug that added all hashes to the output instead of just cracked hashes
2020-09-01 10:56:14 -04:00
Justin Bollinger e9e7cfcced updates to pipal to output customizable top basewords for bandrel methodology 2020-08-06 15:36:50 -04:00
Justin Bollinger 02d9edab5e updates to pipal to output customizable top basewords for bandrel methodology 2020-08-06 15:35:46 -04:00
Justin Bollinger eb14e14666 Merge branch 'bandrel_methodology' into speedup
# Conflicts:
#	hate_crack.py
2020-08-05 17:16:57 -04:00
Justin Bollinger 23ccc078cf redesigned for increased performance in large datasets 2020-08-05 11:41:47 -04:00
Justin Bollinger 7fc4defd6e additional common basewords and spelling correction 2020-08-03 17:30:02 -04:00
Justin Bollinger 0723aaf7ac Added a common baseword component 2020-07-31 12:58:07 -04:00
Justin Bollinger 6fa14b4873 Changed company name to bandrel methodology. Added a max runtime component 2020-07-31 12:30:58 -04:00
Justin Bollinger c8770515eb added ability to put multiple company names 2020-07-30 20:28:30 -04:00
Justin Bollinger 0a127ccbbc Added new attack that takes a company name from input and appends six random characters and toggles the first letter. 2020-07-30 18:24:46 -04:00
Justin BollingerandGitHub 298fae631b Merge pull request #36 from trustedsec/custom_wordlist
Added option to specify wordlist/wordlist directory for quick crack.
2020-01-30 11:11:33 -05:00
bandrel 3cda714c32 Added option to specify wordlist/wordlist directory for quick crack. 2020-01-17 12:33:37 -05:00
Justin BollingerandGitHub f6a8177127 Fixed Broken Bio links 2020-01-17 11:58:17 -05:00
Justin BollingerandGitHub 2f71b04807 Minor bug fix for Python3
Converted print statement to function for Python3 compatibility.
2020-01-17 11:56:36 -05:00
Spoonman1091andGitHub dd13c3c7dc Merge pull request #35 from discoking/master
Added pipal option to the menu
2019-09-27 11:11:49 -04:00
Jeff H 453b8c44cf Hashtype 1000 fix 2019-08-19 12:31:08 -05:00
Jeff H cb103b4e8e Hashtype 1000 fix 2019-08-19 12:08:09 -05:00
Jeff H 2d24180231 Hashtype 1000 fix 2019-08-18 22:23:29 -05:00
Jeff H 07ecd5ee68 Hashtype 1000 fix 2019-08-18 22:15:55 -05:00
Jeff H c5a17af0c5 Hashtype 1000 fix 2019-08-18 22:09:46 -05:00
Jeff H f5a4095935 Hashtype 1000 fix 2019-08-18 22:08:15 -05:00
Jeff H b1be108af3 Hashtype 1000 fix 2019-08-18 21:59:08 -05:00