how to exploit vulnerability of 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
9:01 UTC
Read the original article
Hit count: 315
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