Last active
December 25, 2023 19:44
-
-
Save cyberheartmi9/0288e5e32f588c8cfe23ea17cde07aba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pwning | |
| https://pwn.college/ | |
| https://www.ret2rop.com/ | |
| https://akshitsinghal6399.medium.com/rop-chain-exploit-with-example-7e444939a2ec | |
| https://ironhackers.es/en/tutoriales/pwn-rop-bypass-nx-aslr-pie-y-canary/ | |
| https://guyinatuxedo.github.io/ | |
| https://github.com/0xmanjoos/Exploit-Development | |
| https://doar-e.github.io/archives.html | |
| https://exploitreversing.com/2023/04/11/exploiting-reversing-er-series/ | |
| https://crackmes.one/ | |
| https://xz.aliyun.com/t/12645 | |
| https://chrismeistre.github.io/How-to-pass-your-OSED-exam/ | |
| # Heap Overflow | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-part-1-515b3621e0e8 | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-part-2-d1f325b74286 | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-overflows-part-3-d3d1aa042d1e | |
| The toddler’s introduction to Heap exploitation, Use After Free & Double free (Part 4) | |
| https://infosecwriteups.com/use-after-free-13544be5a921 | |
| The toddler’s introduction to Heap Exploitation, FastBin Dup to Stack (Part 4.1) | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-fastbin-dup-to-stack-part-4-1-425592a2870b | |
| The toddler’s introduction to Heap Exploitation, FastBin Dup Consolidate (Part 4.2) | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-fastbin-dup-consolidate-part-4-2-ce6d68136aa8 | |
| The toddler’s introduction to Heap Exploitation, Unsafe Unlink(Part 4.3) | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-unsafe-unlink-part-4-3-75e00e1b0c68 | |
| The toddler’s introduction to Heap Exploitation, House of Spirit(Part 4.4) | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-house-of-spirit-part-4-4-252cd8928f84 | |
| The toddler’s introduction to Heap Exploitation, House of Lore(Part 4.5) | |
| https://infosecwriteups.com/the-toddlers-introduction-to-heap-exploitation-house-of-lore-part-4-5-1b5865297057 | |
| House of Huck Experience | |
| https://xz.aliyun.com/t/12304 | |
| House of orange | |
| https://xz.aliyun.com/t/12389 | |
| Tcache attack | |
| https://xz.aliyun.com/t/12554 | |
| understand tcache cache poisoning | |
| https://xz.aliyun.com/t/12600 | |
| House of Botcake | |
| https://xz.aliyun.com/t/12653 | |
| House Of Storm | |
| https://xz.aliyun.com/t/12673 | |
| House of blindless | |
| https://xz.aliyun.com/t/12851 | |
| House of orange and its IO combo attack learning exploit | |
| https://xz.aliyun.com/t/12902 | |
| House of apple2 | |
| https://xz.aliyun.com/t/13092 | |
| PWN - House of einherjar (unlink) x off by one (null) | |
| https://xz.aliyun.com/t/13165 | |
| House of einherjar (unlink) x off by one (null) | |
| https://xz.aliyun.com/t/13165 | |
| Advanced ROP SROP utilization | |
| https://xz.aliyun.com/t/13198 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment