dguerri / ethl

Ethical hacking Lab - random stuff about BOs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This is a collection of simple programs and exploits to demostrate some stack-based buffer overflow techniques.

Note that if you haven't attended the Ethical Hacking Lab classes, this stuff probably won't make much sense :-)

How to use it?

Clone the repo

git clone https://github.com/dguerri/ethl.git

Cd into it

cd ethl

Make!

make install

The makefile requires the user to be in the sudoers because some executables will need to have the setuid bit set.

After building the binaries, you can try the exploits in the exploits directory.

About

Ethical hacking Lab - random stuff about BOs


Languages

Language:Python 60.9%Language:C 24.5%Language:Makefile 14.6%