updated documentation

This commit is contained in:
Justin Bollinger
2026-02-06 19:51:48 -05:00
parent 210a4006f5
commit 1fab01d444
2 changed files with 12 additions and 2 deletions

View File

@@ -521,6 +521,7 @@ Tests automatically run on GitHub Actions for every push and pull request (Ubunt
(11) Middle Combinator Attack
(12) Thorough Combinator Attack
(13) Bandrel Methodology
(14) Loopback Attack
(93) Download Wordlists
(94) Hashview Integration
@@ -636,6 +637,15 @@ https://jeffh.net/2018/04/26/combinator_methods/
and adding up to six additional characters at the end. Each word is limited to a total of five minutes.
- Built in additional common words including seasons, months has been included as a customizable config.json entry
- The default five minute time limit is customizable via the config.json
#### Loopback Attack
https://hashcat.net/wiki/doku.php?id=loopback_attack
Uses hashcat's loopback mode to feed cracked passwords from the current session back into the attack pipeline with rules applied. This generates new password candidates based on variations of already-cracked passwords, which is particularly effective for finding related passwords that follow similar patterns.
* Prompts for rule selection to apply to the loopback candidates
* Uses an empty wordlist with the --loopback flag to process previously cracked passwords
* Automatically downloads Hashmob rules if no rules are available locally
-------------------------------------------------------------------
### Version History

View File

@@ -103,8 +103,8 @@ When `HASHMOB_TEST_REAL` is enabled, tests will still skip if Hashmob returns er
## Test Results
56 tests passing (as of current version)
⚡ Tests run in ~1 second on a typical dev machine
94 tests passing (as of current version, 15 typically skipped)
⚡ Tests run in ~50 seconds on a typical dev machine
### Test Coverage