Link to this headingExploitation

Auto-generated index for this directory.

Link to this headingRecent Changes

  • Ret2Libc.md
    Modified: 2026-05-02
    When the stack is not executable running executable code can be done though the shared libraries. https://shellblade.net/files/docs/ret2libc.pdfโ€ฆ

  • Cookie.md
    Modified: 2026-05-02
    This is a random value on the stack that is used to check to see if the stack has been overwritten. - Is on by default in compilationโ€ฆ

  • Return2.md
    Modified: 2026-05-02
    Inject data into the data section of the mapped executable then jump to it. Copy from stack to any -wx address spaceโ€ฆ

  • Stack.md
    Modified: 2026-05-02
    Default stack for sample program:โ€ฆ

  • UEFI.md
    Modified: 2026-05-02
    bios-pw.org bios password reset BlackLotusโ€ฆ

  • Virtual Addresses.md
    Modified: 2026-05-02
    In windows this address translation is done by the MMU (Memory Management Unit) 48bit addressing: 0x00007FFFFFFFFFFF - 0xFFFF800000000000 invalid memoโ€ฆ

  • ASLR.md
    Modified: 2026-05-02
    Makes it harder for an attacker to guess the address of the executable, stack, and loaded libs. This can be bypassed if there is an Info Leak that disโ€ฆ

  • Memory Corruption.md
    Modified: 2026-05-02
    Dynamically linked executables are linked against the ld-linux.so shared library. This Library is executed before your program to setup all of the lโ€ฆ

  • 64bit.md
    Modified: 2026-05-02

    • Passes Parameters through Registers (rdi, rsi, rdx, rcx, then stack) Kernel is shared between all processesโ€ฆ
  • Reverse_Shells.md
    Modified: 2026-05-02
    Reverse Shell Generator One of the simplest forms of reverse shell is an xterm session. The following command should be run on the server. It will tโ€ฆ

Link to this headingDirectory Structure

# ๐Ÿ“ Exploitation ## ๐Ÿ“ Fuzzing ### ๐Ÿ“„ [libfuzzer.md](Fuzzing/libfuzzer.html) ### ๐Ÿ“„ [AFL.md](Fuzzing/AFL.html) ### ๐Ÿ“„ [honggfuzz.md](Fuzzing/honggfuzz.html) ## ๐Ÿ“ CPU Attacks ### ๐Ÿ“„ [Cross Talk.md](CPU%20Attacks/Cross%20Talk.html) ### ๐Ÿ“„ [Spectre.md](CPU%20Attacks/Spectre.html) ### ๐Ÿ“„ [CPU Cache.md](CPU%20Attacks/CPU%20Cache.html) ## ๐Ÿ“ Memory ### ๐Ÿ“„ [Virtual Addresses.md](Memory/Virtual%20Addresses.html) ### ๐Ÿ“„ [ASLR.md](Memory/ASLR.html) ### ๐Ÿ“„ [32bit.md](Memory/32bit.html) ### ๐Ÿ“„ [Memory Corruption.md](Memory/Memory%20Corruption.html) ### ๐Ÿ“„ [64bit.md](Memory/64bit.html) ## ๐Ÿ“ CVEs ### ๐Ÿ“„ [CVE-2022-21894.md](CVEs/CVE-2022-21894.html) ### ๐Ÿ“„ [CVE-2022-34918.md](CVEs/CVE-2022-34918.html) ### ๐Ÿ“„ [CVE-2021โ€“34527 (PrintNightmare).md](CVEs/CVE-2021โ€“34527%20(PrintNightmare).html) ### ๐Ÿ“„ [CVE-2020-1350 SIGRed.md](CVEs/CVE-2020-1350%20SIGRed.html) ### ๐Ÿ“„ [CVE-2024-20017.md](CVEs/CVE-2024-20017.html) ### ๐Ÿ“„ [CVE-2019-5736.md](CVEs/CVE-2019-5736.html) ### ๐Ÿ“„ [CVE-2021-38001.md](CVEs/CVE-2021-38001.html) ### ๐Ÿ“„ [CVE-2021-22555.md](CVEs/CVE-2021-22555.html) ## ๐Ÿ“ Stack ### ๐Ÿ“„ [Ret2Libc.md](Stack/Ret2Libc.html) ### ๐Ÿ“„ [Cookie.md](Stack/Cookie.html) ### ๐Ÿ“„ [Return2.md](Stack/Return2.html) ### ๐Ÿ“„ [BufferOverflows.md](Stack/BufferOverflows.html) ### ๐Ÿ“„ [Stack.md](Stack/Stack.html) ## ๐Ÿ“ Heap ### ๐Ÿ“„ [Jemalloc.md](Heap/Jemalloc.html) ### ๐Ÿ“„ [Heap Exploitation.md](Heap/Heap%20Exploitation.html) ### ๐Ÿ“„ [Magazine Malloc.md](Heap/Magazine%20Malloc.html) ### ๐Ÿ“„ [Use After Free.md](Heap/Use%20After%20Free.html) ### ๐Ÿ“„ [Tcmalloc.md](Heap/Tcmalloc.html) ### ๐Ÿ“„ [Ptmalloc.md](Heap/Ptmalloc.html) ### ๐Ÿ“„ [CTmalloc.md](Heap/CTmalloc.html) ### ๐Ÿ“„ [dlmalloc.md](Heap/dlmalloc.html) ### ๐Ÿ“„ [Double Free.md](Heap/Double%20Free.html) ### ๐Ÿ“„ [Heap Grooming.md](Heap/Heap%20Grooming.html) ## ๐Ÿ“ Development ### ๐Ÿ“ Game Hacking ### ๐Ÿ“„ [Windows.md](Development/Windows.html) ### ๐Ÿ“„ [Windows Process Injection.md](Development/Windows%20Process%20Injection.html) ### ๐Ÿ“„ [Malware.md](Development/Malware.html) ### ๐Ÿ“„ [Creating Exploits.md](Development/Creating%20Exploits.html) ### ๐Ÿ“„ [Integer Overflows.md](Development/Integer%20Overflows.html) ### ๐Ÿ“„ [Return Address Spoofing.md](Development/Return%20Address%20Spoofing.html) ## ๐Ÿ“„ [Javascript_Exploits.md](Javascript_Exploits.html) ## ๐Ÿ“„ [Malware.md](Malware.html) ## ๐Ÿ“„ [Fuzzing.md](Fuzzing.html) ## ๐Ÿ“„ [LLDB.md](LLDB.html) ## ๐Ÿ“„ [Reverse_Shells.md](Reverse_Shells.html) ## ๐Ÿ“„ [Consoles.md](Consoles.html) ## ๐Ÿ“„ [Smart Contract Hacks.md](Smart%20Contract%20Hacks.html) ## ๐Ÿ“„ [Cars.md](Cars.html) ## ๐Ÿ“„ [ARM.md](ARM.html) ## ๐Ÿ“„ [UEFI.md](UEFI.html) ## ๐Ÿ“„ [Routers.md](Routers.html) ## ๐Ÿ“„ [Rootkits.md](Rootkits.html) ## ๐Ÿ“„ [Exploits.md](Exploits.html) ## ๐Ÿ“„ [GDB.md](GDB.html)