Skip to content

CyberKit is a terminal-based toolkit for OSINT and cybersecurity scanning, designed for ethical research. Explore its features to gather public information and enhance your skills in a responsible way. 🛠️💻

License

Notifications You must be signed in to change notification settings

VenkateshPalagurla/CyberKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberKit: Your All-in-One Terminal Toolkit for Cybersecurity

CyberKit License Python

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.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Commands
  5. Contributing
  6. License
  7. Contact
  8. Releases

Features

  • 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.

Installation

To get started with CyberKit, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/VenkateshPalagurla/CyberKit.git
  2. Navigate to the Directory:

    cd CyberKit
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Run the Tool:

    python main.py

Usage

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.

Commands

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.

Contributing

We welcome contributions from the community. If you want to help improve CyberKit, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a Pull Request.

License

CyberKit is licensed under the MIT License. You can find the full license in the LICENSE file.

Contact

For any inquiries or issues, feel free to reach out:

Releases

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.

Cybersecurity


Conclusion

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!

About

CyberKit is a terminal-based toolkit for OSINT and cybersecurity scanning, designed for ethical research. Explore its features to gather public information and enhance your skills in a responsible way. 🛠️💻

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages