Skip to content
forked from GodOfZap/IS

Collection of security concepts in python.

License

Notifications You must be signed in to change notification settings

ak4shravikumar/IS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ 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

About

Collection of security concepts in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%