What’s a good fuzzing framework for fuzzing a local standalone GUI / network application / Browser?

I am not newbie at exploit development , but I would like to have a solid useful fuzzing framework instead of picking every fuzzing to see if it’s work.. I Have a list of fuzzing framework which I would use in certain cases.
Continue reading What’s a good fuzzing framework for fuzzing a local standalone GUI / network application / Browser?

Bufferoverflow development with EIP in control but forced to use a certain OPCODE

I’m working on an exploit for a course, where I finally have the EIP in my hands. My buffer is conveniently located at ESP and I could find a JMP ESP, which redirects the program flow to my buffer.

The only problem I have no… Continue reading Bufferoverflow development with EIP in control but forced to use a certain OPCODE