Support Forums

Full Version: Any ebooks for Web Python like making BOF etc?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I have learned quite alot (the basics) of python and would like some ebook or something on the web side of python. I would like to know about making Buffer OverFlow exploits and other methods of exploiting with python. I would be very grateful if someone could post these. Big Grin
yea id read gray hat python ^^
When it comes to "writing Buffer Overflow exploits", it's not so much the language you choose to write the exploit in, but moreso your understanding of the computer and how the exploit works. You could know everything about python there is, but without knowing how the stack works you're not going to exploit a stack overflow Smile.