This repository holds lab exercises for Information Security, mostly written in Python.
This project is a collection of lab exercises to implement security concepts like cryptography, network tools and other basics.
- Python 3.x
-
Clone the project:
git clone https://github.com/GodOfZap/IS.git
-
Move into the folder:
cd IS -
Run a script:
Go to the specific lab folder and run the file using the appropriate Python command (it may be
pythonorpython3):python script_name.py # OR python3 script_name.py(If a script needs extra packages, look for a
requirements.txtfile in that folder and install them first:pip install -r requirements.txt.)
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.
This project is under the GPL 3.0 License. See the LICENSE file for details.