Flash Gordon
11-06-2005, 06:33 PM
Two reasons you must read this:
1) secure your site
2) learn how to cc and bcc
http://securephp.damonkohler.com/index.php/Email_Injection
Enjoy!
EDIT:
Perhaps I spoke too soon. I can't get this interjection to work from the article in my flash contact form.
As specified in the [RFC 822], one must add a line feed for every header. The <LF> (line feed) char has a hexadecimal value of 0x0A.
Thus by providing the following values to the example script of this article :
- Sender :
"sender@anonymous.www%0ACc:recipient@someothersite. xxx%0ABcc:somebloke@grrrr.xxx,someotherbloke@oooop s.xxx"
- Subject :
Perhaps, it only works in html????
1) secure your site
2) learn how to cc and bcc
http://securephp.damonkohler.com/index.php/Email_Injection
Enjoy!
EDIT:
Perhaps I spoke too soon. I can't get this interjection to work from the article in my flash contact form.
As specified in the [RFC 822], one must add a line feed for every header. The <LF> (line feed) char has a hexadecimal value of 0x0A.
Thus by providing the following values to the example script of this article :
- Sender :
"sender@anonymous.www%0ACc:recipient@someothersite. xxx%0ABcc:somebloke@grrrr.xxx,someotherbloke@oooop s.xxx"
- Subject :
Perhaps, it only works in html????