Skip to content

hashCrack-v1.1

Compare
Choose a tag to compare
@ente0 ente0 released this 13 Nov 17:38
· 181 commits to main since this release

Overview

Version 1.1 of hashCrack brings important bug fixes and feature enhancements to improve the user experience and increase the reliability of cracking operations. In this release, we've addressed an issue with Hashcat errors and added a new option to manage the potfile, ensuring smoother operation for users.

Key Features in v1.1

  • Bug Fix for Hashcat Errors: The issue causing Hashcat to throw errors during certain cracking operations has been resolved. This fix ensures more stable performance during password cracking tasks.
  • New Option to Clear Potfile: A new option has been added to allow users to delete the existing potfile. If a potfile exists, it could previously lead to Hashcat errors. With this update, users can clear the potfile to avoid potential issues, ensuring the cracking session starts fresh.
  • Support for Multiple Attack Modes:
      - Wordlist
      - Rule-based
      - Brute-force
      - Hybrid attacks (Wordlist + Mask, Mask + Wordlist)
  • Session Management: Continue your cracking sessions by pausing and resuming, preserving session state and results.
  • Advanced Logging and Monitoring: Log files are generated for each session, allowing users to track progress and results, and resume interrupted sessions.
  • Interactive Menu: Easy-to-use interface for configuring cracking parameters with simplicity and flexibility.

Main Modules

  1. rule.py: Handles rule-based attacks by combining a wordlist with rules for more complex password attempts.
  2. check_dependencies.py: Ensures all required dependencies are installed and functioning properly.

Additional Notes

  • File Compatibility: Ensure that wordlists, rules, and masks are placed in the wordlists, rules, and masks folders for compatibility with hashCrack.
  • Resource Recommendations: For additional wordlists, check repositories like SecLists and other curated sources.

Known Issues

  • While this release has been tested on both Linux and Windows, some environments may still experience compatibility issues with specific packages.
  • WPA2 cracking still requires third-party tools (e.g., aircrack-ng, hcxtools, hcxdumptool), which are not bundled with hashCrack.

Support

To report bugs, issues, or feature requests, please open a new issue on GitHub Issues.

For further questions or assistance, contact us via email.

Full Changelog: https://github.com/ente0/hashCrack/commits/v1.1