Skip to content

This repository contains an example of how a buffer overflow vulnerability can be exploited using Python.

Notifications You must be signed in to change notification settings

mkutyla/buffer-overflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buffer-Overflow

This repository contains an example of how a buffer overflow vulnerability can be exploited using Python. The goal of this challenge is to get access to the flag that is being read from 'flag.txt' by causing a buffer overflow.

'exploit.py' is the code of the exploit.

'task1' is the code that is being exploited with exploit.py.

'task1.c' is the source code of 'task1'.

'flag.txt' contains the flag.

About

This repository contains an example of how a buffer overflow vulnerability can be exploited using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published