Skip to content

Latest commit

 

History

History
98 lines (62 loc) · 3.24 KB

File metadata and controls

98 lines (62 loc) · 3.24 KB

🛡️ Information Security Lab

This repository holds lab exercises for Information Security, mostly written in Python.

Hacktober Badge Star Badge Contributions Pull Requests Badge GitHub contributors

📝 About

This project is a collection of lab exercises to implement security concepts like cryptography, network tools and other basics.


🚀 Get Started

Requirements

  • Python 3.x

Setup & Run

  1. Clone the project:

    git clone https://github.com/GodOfZap/IS.git
  2. Move into the folder:

    cd IS
  3. Run a script:

    Go to the specific lab folder and run the file using the appropriate Python command (it may be python or python3):

    python script_name.py
    # OR
    python3 script_name.py

    (If a script needs extra packages, look for a requirements.txt file in that folder and install them first: pip install -r requirements.txt.)


🤝 Contribute

New contributions are welcomed. Fix a bug, add a new lab or improve the docs. Just fork the repo and submit a Pull Request.

Please see the CONTRIBUTING.md file for guidelines on setting up your development environment, submitting pull requests.


✨ Contributors

GodOfZap Lucky-Malik keikurono7 drtoxic69 HackersSpirit

📄 License

This project is under the GPL 3.0 License. See the LICENSE file for details.


📊 Stats

  • Repo Size: GitHub repo size
  • Stars: GitHub stars
  • Last Update: Last commit