intere/hacking

repository·master·Indexed 19 days ago

https://github.com/intere/hacking

Source code and exploits derived from the book 'Hacking: The Art of Exploitation'. Requires an Ubuntu-based Live Linux Distro and GCC version 3.3.6 to ensure exploits function correctly and avoid modern buffer overflow detection.

Tokens
145
Snippets
0
Records
1
Agent score
17%

What's inside intere-hacking

  1. Environment requirements for running exploits

    master

    The source code in this repository is designed to run on an Ubuntu-based Live Linux Distro. To ensure the exploits function as intended, you should use an environment with GCC version 3.3.6.

    Warning on GCC versions: Using modern compilers like GCC 4+ may prevent the exploits from working. Modern GCC versions include buffer overflow detection (stack-smashing protection) that will cause a segmentation fault instead of allowing the buffer to overflow. For reliable testing of the exploits, use the provided VM or an environment with the specified legacy GCC version.