ROP: ROPME

Marco Ramilli
Date
30 August 2011
Read
Share

The finding of gadgets has been from years one of the big issue in writing ROP exploits. Most of the security community knew that it could be automatized, but only few of them started projects on gadget automation. On of the most relevant contribute to "ROP community" has been made by vnSecurity thanks to the ROPME tool. In the paper presented at Black Hat 2010 they show how it could be extended the old advanced return-to-libc techniques to multistage techniques that can bypass NX, ASLR and ASCII-Armor mapping and make ROP/return-to-libc exploitation on modern Linux x86 become easy. In addition, by reusing not only codes but also data from the binary itself, they can build any chained ret2libc calls or ROP calls to bypass ASLR protection.


As you see from the picture, ROPME is organized as a python shell (something like the Metasploit shell) which few but relevant commands: "generate", "load", "search" and "shell". A particular important feature is the "Search" for ROP. "Search pop ?" will search for ROPped pop instructions in the loaded binary. That's great since you don't need anymore to search gadgets manually, by using OllyDB or IDA Pro, but, from now, it's an automatic process which will make easy and fast the way to build ROP Exploits.

If you want to download the ROPME's code you might find it here. If you are interested on the slides are downloadable here, if you are interested on know more about ROPME, take a look to the original paper from here.
Enjoy ROPping !
Marco Ramilli
Date
30 August 2011
Read
Share
← Go back
Latest Posts

i-SOON Data Leak: Key Points

Introduction i-SOON (上海安洵), a prominent contractor for various Chinese government agencies such […]

Date
26.02.2024
Duration
5 min
Text
Marco Ramilli

X Gold Badges: a new proliferating market

When I saw a threat actor hijacking the X account of Google's […]

Date
08.01.2024
Duration
5 min
Text
Marco Ramilli

Technical Data Sheet: LOCKBIT 3.0

LOCKBIT 3.0 is a notorious Ransomware Group that was first identified on […]

Date
20.12.2023
Duration
5 min
Text
Marco Ramilli
1 2 3 236
Back to Top
magnifier