https://github.com/agiraudet/rainfall
CTF-type challenge, focused on binary exploitation
https://github.com/agiraudet/rainfall
ctf ctf-writeups exploit shellcode
Last synced: about 1 year ago
JSON representation
CTF-type challenge, focused on binary exploitation
- Host: GitHub
- URL: https://github.com/agiraudet/rainfall
- Owner: agiraudet
- Created: 2024-04-29T16:25:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T09:35:05.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:27:02.552Z (about 1 year ago)
- Topics: ctf, ctf-writeups, exploit, shellcode
- Language: C
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project SECURITY: Rain fall
## Summary
Project SECURITY: This project aims to further your knowledge in the world of elf-like binary exploitation
in i386 system.
Log in as user level0 on a vm booted from the ISO given with the project, and try to escalate to the next user until the end.
## Method Tracking Table
| Exercise | Method Used |
|-----------|-------------------------------|
| level0 | Hardcoded password |
| level1 | Simple buffer overflow |
| level2 | Buffer overflow |
| level3 | Printf format string exploit |
| level4 | Printf format string exploit |
| level5 | Printf format string exploit |
| level6 | Strcpy() abuse |
| level7 | Stack smashing |
| level8 | ASM comprehension |
| level9 | Shellcode injection |
| bonus0 | Shellcode injection |
| bonus1 | Buffer overflow |
| bonus2 | Shellcode injection |
| bonus3 | ASM comprehension |