Update 20231116 - exploitation

This commit is contained in:
0xor0ne
2023-11-16 09:33:40 +01:00
parent 2bbe93b15c
commit dbc2a6806b

View File

@@ -38,6 +38,7 @@
binary exploitation series)
* [how2heap][25]: epository for learning various heap exploitation techniques.
* Writeups:
* ["Analysis of Malloc Protections on Singly Linked Lists"][162]
* ["Behind the Shield: Unmasking Scudo's Defenses"][31]
* ["Bypassing GLIBC 2.32s Safe-Linking Without Leaks into Code Execution: The House of Rust"][60]
* ["CUCTF 2020 Dr. Xorisaurus Heap Writeup (glibc 2.32 UAF)"][152]
@@ -63,7 +64,11 @@ binary exploitation series)
* ["Heap overflow using Malloc Maleficarum"][72]
* ["Heap overflow using unlink"][71]
* ["House of Corrosion"][24]
* ["House of Husk - In Depth Explanation"][163]
* ["House of Mind - Fastbin Variant Revived"][161]
* ["House of IO - Heap Reuse"][160]
* ["House of Io Remastered"][69]
* ["House of Muney - Leakless Heap Exploitation Technique"][159]
* ["Off-By-One Vulnerability (Heap Based)"][73]
* ["Overview of Malloc"][40] (glibc documentation)
* ["Safe-Linking Eliminatig a 20 Year-Old malloc() Exploit Primitive"][75]
@@ -159,6 +164,8 @@ security and exploitation.
* [CS6265: Information Security Lab][21]: Reversing, debugging, exploitation
tutorials.
* [pwning slides][158]: collection of slides and material on exploitation (not
mainatined)
* Writeups:
* ["BleedingTooth: Linux Bluetooth Zero-Click Remote Code Execution"][28]
* ["Rope2 HackTheBox Writeup (Chromium V8, FSOP + glibc heap, Linux Kernel heap pwnable)"][150]
@@ -394,3 +401,9 @@ challenges.
[155]: https://blog.theori.io/linux-kernel-exploit-cve-2022-32250-with-mqueue-a8468f32aab5
[156]: https://github.com/crash-utility/crash
[157]: https://github.com/bata24/gef
[158]: https://github.com/bash-c/slides/tree/master
[159]: https://maxwelldulin.com/BlogPost/House-of-Muney-Heap-Exploitation
[160]: https://maxwelldulin.com/BlogPost/House-of-IO-Heap-Reuse
[161]: https://maxwelldulin.com/BlogPost/House-of-Mind-Fastbin-Variant-Revived
[162]: https://maxwelldulin.com/BlogPost/Analysis-Malloc-Protections-on-Singly-Linked-Lists
[163]: https://maxwelldulin.com/BlogPost/House-of-Husk-In-Depth-Explanation