Commit Graph
54 Commits
Author SHA1 Message Date
Justin BollingerandGitHub 748bf72e35 Merge pull request #132 from trustedsec/feat/ui-polish
feat(llm): cracked-password mode, target research, and LLM attack UI polish
2026-07-24 19:03:20 -04:00
Justin BollingerandGitHub fe578777b1 Merge pull request #129 from trustedsec/feature/llm-atomic-agents
feat(llm): refactor LLM attack onto Atomic Agents, add wordlist mode (2.12.0)
2026-07-24 19:01:44 -04:00
Justin BollingerandGitHub a99b36369a Merge pull request #125 from trustedsec/dependabot/uv/click-gte-8.4.2
chore(deps): update click requirement from >=8.0.0 to >=8.4.2
2026-07-24 16:51:02 -04:00
Justin BollingerandGitHub 9674f991b3 Merge pull request #124 from trustedsec/dependabot/uv/requests-gte-2.34.2
chore(deps): update requests requirement from >=2.31.0 to >=2.34.2
2026-07-24 16:50:47 -04:00
Justin BollingerandGitHub 8906636ec4 Merge pull request #123 from trustedsec/dependabot/uv/packaging-gte-26.2
chore(deps): update packaging requirement from >=21.0 to >=26.2
2026-07-24 16:50:31 -04:00
Justin BollingerandGitHub 6a7a2a5f47 Merge pull request #122 from trustedsec/dependabot/uv/pytest-cov-7.1.0
chore(deps-dev): bump pytest-cov from 7.0.0 to 7.1.0
2026-07-24 16:50:15 -04:00
Justin BollingerandGitHub cf6c9c2f8b Merge pull request #121 from trustedsec/dependabot/github_actions/softprops/action-gh-release-3.0.2
chore(ci): bump softprops/action-gh-release from 2.6.2 to 3.0.2
2026-07-24 16:49:55 -04:00
Justin BollingerandGitHub ca1eea6d5e Merge pull request #120 from trustedsec/fix/ci-hardening
fix(ci): add test CI, repair auto-tag releases, harden action pins (2.11.4)
2026-07-24 16:47:01 -04:00
Justin BollingerandGitHub a0dc56ce08 Merge pull request #117 from trustedsec/fix/cleanup-rules-mode
fix(rules): pass required mode arg to cleanup-rules.bin (2.11.3)
2026-07-24 11:29:20 -04:00
Justin BollingerandGitHub 0a6dfd26fc Merge pull request #116 from trustedsec/feature/shard-multi-part
feat(wordlist): shard into all N parts in one run with numbered filenames
2026-07-23 13:15:38 -04:00
Justin BollingerandGitHub dcf377c3d4 Merge pull request #112 from trustedsec/fix/pipal-hex-newline
fix(pipal): preserve newline on $HEX[...] cracked rows
2026-05-28 12:10:06 -04:00
Justin BollingerandGitHub 4f1321cbe4 Merge pull request #109 from trustedsec/feat/pushover-notifications
feat: add Pushover notifications for hashcat jobs
2026-04-22 20:42:45 -04:00
Justin BollingerandGitHub 33e12eebc4 Merge pull request #105 from trustedsec/fix/output-path-symlinks
Fix output file path and remove symlink creation
2026-04-08 13:11:49 -04:00
Justin BollingerandGitHub 0265ba1031 Merge pull request #103 from trustedsec/feat/release-v2.4.0
feat: release v2.4.0 - wordlist filtering, parallel rule downloads, dynamic optimized kernels
2026-03-20 09:05:14 -04:00
Justin BollingerandGitHub 7b3293aee5 Merge pull request #102 from trustedsec/bug/analyze-rules-tab-complete
fix: use tab-completion file selector for analyze hashcat rules
2026-03-19 16:23:21 -04:00
Justin BollingerandGitHub 917a1b5977 Merge pull request #95 from trustedsec/feat/rule-tools
feat: add rule file management submenu (#93)
2026-03-19 16:04:12 -04:00
Justin BollingerandGitHub 961da2d350 Merge pull request #99 from trustedsec/feat/wordlist-tools
feat: add wordlist tools submenu (len, req-include, req-exclude, cutb, rli, rli2, splitlen, gate)
2026-03-19 16:00:40 -04:00
Justin BollingerandGitHub de65388d62 Merge pull request #101 from trustedsec/feat/combipow-attack
feat: Passphrase combination attack (issue #88)
2026-03-19 15:50:58 -04:00
Justin BollingerandGitHub a59309c29d Merge pull request #96 from trustedsec/feat/random-rules-attack
feat: add random rules attack (#87)
2026-03-19 15:42:47 -04:00
Justin BollingerandGitHub 243013dcdf Merge pull request #100 from trustedsec/feat/permute-attack
feat: add permutation attack (key 19)
2026-03-19 15:34:09 -04:00
Justin BollingerandGitHub ee1b861f4a Merge pull request #98 from trustedsec/feat/combinator3-combinatorX
feat: add combinator3 and combinatorX attacks (#84, #85)
2026-03-19 14:48:27 -04:00
Justin BollingerandGitHub e735c7887e Merge pull request #83 from trustedsec/feat/omen-rules-and-cwd-fix
feat: add rule support to OMEN attack and fix relative path resolution
2026-03-18 18:18:23 -04:00
Justin BollingerandGitHub 21c72818e3 Merge pull request #79 from trustedsec/dev/fresh-install-fixes
Fresh install fixes, Lima VM E2E tests, princeprocessor submodule
2026-02-20 18:39:22 -05:00
Justin BollingerandGitHub 17f80dc29e Merge pull request #78 from trustedsec/dev/align-global-standards
Align CI and tooling with global development standards
2026-02-19 12:44:36 -05:00
Justin BollingerandGitHub 0a80ac6d22 Merge pull request #77 from trustedsec/bug/debug-flag-show-http-requests
fix: set HF_HUB_DISABLE_TELEMETRY before HuggingFace imports
2026-02-18 15:36:24 -05:00
Justin BollingerandGitHub 78d3cc7f44 Merge pull request #76 from trustedsec/feat/passgpt-attack
feat: add PassGPT attack, version bump workflow, and editable install
2026-02-18 15:00:16 -05:00
Justin BollingerandGitHub 9a969813cb Merge pull request #75 from trustedsec/feat/omen-attack
feat: add OMEN attack as menu option 16
2026-02-17 15:38:35 -05:00
Justin BollingerandGitHub 939995ce63 Merge pull request #74 from trustedsec/feat/netntlm-computer-filter
feat: NetNTLM computer account filtering
2026-02-17 13:24:02 -05:00
Justin BollingerandGitHub 91a7cf5310 Merge pull request #73 from trustedsec/feat/ntlm-preprocessing
Add NTLM computer account filtering and NetNTLM dedup
2026-02-17 13:00:33 -05:00
Justin BollingerandGitHub 3ce39f1b3b Merge pull request #71 from trustedsec/fix/70-hashview-download-path
Fix Hashview wordlist download saving to cwd instead of configured directory
2026-02-17 11:20:21 -05:00
Justin BollingerandGitHub bebf008a40 Merge pull request #69 from trustedsec/ollama
Add LLM Attack via Ollama integration
2026-02-13 22:31:09 -05:00
Justin BollingerandGitHub ed93cd7345 Merge pull request #30 from trustedsec/wordlist_optimizer
Added file handling logic to create new folders if needed
2019-01-17 09:22:43 -05:00
Justin BollingerandGitHub a9d6502c97 Merge pull request #22 from trustedsec/rules
corrected rule choice logic to allow for a 0.
2018-10-26 11:01:07 -04:00
Justin BollingerandGitHub 0d17e30768 Merge pull request #21 from trustedsec/rules
rules
2018-10-26 10:21:11 -04:00
Justin BollingerandGitHub 4b14250014 Merge pull request #18 from trustedsec/v1.05
V1.05
2018-05-09 13:23:27 -04:00
Justin BollingerandGitHub 3b6614bdf4 Delete config.json 2018-05-09 13:17:56 -04:00
Justin BollingerandGitHub 7ebe0e0165 Update readme.md 2018-05-08 14:47:58 -04:00
Justin BollingerandGitHub e60253b855 Merge pull request #16 from trustedsec/updated_discoking_pr
Updated discoking pr
2018-05-08 11:08:35 -04:00
Justin BollingerandGitHub 2d170d37ed Merge branch 'master' into updated_discoking_pr 2018-05-08 11:07:18 -04:00
Justin BollingerandGitHub 8e5f4c759c Merge pull request #15 from trustedsec/session_fix
Miscellaneous fixes
2018-05-08 09:31:55 -04:00
Justin BollingerandGitHub fbb51f5f94 Merge pull request #11 from trustedsec/sessions
Sessions
2018-05-07 10:14:19 -04:00
Justin BollingerandGitHub 4f2007304a Merge branch 'master' into sessions 2018-05-07 10:13:58 -04:00
Justin BollingerandGitHub 198da164c2 minor correction to fix Dictionary attack 2018-05-04 16:56:03 -04:00
Justin BollingerandGitHub 2d2b7bd449 Merge pull request #9 from trustedsec/bug_fixes
Bug fixes for "Dictionary Attack" and "Extra - Good Measure" functions.
2018-04-04 17:57:55 +02:00
Justin BollingerandGitHub 2798d3833f Merge pull request #7 from trustedsec/string_formating
String formating
2018-02-06 13:16:21 -05:00
Justin BollingerandGitHub a90a94cf24 Merge pull request #5 from cclauss/patch-1
Reformat levenshtein_print() to avoid Syntax Error
2018-02-06 09:38:22 -05:00
Justin BollingerandGitHub 6146ef5ef7 Update readme.md 2018-01-26 18:47:13 -05:00
Justin BollingerandGitHub ac73f38eb0 Merge pull request #1 from trustedsec/dev
updates for json
2018-01-26 18:44:25 -05:00
Justin BollingerandGitHub 14b6d732d8 Merge branch 'master' into dev 2018-01-26 18:44:06 -05:00
Justin BollingerandGitHub c557880a49 Update readme.md 2018-01-26 13:29:16 -05:00
Justin BollingerandGitHub 09cd172922 Update readme.md 2018-01-26 13:26:27 -05:00
Justin BollingerandGitHub 38dce20d3b Update readme.md 2018-01-26 13:25:46 -05:00
Justin BollingerandGitHub 811283a59e Update readme.md 2018-01-26 13:16:45 -05:00
Justin BollingerandGitHub c68d8dbc98 Delete README.md 2018-01-26 12:52:06 -05:00