|
User #16822 1467 posts
Whirlpool Enthusiast
|
Howdy, |
posted 2005-Sep-11, 8am AEST
|
|
User #4483 2240 posts
Whirlpool Forums Addict
|
use a robots.txt file to tell the bots not to follow any links to that page... |
posted 2005-Sep-11, 9am AEST
|
|
User #61336 1476 posts
Whirlpool Enthusiast
|
Jacob Williams writes... use a robots.txt file to tell the bots not to follow any links to that page... |
posted 2005-Sep-11, 10am AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
Hmmm |
posted 2005-Sep-11, 3pm AEST
|
|
User #65264 2586 posts
Whirlpool Forums Addict
|
Add one of those image things with the code |
posted 2005-Sep-11, 4pm AEST
|
|
User #52909 102 posts
Forum Regular
|
b__ writes... Add one of those image things with the code |
posted 2005-Sep-11, 5pm AEST
|
|
User #32320 1777 posts
Whirlpool Enthusiast
|
Jacob Williams writes... and then cross your fingers that the bot in question is a nice bot and follows instructions found in robot files. :) |
posted 2005-Sep-11, 7pm AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
b__ writes... document.write the submit button |
posted 2005-Sep-11, 11pm AEST
|
|
User #20550 6547 posts
Carouser
|
Does anybody know exactly what is doing this (i.e. What is the robot that is causing this, and what is the purpose of submitting random e-mail addresses made up using the domain of the target server?). |
posted 2005-Sep-11, 11pm AEST
edited 2005-Sep-11, 11pm AEST
|
|
User #30813 3255 posts
Whirlpool Forums Addict
|
Yep thats right. Normally what they do is read the name of the form fields and then generate a POST request straight to the server. |
posted 2005-Sep-11, 11pm AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
I think in my case, it is completely ignoring the html form and just accessing the php form processing page. |
posted 2005-Sep-12, 12am AEST
|
|
User #43521 1589 posts
Whirlpool Enthusiast
|
Sounds like someone attempting an email injection attack. Yet another example why all input variables should be sanitised ... php email injection |
posted 2005-Sep-12, 1am AEST
|
|
User #35391 219 posts
Forum Regular
|
AWOL writes... anyone got any idea how I can stop this? |
posted 2005-Sep-12, 1am AEST
|
|
User #21090 1639 posts
Whirlpool Enthusiast
|
Heh I've been getting the same thing (well attempts at it appearing in the referer logs). :) Best just to use image verification I'd say, these bots just post data directly to your script, and yeah doubtful that they are going to take any notice of robots.txt given their nature. ;) |
posted 2005-Sep-12, 1am AEST
|
|
User #25865 1482 posts
Whirlpool Enthusiast
|
I notice there's two hidden fields containing email addresses on the contact form (search the HTML source for 'recipient'). Removing them and leaving it in the code on the server would help (if you have access to the scripts, or could code your own). |
posted 2005-Sep-12, 1am AEST
|
|
User #4832 2944 posts
Whirlpool Forums Addict
|
document.write the action URI. Try mangling it like the mailto links on whirlpool. |
posted 2005-Sep-12, 7am AEST
|
|
User #16822 1467 posts
Whirlpool Enthusiast
|
Thanks for all the relplies. I will take action and see what happens. |
posted 2005-Sep-12, 8am AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
Nope, the only way is to have a captcha system. |
posted 2005-Sep-12, 9am AEST
|
|
User #3956 512 posts
Whirlpool Enthusiast
|
speedmeup writes... document.write the action URI. Try mangling it like the mailto links on whirlpool. manian writes... Firstly, I'd change the name of your form script. "formmail.php" is a bit obvious, and quite commonly scanned for by spammers. For the most part, people simply use the default settings on these form scripts, and are therefore open to such abuse. |
posted 2005-Sep-12, 9am AEST
edited 2005-Sep-12, 9am AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
Well, Im logging IP addresses now, so I'll see which ones they come from and the set the script to open loads of windows and direct that user to a porn site |
posted 2005-Sep-12, 11am AEST
|
|
User #43521 1589 posts
Whirlpool Enthusiast
|
-roger- writes... direct that user to a porn site |
posted 2005-Sep-12, 12pm AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
it will be a gender specific porn site... (can't use the g word here it seems) |
posted 2005-Sep-12, 12pm AEST
|
|
User #16822 1467 posts
Whirlpool Enthusiast
|
This may help from forum-replies.cfm?t=396942 Stars in the sky writes... The PHP package to get is VeriWord www.phpclasses.org/browse/package/1768.html |
posted 2005-Sep-12, 1pm AEST
|
|
User #21090 1639 posts
Whirlpool Enthusiast
|
-roger- writes... Well, Im logging IP addresses now, so I'll see which ones they come from and the set the script to open loads of windows and direct that user to a porn site |
posted 2005-Sep-12, 1pm AEST
|
|
User #30813 3255 posts
Whirlpool Forums Addict
|
-roger- writes... Well, Im logging IP addresses now, so I'll see which ones they come from and the set the script to open loads of windows and direct that user to a porn site |
posted 2005-Sep-12, 2pm AEST
edited 2005-Sep-12, 2pm AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
Well, I got the kid doing it to me. he's in germany. His ISP already know about him. |
posted 2005-Sep-13, 1am AEST
|
|
User #16822 1467 posts
Whirlpool Enthusiast
|
Ok here are the steps that I have taken and for now the mail has stopped. |
posted 2005-Sep-13, 6pm AEST
edited 2005-Sep-14, 6am AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
Yeh, I just made mine check for a human, and if it didn't find one, it doesn't email, but sends the bot into a loop, which it might find interesting.. |
posted 2005-Sep-14, 1am AEST
|
|
User #94205 10 posts
Forum Regular
|
I didn't think robots could access forms ... especially submitting them |
posted 2005-Sep-14, 9am AEST
|
|
User #84749 1261 posts
Whirlpool Enthusiast
|
posted 2005-Sep-14, 10am AEST
|
|