This tool is a Python-based HydraCrack-Pro using Hydra with additional features like wordlist generation, customizable attacks, and more.
- Description: Generates wordlists based on the victim's name and keywords.
- Functionality:
- Allows the user to specify the victim's name and keywords.
- Generates variations of wordlists using combinations of the victim's name and keywords.
- Description: Integrates Hydra into the program to perform brute-force attacks.
- Functionality:
- Prompts the user for necessary information such as the target, protocol, usernames, and passwords.
- Constructs and executes Hydra commands with the provided parameters.
- Description: Utilizes tools like Aircrack-ng to crack Wi-Fi handshake files.
- Functionality:
- Prompts the user for the path to the handshake file and, optionally, a wordlist.
- Executes Aircrack-ng with the provided parameters to attempt to crack the Wi-Fi password.
- Description: Integrates Hashcat into the program to crack hashes.
- Functionality:
- Prompts the user for the hash type, path to the hash file, and path to the wordlist (if applicable).
- Constructs and executes Hashcat commands with the provided parameters.
- Clone this repository.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the script:
python HydraCrack-Pro.py
. - Follow the on-screen instructions to utilize the tool.
- Python 3.6 or higher
- colorama==0.4.4 (Check
requirements.txt
for more dependencies)
git clone https://github.com/demonic-cyber/HydraCrack-Pro
pip install -r requirements.txt
python HydraCrack-Pro.py
- this tool in under development
- soon new update
This project is licensed under the MIT License.