Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisatodorova/software-vulnerabilities
My assignments on GDB and Computer Architecture; Buffer Overflow; Stack Overflow and ROP gadgets; ASLR; Heap Overflow; Type Confusion; Injection Attack; Fuzzing.
https://github.com/alisatodorova/software-vulnerabilities
aslr buffer-overflow cybersecurity exploitation fuzzing gdb heap-overflow injection-attack mitigation rop-gadgets software-vulnerabilities stack-overflow type-confusion
Last synced: about 1 month ago
JSON representation
My assignments on GDB and Computer Architecture; Buffer Overflow; Stack Overflow and ROP gadgets; ASLR; Heap Overflow; Type Confusion; Injection Attack; Fuzzing.
- Host: GitHub
- URL: https://github.com/alisatodorova/software-vulnerabilities
- Owner: alisatodorova
- Created: 2024-08-08T12:33:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T15:30:48.000Z (5 months ago)
- Last Synced: 2024-08-10T16:37:12.924Z (5 months ago)
- Topics: aslr, buffer-overflow, cybersecurity, exploitation, fuzzing, gdb, heap-overflow, injection-attack, mitigation, rop-gadgets, software-vulnerabilities, stack-overflow, type-confusion
- Language: Python
- Homepage:
- Size: 62.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software Vulnerabilities: Exploitation and Mitigation
Each folder contains: a pdf with the lab's tasks, my report with solutions, my implementations, and most of the files for the virtual machine used in this lab. Note: For Lab 6 - Heap Overflow, Lab 7 - Type Confusion, Lab 8 - Injection Attack, and Lab 9 - Fuzzing, you can find and download the files for the virtual machines here: https://surfdrive.surf.nl/files/index.php/s/Htm441jYExpdt2m
Labs on:
- GDB and Computer Architecture;
- Buffer Overflow;
- Stack Overflow and ROP gadgets;
- ASLR;
- Heap Overflow;
- Type Confusion;
- Injection Attack;
- Fuzzing.