Releases: sensepost/hash-cracker
Releases · sensepost/hash-cracker
Release v3.4
No More tmp_ and More Flexibility
- Moved from
tmp_
files to proper temporary file handling - Handling of
CTRL+C
- will remove temporary file(s) - Renamed processors to match with menu option number
- Added
cracklib.txt
- Added new
parameters.sh
checking script that handles parameters given by the user - Added option to disable
--loopback
(default: Enabled)
Release v3.3.1
- Changes to
digitremover.sh
- thanks @singe
Release v3.3
- Added
digitremover.sh
Release v3.2
- Added Polish wordlist
- Added missing
--hwmon-disable
flag tomarkov-generator.sh
- Replaced OneRuleToRuleThemAll with OneRuleToRuleThemStill
- Split
requirements.sh
into two filesmandatory
andoptional
- Added Custom Word List Generator - CeWL
Release v3.1
- Optimized kernels are used by default but can be disabled with the
-n
or--no-limit
flag - Help menu implemented
- Moved search functionality
- Added Markov-chain password generator based on bujimuji/markov-passwords
- Added Dutch OpenTaal wordlist
- Issue fix with pack-mask.sh
Release v3.0 🚀
Besides some small changes you can now chose if you want to run things with a single or multiple word lists. As you can imagine, this will take much longer, but it is worth it.
Release v2.9.4
- Fixed issue with splitting usernames from source file
- Added Russian wordlist
Release v2.9.3
Dump Optimization
- Moved from showing cracked hashes with hashcat for use as input to directly taking the potfile
- Performance gain +/- 15%
Release v2.9.2
- Added two Afrikaans word lists
- Extended public email providers list based on:
Release v2.9.1
- Moved from
cut
toawk
since previously it was not compatible with multiple outputs