Skip to content

Latest commit

 

History

History

pwn-guessthenumber

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Guessthenumber

Could you help us to guess the number?

How to run

You can find a makefile in the src folder

LD_PRELOAD="$(pwd)/libc-2.24.so" ./guessthenumber

How to solve

Full exploit script in solution/exploit.py. Writeup on the way.