An open API service indexing awesome lists of open source software.

https://github.com/psycore8/nosoc-bof

Source and compiled bins for the buffer overflow project @ www.nosociety.de
https://github.com/psycore8/nosoc-bof

buffer-overflow-attack guide pentesting

Last synced: 4 months ago
JSON representation

Source and compiled bins for the buffer overflow project @ www.nosociety.de

Awesome Lists containing this project

README

        

# Buffer Overflows in the 64-bit-stack

![bof-64-1](https://github.com/psycore8/nosoc-bof/assets/76014584/71e0ed71-afd8-489a-bcdb-d419cbfd088f)

Source and compiled bins for the buffer overflow project @ www.nosociety.de

## Part 1

Basic overflow techniques without stack protection
* πŸ‡©πŸ‡ͺ [german](https://www.nosociety.de/it-security:blog:buffer_overflow_x64)
* πŸ‡ΊπŸ‡Έ [english](https://www.nosociety.de/en:it-security:blog:buffer_overflow_x64)

## Part 2

Overflow with activated NX bit and some ROP
* πŸ‡©πŸ‡ͺ [german](https://www.nosociety.de/it-security:blog:buffer_overflow_x64-2)
* πŸ‡ΊπŸ‡Έ [english](https://www.nosociety.de/en:it-security:blog:buffer_overflow_x64-2)


## Part 3

Overflow with activated ASLR
* πŸ‡©πŸ‡ͺ [german](https://www.nosociety.de/it-security:blog:buffer_overflow_x64-3)
* πŸ‡ΊπŸ‡Έ [english](https://www.nosociety.de/en:it-security:blog:buffer_overflow_x64-3)

#nosoc