utoni / bufflow

A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of security related code examples.

This project includes a buffer overflow and exploit set.

It does also provide some example shellcodes and a set of different crypter.

The crypter designed to work with shellcode are located in the crypter subdir.
Additional crypter based on function/exec level can be found in the rootdir.

Some exploits require a disabled randomized virtual address space (kernel.randomize_va_space) and exec-shield (kernel.exec-shield).
Both can be disabled with the script ./disable_prot.sh

About

A collection of code examples e.g. a buffer overflow + exploit, crypter, shellcodes and more.


Languages

Language:C 67.9%Language:Assembly 19.1%Language:Makefile 6.8%Language:Python 5.3%Language:Shell 0.8%Language:GDB 0.1%