Easy Kali Linux is a user-friendly terminal-based tool designed to simplify the use of popular penetration testing tools available in Kali Linux. With an easy-to-navigate interface and a set of pre-configured commands, this tool allows both beginners and experienced users to quickly run security audits on networks and websites.
The main goal of this project is to provide simplified access to powerful security tools such as Hydra, Nmap, SQLmap, Aircrack-ng, and more.
on https://www.corehub.lol/blog/introducing-easykali you will find a detailed blog
|
A fast network login cracker for testing password security. |
Powerful network discovery and security auditing tool. |
|
Advanced tool for cracking password hashes. |
Automated tool for SQL injection vulnerability testing. |
|
Versatile networking utility for reading/writing network data. |
Web server scanner that detects security vulnerabilities. |
|
Suite of tools for WiFi network security assessment. |
Network protocol analyzer for troubleshooting and analysis. |
- Python 3.8 or later
- Kali Linux or a compatible environment with the tools installed
- Clone this repository:
git clone https://github.com/corehub/easykalilinux.git
cd easykalilinux
markdown project="Easy Kali Linux" file="README.md"- Install required Python packages:
pip install colorama
pip install termcolor
pip install requests
pip install pyfiglet
pip install tqdm
- Ensure you have root privileges: The tool requires
sudoto run certain tools. When you run the tool, you will be asked to enter your sudo password. - Run the tool:
python3 main.py
- Choose an option: You will be presented with a menu where you can choose from various tools.
If you'd like to contribute, please fork the repository and submit a pull request. Ensure that your contributions follow the existing code style and are properly tested.
- Fork the repo.
- Create a new branch (
git checkout -b feature-name). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature-name). - Create a new pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is intended for educational and ethical penetration testing purposes only. The use of this tool for unauthorized access to systems is illegal. Always have explicit permission before testing any network or website.

