The Advanced Cybersecurity Toolkit is a powerful command-line tool designed for penetration testers and cybersecurity professionals. It includes features for wordlist generation, brute force attacks using Hydra, WiFi handshake cracking, and various advanced functionalities like reverse shell payload generation, IP tracing, and more.
- Wordlist Generation: Create custom wordlists for password cracking.
- Hydra Attack: Perform brute force attacks using Hydra with single or multiple usernames.
- WiFi Handshake Cracking: Crack WiFi handshakes using
aircrack-ng
. - Advanced Mode: Includes additional tools such as reverse shell payload generator, IP tracer, Ducky Script encoder, and more.
- WiFi Mode: Scan and list available WiFi networks with details.
- System Information: Display system information of the target.
- Hydra
- aircrack-ng
- ipinfo
- pywifi
Clone the repository and navigate to the project directory:
git clone https://github.com/yourusername/advanced-cybersecurity-toolkit.git
cd advanced-cybersecurity-toolkit
Install the required packages:
python install_packages.py
Run the main script to start the toolkit:
python main.py
Create a custom wordlist based on provided keywords, date ranges, and patterns.
Brute force attacks using Hydra with options for single or multiple usernames and various protocols.
Crack WiFi handshakes using aircrack-ng
and a wordlist.
Additional tools including:
- Reverse Shell Payload Generator
- IP Tracer
- Ducky Script Encoder
- PS1 Payload Generator
- WiFi Mode
- System Information
To access advanced features, select the "Advanced Mode" option from the main menu. This includes reverse shell payload generation, IP tracing, WiFi mode, and more.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.