Without DEP (OptIn) movie link is incorret. it should changed follow link. http://www.corelan.be:8800/wp-content/movies/corelanc0d3r_rop_tut_sploit_no_dep.mp4
can anybody tell me how to check new vul for office tools (ie. ppt,doc,xls,xlsx,pptx,docx) and make exploit for it. and win 7 or vista shell code
I appreciate the DEP and SEH section! The technique pop / pop / pop esp / ret saved me lots of debugging time on my sploit. I was going for the standard SEH pop / pop / ret and stopped cold by DEP for a while until I finally got my pivot. Additionally, I was in the middle of making a matrix of the DEP defeating methods for various OS’s until I stumbled upon this article during research. Really nice piece of work because there are lots of vectors and DEP gets complicated. Again, another time saver. Folks can read this tut all they want, but they will never learn it until spending hours and hours in the debugger. To fail is to learn.
Hi! I was following tutorial 10 with ImmDbg v1.82, pvefindaddr v2.0.13. It seems that imm.searchCommands(“ret”) returned a null list on my setup. Is anyone else facing the same problem?
can you post your question in the forum ? (I will also need more info about the application … output of !pvefindaddr modules might be helpful) tx
Hi Peter, Thanks for the writeup! Under scenario 2 of the egghunter section, you mentioned to ‘Take out the “jmp edi” instruction, and replace it with “push edi”, “ret” (x57 xc3)’. I believe this should be “mov esp, edi / retn” instead.