K.A.L.I. (Kali's Assistant for Learning and Investigations) is an interactive Python-based assistant designed to help users with security and penetration testing inquiries on Kali Linux. It provides information about various security tools available in Kali Linux and offers guidance on their usage.
K.A.L.I. is a command-line-based assistant that interacts with users to provide information about security tools available in Kali Linux. Users can learn about the tools, their descriptions, usage examples, and additional options.
- Interactive command-line interface
- Get information about various security tools in Kali Linux
- Learn about tool descriptions, usage examples, and additional options
- List all available security tools
-
Ensure you have Python 3.x installed on your system.
-
Clone the K.A.L.I. repository to your local machine:
git clone https://github.com/CybernetiX-S3C/K.A.L.I.git
-
Navigate to the project directory:
cd K.A.L.I
-
Run K.A.L.I.:
python kali_assistant.py
- Launch the K.A.L.I. assistant by running
python kali_assistant.py
. - Follow the instructions to interact with K.A.L.I.
- Enter the name of the tool you want to learn about or type
list
to see all available tools. - Type
exit
to quit the assistant.
K.A.L.I. provides information about the following security tools available in Kali Linux:
- nmap
- gobuster
- hydra
- nikto
- sqlmap
- metasploit
- burpsuite
- dirb
- enum4linux
- john
- aircrack-ng
- wireshark
- hashcat
- wpscan
- maltego
- seclists
- snort
- hping3
- golismero
- recon-ng
- netcat
- zenmap
- bettercap
- mitmproxy
- unicornscan
- hyena
- cherrytree
- setoolkit
- routersploit
- beef-xss
Contributions to K.A.L.I. are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature/your-feature-name
. - Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or feedback, you can reach out to the project maintainer:
- GitHub: CybernetiX S3C
- Website: CybernetiX S3C