how to exploit vulnerability in php

Posted by Dr Deo on Stack Overflow See other posts from Stack Overflow or by Dr Deo
Published on 2010-03-21T08:25:28Z Indexed on 2010/03/21 8:31 UTC
Read the original article Hit count: 509

Filed under:
|
|
|
|

i have never seen a buffer overflow exploit in live action. supporse I have found a server that seems to have vulnerabilities. Where can i get proof of the concept code preferably in c/c++ to exploit the vulnerability? eg i found this vulnerability

Multiple directory traversal vulnerabilities in 
    functions such as 'posix_access()', 'chdir()', 'ftok()'
    may allow a remote attacker to bypass 'safe_mode' 
    restrictions. (CVE-2008-2665 and CVE-2008-2666).  

How can i get proof of concept code for educational purposes

PS I am a student and my only desire is to learn

© Stack Overflow or respective owner

Related posts about hacking

Related posts about c