Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obviouslynotraffa/cybersecurity
Challenges and exams' solution from the Cybersecurity course
https://github.com/obviouslynotraffa/cybersecurity
cybersecurity ida pwning python reverse-engineering rop
Last synced: 14 days ago
JSON representation
Challenges and exams' solution from the Cybersecurity course
- Host: GitHub
- URL: https://github.com/obviouslynotraffa/cybersecurity
- Owner: obviouslynotraffa
- Created: 2023-10-06T10:28:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T21:33:58.000Z (5 months ago)
- Last Synced: 2024-07-26T22:59:07.988Z (5 months ago)
- Topics: cybersecurity, ida, pwning, python, reverse-engineering, rop
- Language: C
- Homepage:
- Size: 36.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- 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` held in 2023 @ 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.### 📚 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### ✨ Contributions
Any contributions to improve existing solutions or add solutions not yet provided are really appreciated.