I built a web site for a customer which has a Mail from form script the last couple days she has been getting email delivered to her address from strange email addresses but with her email extension @hername
the contents of the email contain
This is a multi-part message in MIME format.
--===============2102142431==
Content-Type: text/plain; charset=\"us-ascii\"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
dkettge
--===============2102142431==--
Just want to make sure people aren't using her form to send email to other computers
I am not entirely sure whats going on if its an exploit in the PHP code or server or if its just my imagination
Any ideas and do I need to be worried if you know what this is all about I would appreciate hearing from you
Cheers
PHP Web Email Form hacks
- bad_brain
- Site Owner
- Posts: 11638
- Joined: 06 Apr 2005, 16:00
- 19
- Location: In your eye floaters.
- Contact:
Hm, the MIME-type just tells the computer what kind of file (email,exe,jpg,etc...) it is, so the machine knows how to handle it. If it´s a PHP-form you usually don´t need a email-client to send a mail, so the mail gets sent from your own MX-server to yourself. Could you post the form source code? I´m not a PHP expert, but maybe there´s an error in the settings... Oh,and checked the email-headers? They will give you a hint what happened...
- ramnarayan
- forum buddy
- Posts: 13
- Joined: 01 Sep 2005, 16:00
- 19