Drak's personal information security blog
Honza
Infosec researcher and enthusiast
Any dumps of my knowledge I would like to share can be eventually found here.
Any dumps of my knowledge I would like to share can be eventually found here.
UAF
bug inside a heap note type application. Bug was very similar to the Prison Break challenge, but without a Copy operation. Glibc present was pretty new (2.35) which means no hooks were available. I resorted to executing code by utilizing exit_funcs
overwrite.UAF
bug. I had to leak libc addresses off the heap to acquire __free_hook
address which could then be overwritten to system
.one gadget
ROP.Auth-or-out
which was all about custom heap allocator and it’s exploitation.