Shoutbox

Forum Web Crawler?? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Forum Web Crawler?? (/showthread.php?tid=54836)

Forum Web Crawler?? by DJeX on 01-11-2006 at 12:39 AM

Is it possible for a bot on the net to find your forum and signup and post useless posts while advertising poker and casino sites? I got 3 users on my forum that have signed up oct., nov., dec., (in that order of months) with all poker related signatures and same style of names and emails.


RE: Forum Web Crawler?? by Th3rmal on 01-11-2006 at 12:44 AM

that sounds weird. maybe if you pm them and if you get the same answer from all that will probably tell you that they are bots, but i have not heard of this problem before


RE: Forum Web Crawler?? by RaceProUK on 01-11-2006 at 12:55 AM

Usually, forums have anti-bot measures like the verification code you usually see when signing up. The way those images are constructed makes them very hard to read using code.


RE: Forum Web Crawler?? by -dt- on 01-11-2006 at 05:10 AM

quote:
Originally posted by raceprouk
Usually, forums have anti-bot measures like the verification code you usually see when signing up. The way those images are constructed makes them very hard to read using code.
but if they get past that by having a human enter it or something then yes its quite possible...
RE: Forum Web Crawler?? by John Anderton on 01-11-2006 at 06:35 AM

quote:
Originally posted by -dt-
quote:
Originally posted by raceprouk
Usually, forums have anti-bot measures like the verification code you usually see when signing up. The way those images are constructed makes them very hard to read using code.
but if they get past that by having a human enter it or something then yes its quite possible...
Or maybe its disabled on his forum 8-) I mean the image verification process. You better enable it in that case :P
RE: Forum Web Crawler?? by Destruction on 01-11-2006 at 11:15 AM

I think it is enabled isn't it.

I don't think it would work like that if the human entered the code and the crawler did the rest.


RE: Forum Web Crawler?? by -dt- on 01-11-2006 at 12:42 PM

quote:
Originally posted by Destruction
I don't think it would work like that if the human entered the code and the crawler did the rest.
ugh you want me to write one that does is?  its possible , inconvenient but possible.
the user would goto a page , the crawler would parse the signin page (and save the cookie or whatever keeps that session) then give the user the image , once the user enters the correct thing it sends it back to the sign up form with the cookie (or whatever keeps track of the cookie) and then it would have to parse the email that it gets. just do a simple GET request on that and bang spam time...
RE: Forum Web Crawler?? by Destruction on 01-11-2006 at 02:37 PM

quote:
ugh you want me to write one that does is?  its possible , inconvenient but possible.
the user would goto a page , the crawler would parse the signin page (and save the cookie or whatever keeps that session) then give the user the image , once the user enters the correct thing it sends it back to the sign up form with the cookie (or whatever keeps track of the cookie) and then it would have to parse the email that it gets. just do a simple GET request on that and bang spam time...

hmmm... good job i said i don't think.

Seems I have been corrected, would be interesting to see it.