Skip to content

CoreHub-lol/EasyKaliLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

CoreHub.lol Logo

Easy Kali Linux

A user-friendly terminal-based tool for penetration testing

License Badge Python Version Badge Platform Badge Version Badge

Overview

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.

Easy Kali Linux Screenshot

Blog

on https://www.corehub.lol/blog/introducing-easykali you will find a detailed blog

Features

Hydra Brute Force Tool

A fast network login cracker for testing password security.

Nmap Network Scanning

Powerful network discovery and security auditing tool.

John the Ripper

Advanced tool for cracking password hashes.

SQLmap SQL Injection

Automated tool for SQL injection vulnerability testing.

Netcat

Versatile networking utility for reading/writing network data.

Nikto Web Scanner

Web server scanner that detects security vulnerabilities.

Aircrack-ng

Suite of tools for WiFi network security assessment.

Wireshark

Network protocol analyzer for troubleshooting and analysis.

Installation

Requirements:

  • Python 3.8 or later
  • Kali Linux or a compatible environment with the tools installed

Quick Start

  1. Clone this repository:
git clone https://github.com/corehub/easykalilinux.git
cd easykalilinux
markdown project="Easy Kali Linux" file="README.md"
  1. Install required Python packages:
pip install colorama
pip install termcolor
pip install requests
pip install pyfiglet
pip install tqdm

Usage

  1. Ensure you have root privileges: The tool requires sudo to run certain tools. When you run the tool, you will be asked to enter your sudo password.
  2. Run the tool:
python3 main.py
  1. Choose an option: You will be presented with a menu where you can choose from various tools.

Contribution

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.

Steps to contribute:

  1. Fork the repo.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-name).
  5. Create a new pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

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.

About

Easy Kali Linux console

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages