A modern web application for generating HashCat commands with an intuitive user interface. This tool helps security professionals and penetration testers generate proper HashCat commands without memorizing all the options and switches.
https://acorzo1983.github.io/HashCatCG/
- Automatically detects hash types based on pattern and length
- Supports multiple hash formats including:
- MD Family (MD4, MD5, MD6)
- SHA Family (SHA1, SHA2, SHA3)
- RIPEMD Family
- Unix Crypt Formats
- Common Web Formats
- Modern Formats
- Memory-Hard Functions
- Brute Force Attack settings
- Configurable minimum and maximum length
- Predefined character sets (numeric, lowercase, uppercase, special, hex)
- Custom character set support
- Advanced options:
- Optimized kernel support
- Markov threshold configuration
- Dark/Light theme support
- Responsive design
- Copy-to-clipboard functionality
- Real-time command generation
- Tooltips for better understanding of options
-
Input Hash
- Paste your hash in the input field
- The tool will automatically detect possible hash types
-
Configure Attack
- Select character set or define custom characters
- Set minimum and maximum length
- Configure advanced options if needed
-
Generate Command
- Click "Generate Command" to create the HashCat command
- Use "Copy Command" to copy to clipboard
- Enables HashCat's optimized kernels
- Can improve performance but may increase initialization time
- Use
--optimized-kernel-enable
flag
- Configure Markov chain threshold
- Higher values = more combinations
- Set to 0 to disable Markov chains
- Uses
--markov-threshold
flag
- This tool only generates commands and does not perform actual hash cracking
- Always verify the generated command before use
- Some options might need adjustment based on your specific use case
- Ensure proper hash format for accurate type detection
This is a command generator only and does not perform any actual password cracking. Always ensure you have proper authorization before attempting to crack password hashes.
Made with ❤️ by Albert C (2024)