Skip to content

SaiVK/ROP-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROP Demo : Spawning a Shell


Step 1: Constructing payload

$ python shell_rop_generator.py

Step 2: Executing ROP exploit

$ (cat payload.exp ; cat) | ./lab3_rop

Step 3: For executing any other command like "/bin/date" or "/bin/ls", change the exploit script and pass input to executable in the following way

$ ./lab3_rop < payload.exp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published