Conversation
Implement House of Eggs leveraging UAF write primitive for RCE.
|
A few comments:
|
|
Thanks for the really fast response, I appreciate it. I'll focus on the FSOP since I've seen you did something similar in the House of Orange code, so I'm just wondering which FSOP techniques you prefer to use and which ones you avoid... |
|
The house-of-orange technique is there because that was the only FSOP technique back then, so we kept it for historical reasons. After that, FSOP exploded and it became hard to track the combinations of heap techniques and FSOP techniques, so we want to avoid it in this repo. |
|
Thanks! really appreciate your work guys. |
I've made a new repo: https://github.com/oliness/fsop2shell That can become a repository of FSOP techniques. @4f3rg4n do you want to put House of Eggs code there, we can fill out the repo for different libc's, architectures, etc. |
Implement House of Eggs, a newer heap technique that leverages a UAF write primitive for RCE.