Skip to content

My exploits and journey to learning buffer and stack overflows using protostar image

Notifications You must be signed in to change notification settings

golan13/protostar-exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protostar-exploits

My exploits and journey to learning buffer and stack overflows using protostar image

What is it?

Check it out on - http://exploit-exercises.lains.space/protostar/

How can you run these exploits?

copy all python code into /tmp/stack#.py

Some of the code expects an input as argument, and some expects user input.

  1. stack0: python /tmp/stack0.py | ./stack0

  2. stack1: ./stack1 'python /tmp/stack1.py'

  3. stack2: export GREENIE=python /tmp/stack2.py

  4. stack3: python /tmp/stack3.py | ./stack3

  5. stack4: python /tmp/stack4.py | ./stack4

  6. stack5: (python /tmp/stack5.py ; cat) | ./stack5

  7. stack6: (python /tmp/stack6.py ; cat) | ./stack6

  8. stack7: (python /tmp/stack7.py ; cat) | ./stack7

Dependencies

python 2.6.6 (supplied in protostar image)

About

My exploits and journey to learning buffer and stack overflows using protostar image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published