"Stealing" PHP Files
Hey
I am not sure if this is the right place to put the thread but if its wrong, move it please ;)
Well, my question:
Is it possible to "steal" php files from a website?
i want this file: http://rs-beta.info/email.php
if you just view source you just get some htlm..
Hope you can help :)
Ok, nice explanation on server side there :) I'll give you an example.
Logins are used in PHP only 80% of the time. People take pride in writing a long effective PHP script. If you could "steal" scripts, people would lose money, and logins everywhere would be useless.
If you were to gain access to admin section (cPanel etc.) or somehow something as rare as poison NULLs and sometimes errors spitting out file info, possibly you would receive the script, but it's unlikely. Near impossible.
There are existing (though very heavily rare) exploits available but to my knowledge, viewing the PHP source is an administrative task.
I didn't explain technical, but practical. Hope it helps (you already had the technical ;) )