Skip to content

CyberSecurity Mini Application that would help to enhance security models.

Notifications You must be signed in to change notification settings

BubunOMG/CyberSecurity-Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberSecurity-Mini-Projects

Introduction

This repository contains various mini-projects related to cybersecurity. Each project focuses on a different aspect of cybersecurity, providing practical tools and implementations to enhance understanding and application of security principles.

Projects

  1. Cryptography Cipher: Tools for encryption and decryption using various ciphers.
  2. Password Generator: A tool to generate strong, random passwords.
  3. Password Manager: An application to securely store and manage passwords.
  4. Port Scanner: A script to scan for open ports on a network.
  5. WhoIsLookUp: A utility to perform WHOIS lookups for domain information.

Installation

To get started with these projects, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/CyberSecurity-Mini-Projects.git
  2. Navigate to the project directory:
    cd CyberSecurity-Mini-Projects
  3. Install the necessary dependencies (if any). Refer to the requirements.txt file in each project directory.

Usage

Here are some basic commands to get you started with each project:

  1. Cryptography Cipher:

    cd "Cryptography Cipher"
    python cipher_tool.py
  2. Password Generator:

    cd "Password Generator"
    python password_generator.py
  3. Password Manager:

    cd "Password Manager"
    python password_manager.py
  4. Port Scanner:

    cd "Port Scanner"
    python port_scanner.py
  5. WhoIsLookUp:

    cd "WhoIsLookUp"
    python whois_lookup.py

Refer to the individual project documentation for detailed usage instructions.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the project's coding guidelines and include relevant tests.

  1. Fork the repository
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Create a new Pull Request

About

CyberSecurity Mini Application that would help to enhance security models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages