by Diffie Shellman | Jan 25, 2023 | Exploit Development
First we can use mona.py to identify gadgets and compute potential rop chains ..<snip>.. Check mona’s output directory for following files Opening rop_chains.txt will provide an extensive list of rop chains that could potentially be used to bypass DEP. In this...
by Diffie Shellman | Jan 25, 2023 | Exploit Development
Upon opening the provided exploit file, fuzzing.asx in Notepad++ it’s clear there is some sort of file formatting taking place. Opening up the same file using Wordpad reveals that this is merely a text file and the payload is simply a large string passed in as an HTTP...