XenorInspire / Exploit-BufferOverflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploit-BufferOverflow

These scripts are used for educationnal purposes only.


Installation

  1. First disable ASLR : sudo echo 0 > /proc/sys/kernel/randomize_va_space

  2. In a directory of your choice copy the repo :
    git clone https://github.com/XenorInspire/Exploit-BufferOverflow

  3. Move in the directory :
    cd Exploit-BufferOverflow/

  4. Execute the script.
    formatString.sh use exploit002 binary.
    exploitBof.sh use tobof binary.

About


Languages

Language:Shell 100.0%