Commit Graph

235 Commits

Author SHA1 Message Date
Justin Bollinger
873be13df6 updated hashcat path 2026-01-25 19:23:37 -05:00
Justin Bollinger
ff5aa612af actions try 2 2026-01-25 19:20:33 -05:00
Justin Bollinger
37bc5a9b15 temporary removed create option from menu 2026-01-25 19:16:58 -05:00
Justin Bollinger
3653d9c9e8 github actions 2026-01-25 19:16:17 -05:00
Justin Bollinger
9b1b4a3aac disabled create job feature until api is fixed 2026-01-25 15:13:00 -05:00
Justin Bollinger
fdc53e1b53 updated bins. replaced the mac bins with arm mac bins. if you need intel bins you'll need to compile them yourself 2026-01-25 15:09:23 -05:00
Justin Bollinger
e590f76335 Testing README 2026-01-25 15:06:08 -05:00
Justin Bollinger
0b71536a26 hashlist download fix 2026-01-21 20:42:49 -05:00
Justin Bollinger
04d578cdbe autocomplete for quickcrack/hybrid attack modes 2026-01-21 20:05:36 -05:00
Justin Bollinger
ad0013386b hashview additions 2026-01-21 15:08:42 -05:00
Justin Bollinger
1f67125b91 updated hashview pytest runners and updated config example 2026-01-21 13:25:45 -05:00
larry.spohn
821ff606b9 Fixes for LM hash cracking routine. Also, hashcat-utils defaults to {util}.bin 2025-10-08 05:56:41 -04:00
Justin Bollinger
58c7ec8a3b Merge pull request #52 from trustedsec/adduv
Added pyproject.toml
2025-01-30 12:55:25 -05:00
Justin Bollinger
0f698fc693 Added pyproject.toml 2025-01-30 12:53:37 -05:00
Spoonman1091
73bf557b52 Merge pull request #51 from trustedsec/ntlm_non_pwdump
fixed NTLM issues when not using pwdump format
2025-01-30 12:53:05 -05:00
Justin Bollinger
5b0dec347c added logic for checking for format of username:hash 2025-01-30 12:42:43 -05:00
Justin Bollinger
78cc0aa8c9 Merge pull request #44 from rybaz/master
Swapped reference equality checks and value equality checks
2025-01-30 11:48:22 -05:00
Justin Bollinger
763d55113b Merge branch 'master' into master 2025-01-30 11:48:08 -05:00
Justin Bollinger
0da5b70d0b fixed NTLM issues when not using pwdump format 2025-01-30 11:14:55 -05:00
Justin Bollinger
b484e58d3d utils executable by default 2024-11-13 10:07:38 -05:00
Justin Bollinger
9da279b5ec Merge pull request #39 from df-sec/master
Update config.json.example
2024-10-10 10:36:00 -04:00
Justin Bollinger
b000477f4c added variable for rules back in 2024-09-28 15:39:28 -04:00
Justin Bollinger
7ac7715c02 Merge pull request #50 from trustedsec/quickcrack
Quickcrack wordlist and rule directory enumeration and choice.
2024-09-28 15:30:28 -04:00
Justin Bollinger
7307bdddd6 removed the rule section of the config parser 2024-09-28 15:29:48 -04:00
larry.spohn
469f42fbd8 Added rule choice to quick_crack(). 2024-09-28 06:19:56 -04:00
larry.spohn
c2f8c3688b Modified gitignore 2024-09-08 08:45:57 -04:00
larry.spohn
c6c85a1c03 Added wordlist choice to quick_crack(). 2024-09-08 08:42:59 -04:00
Spoonman1091
1e5b5caba0 Update hate_crack.py
Fixed Dictionary Attack where best64.rule was renamed to best66.rule
2024-08-23 14:30:32 -04:00
Spoonman1091
2ef46124c7 Update readme.md 2024-08-17 13:30:16 -04:00
Spoonman1091
455ce6c144 Merge pull request #48 from trustedsec/PACK_python3
Updated PACK Utilities to Python3
2024-08-07 09:10:32 -04:00
larry.spohn
25e2ec481e 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 Bollinger
2c041086bc Update readme.md 2023-08-07 14:28:02 -04:00
Justin Bollinger
d0063957da Update readme.md 2023-08-07 14:18:28 -04:00
Justin Bollinger
94a2450ae4 Merge pull request #45 from trustedsec/dev-1.9
Dev 1.9
2023-08-07 14:15:18 -04:00
rybaz
10c100ab6d 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
Spoonman1091
b1d7e39cd1 Merge pull request #43 from i128/patch-5
Create masks_10.hcmask
2022-01-04 14:40:45 -05:00
Spoonman1091
3baaa5f6e4 Merge pull request #42 from i128/patch-3
Create masks_9.hcmask
2022-01-04 14:39:57 -05:00
Spoonman1091
e9f5066c67 Merge pull request #41 from i128/patch-2
Create masks_8.hcmask
2022-01-04 14:39:43 -05:00
i128
9bad245a0a Create masks_10.hcmask
Used for cracking randomly generated passwords of 10 characters in length
2021-12-29 09:44:44 -06:00
i128
b0adc21905 Create masks_9.hcmask
Used for cracking randomly generated passwords of 9 characters in length
2021-12-29 09:38:50 -06:00
i128
d6b4472300 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
4a270ed53e removed an accidental extra character in the mask 2021-10-13 16:42:03 -04:00
DF
c9d3b12880 Update config.json.example
Removed duplicate value (",") from hcatThoroughCombinatorMasks.
2021-08-09 14:09:20 +02:00
David Kennedy
72451c7686 Merge pull request #38 from i128/patch-1
Update wordlist_optimizer.py
2021-06-08 13:28:14 -04:00
i128
b7c9d095d9 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
4d55048dfe Additional check for potfile entries 2020-09-01 11:15:04 -04:00
Justin Bollinger
839624888f 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
8b267cf5e9 updates to pipal to output customizable top basewords for bandrel methodology 2020-08-06 15:36:50 -04:00
Justin Bollinger
a80acb98ee updates to pipal to output customizable top basewords for bandrel methodology 2020-08-06 15:35:46 -04:00
Justin Bollinger
00b068450f Merge branch 'bandrel_methodology' into speedup
# Conflicts:
#	hate_crack.py
2020-08-05 17:16:57 -04:00