|
|
#1 (permalink) | |
|
バタフライ
Joined in May 2003
Lives in Orlando
|
An informing and fun read about phpsuexec
http://corz.org/devblog/2006-Q1/phpsuexec
I recommend everyone to read this, it's very good! Big ups to Cor. Quote:
__________________
|
|
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Super #1
Joined in Aug 2004
Hosted on SH58
1,683 posts
Gave thanks: 6
Thanked 5 times
|
That email part is complete rubbish. One line of headers will change where the email comes from. Hell, you could make it come from billgates@microsoft.com; it's not some big secret.
__________________
- Evan Charlton | [site] | Server - SH58 |
|
|
|
|
|
#3 (permalink) | |
|
All Ur Base R Belong 2 Us
Excelling Contributor
Joined in Feb 2005
Lives in Vegas & New York
|
No it's not kickers. That's only what the recipient of the e-mail would see, and even they still get the original sender in the full headers.
Exim stats will tell you who the relayer is, which in the case of mod_php, is always "nobody@{server_name}". With phpsuexec, the relayer will be "{account_name}@{server_name}" Here's an example of finding out the real sender: Here's the headers from a Surmunity E-mail. I removed most of it that wasn't important to the point. Quote:
Even though it says From hello@surmunity.com, it's still sent by nobody@mirror.dizinc.com
__________________
Nobody doing nothing |
|
|
|
|
|
|
#4 (permalink) | |
|
バタフライ
Joined in May 2003
Lives in Orlando
|
Quote:
__________________
|
|
|
|
|
|
|
#5 (permalink) |
|
Senior Member
Super #1
Joined in Nov 2003
Lives in New Hampshire
|
phpsuexec also allows php to run under YOUR username (that is, the username that you login to FTP with). This means, if your php script happens to create any files, or- upload any files, say pictures, or text files, you don't have to make them world writable, and thus makes it more secure. I have a flat file website, which means if I want it dynamic, I need every bit of my site world writable. every so often, someone on the server would have a big gaping security hole, and it would be taken advantage of. The result? all my world writable files get this nice little porn link in them. Grand!
IT'S THE END OF nobody/99 and the beginning of revolution!
__________________
The Coding Blog - Follow along as we discover and discuss everything it takes to code an entire website, start to finish! [Latest Entry: 4/4/08 - Starting a Website] |
|
|
|