Welcome to CyberKit, the all-in-one terminal toolkit designed for OSINT (Open Source Intelligence), public information gathering, and basic scanning. This tool aims to support cybersecurity education and ethical penetration testing. Whether you are a student, a professional, or just someone interested in cybersecurity, CyberKit provides essential functionalities to enhance your skills.
- OSINT Capabilities: Gather information from various public sources.
- Scanning Tools: Basic scanning tools to assess vulnerabilities.
- Privacy-Focused: Emphasizes user anonymity and privacy.
- User-Friendly CLI: Easy-to-use command-line interface.
- Educational Resource: Ideal for learning about cybersecurity and ethical hacking.
To get started with CyberKit, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/VenkateshPalagurla/CyberKit.git
-
Navigate to the Directory:
cd CyberKit -
Install Dependencies:
pip install -r requirements.txt
-
Run the Tool:
python main.py
CyberKit operates via a command-line interface. You can run various commands to perform different tasks. The interface is designed to be intuitive, allowing you to focus on gathering information without unnecessary distractions.
Here are some of the key commands you can use:
-
OSINT Commands:
whois <domain>: Get registration details for a domain.dns-lookup <domain>: Perform a DNS lookup.
-
Scanning Commands:
port-scan <ip>: Scan for open ports on a specified IP address.vuln-scan <ip>: Scan for known vulnerabilities.
-
Social Engineering:
email-check <email>: Verify if an email address is associated with any breaches.phone-lookup <number>: Gather information based on a phone number.
We welcome contributions from the community. If you want to help improve CyberKit, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
CyberKit is licensed under the MIT License. You can find the full license in the LICENSE file.
For any inquiries or issues, feel free to reach out:
- Author: Venkatesh Palagurla
- Email: [email protected]
- Twitter: @VenkateshPalagurla
You can find the latest version of CyberKit and download it from the Releases section. Download the necessary files and execute them to get started.
CyberKit aims to be a comprehensive toolkit for anyone interested in cybersecurity. By providing easy access to essential tools and resources, we hope to foster a community of learners and professionals dedicated to ethical hacking and cybersecurity practices.
Explore the capabilities of CyberKit and enhance your skills in the field of cybersecurity. For updates, check the Releases section regularly.
Thank you for using CyberKit!