1
Scripting Languages / Re: [Python] stackflow.py - Universal stack-based buffer overfow exploitation tool
« on: February 10, 2014, 06:07:35 PM »Thanks pivot3r, I hope you enjoy using it.
I have in fact already removed the bad characters from all payloads created by msfvenom, take a look at line 75 to see it.
Ahh yep, there it is. Somehow I missed that last night. :p
Quote
In terms of the fuzzing, It takes no time at all, just as long as it takes for pattern_create.rb to create the pattern of whatever size you specified. It is more like a fuzzing sniper, you tell it at which point (sequence of commands) to send the buffer, and it sends it. It's very quick.Okay, so you'd have already found the initial crash, and this would be to find the offset?