https://github.com/rpfontana/Cybersecurity
Challenges and exams' solution from the Cybersecurity course
https://github.com/rpfontana/Cybersecurity
cybersecurity ida pwning python reverse-engineering rop
Last synced: 5 months ago
JSON representation
Challenges and exams' solution from the Cybersecurity course
- Host: GitHub
- URL: https://github.com/rpfontana/Cybersecurity
- Owner: rpfontana
- Created: 2023-10-06T10:28:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T21:41:42.000Z (about 1 year ago)
- Last Synced: 2025-07-10T09:01:12.669Z (9 months ago)
- Topics: cybersecurity, ida, pwning, python, reverse-engineering, rop
- Language: C
- Homepage:
- Size: 38.3 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cybersecurity
Exercises & exams of the BSc course of `Cybersecurity: Principles and Practices` @ UNIPD.
### 💻 Exercise format
Each challenge is in `CTF` (capture the flag) format, in which you will have to solve the exercises using tools and knowledge given in the lesson, or found online. Only when the exercise is solved, you'll be able to obtain the flag.
### ✨ Contributions
I am no longer following the course, so some challenges might be missing.
Feel free to open pull requests to add challenges and solutions, helping to keep the repository updated for those who will use it in the future.
### 📚 Topics
The course covers various topics:
- **Cryptography** :
- Encoding
- Crypto Tools
- User Authentication
- **Web Security** :
- Ingredients of web
- Language Vulnerabilities
- Injection Attacks
- **Reverse Engineering** :
- Patching
- Debug
- **Pwning** :
- Shellcode
- PLT & GOT
- ROP