Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agiraudet/rainfall
CTF-type challenge, focused on binary exploitation
https://github.com/agiraudet/rainfall
ctf ctf-writeups exploit shellcode
Last synced: 3 days 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T09:35:05.000Z (6 months ago)
- Last Synced: 2024-12-06T19:21:26.315Z (2 months 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 |