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
- Host: GitHub
- URL: https://github.com/psycore8/nosoc-bof
- Owner: psycore8
- Created: 2024-03-21T21:10:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T19:18:05.000Z (about 1 year ago)
- Last Synced: 2025-01-16T04:17:03.219Z (5 months ago)
- Topics: buffer-overflow-attack, guide, pentesting
- Language: Python
- Homepage: https://www.nosociety.de
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buffer Overflows in the 64-bit-stack

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 3Overflow 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