Welcome to the Python Cyber Exercises repository. This collection is designed to enhance your skills in cybersecurity using Python through practical exercises.
- Overview
- Structure
- Getting Started
- Contributing
This repository contains a series of exercises focused on cybersecurity concepts implemented in Python. Each exercise aims to strengthen your understanding of cybersecurity practices and Python programming.
The repository is organized as follows:
- Levels 1-5: Exercises are named level1.py to level5.py.
- Solutions: Directory containing solutions for each exercise.
- Tests: Directory containing test cases for the exercises.
- Clone the repository:
git clone https://github.com/OfficialOrber/python_cyber_exercises.git- Navigate to the repository directory:
cd python_cyber_exercises- Start with the exercise of your choice by opening the corresponding Python file.
We welcome contributions! If you have improvements or additional exercises, please:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch- Commit your changes:
git commit -m "Description of changes"- Push to the branch:
git push origin feature-branch- Create a Pull Request.
Happy coding! If you have any questions or feedback, feel free to open an issue or contact the repository maintainers.