Linux kernel side notes
2022-07-18
Here are just some side notes about linux kernel internals I put here to avoid to have to learn same things again and again. Every notes target linux kernel 5.18.12. There will be a lot of code for which I do not comment the whole part.
1166 words
|
6 minutes
[HackTheBox Cyber Apocalypse 2022 - pwn] Once and for all
Once for all is a heap challenge I did during the HackTheBox Cyber Apocalypse event. This is a classic unsorted bin attack plus a FSOP on stdin. Find the tasks and the final exploit here and here.
3261 words
|
16 minutes
[pwnable - pwn] Bookwriter
2022-04-19
Write-up about a heap exploitation challenge
2745 words
|
14 minutes
[DCTF 2022 - pwn] phonebook
phonebook is a basic heap challenge I did during the dctf event. It’s basically just a heap overflow wich allows us to overflow a function pointer with for example the address of system.
673 words
|
3 minutes
[Breizh CTF 2022 - pwn] Faible Ty Reseau
Faible Ty Réseau is a basic heap-like challenge, it allows us to create a configuration, edit it, call a function pointer on it and finally to free it:
515 words
|
3 minutes
[TRACS 2021 - RE] Coffre
Basically, we have to crack open an electronic safe. It’s locked with an electromagnet and requires a pin to open, moreover it prints an id right before asking for the pin. We previously were given a link to the download page one of the safe’s software update (http://safe-locks.tracs.viarezo.fr/download).
1173 words
|
6 minutes
[Hack.lu 2021 - pwn] Cloudinspect
CloundInpect was a hypervisor exploitation challenge I did for the Hack.lu event
3122 words
|
16 minutes
[ASIS CTF QUALS 2021 - pwn] abbr & justpwnit
Hello folks ! Here is a write up for the two first pwn challenges of the ASIS CTF. You can find the related files here.
2581 words
|
13 minutes