Email Injection - Secure PHP
Email Injection - Secure PHP
There are a lot of ways to send anonymous emails, some use it to mass mail, some use it to spoof identity, and some (a few) use it to send email anonymously. Usually a web mailform using the mail() function generates emails containing headers with the originating IP of the server it's running on. Therefore the mailform acts as a SMTP proxy. The input fields of the form may vary, but it is common to specify a mailform that gives you control over the subject, the message, and the sender's email address.
Link http://www.securephpwiki.com/index.php/Email_Injection
Added by Dancho Danchev
Homepage http://www.securephpwiki.com/
05.09.2006
There are a lot of ways to send anonymous emails, some use it to mass mail, some use it to spoof identity, and some (a few) use it to send email anonymously. Usually a web mailform using the mail() function generates emails containing headers with the originating IP of the server it's running on. Therefore the mailform acts as a SMTP proxy. The input fields of the form may vary, but it is common to specify a mailform that gives you control over the subject, the message, and the sender's email address.
Link http://www.securephpwiki.com/index.php/Email_Injection
Added by Dancho Danchev
Homepage http://www.securephpwiki.com/
05.09.2006
0 Comments:
Post a Comment
<< Home