--
-- mail from:GoogleGroups "web2py-developers" mailing list
make speech: web2py-d...@googlegroups.com
unsubscribe: web2py-develop...@googlegroups.com
details : http://groups.google.com/group/web2py-developers
the project: http://code.google.com/p/web2py/
official : http://www.web2py.com/
---
You received this message because you are subscribed to the Google Groups "web2py-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py-develop...@googlegroups.com.
Is it possible these are not being posted by bots?
If so, we might need another tactic, such as requiring that a new user's first post be approved by a moderator.
I don't see an approach able to tackle the issue at all,we should implement several techniques together.
Anyway, what shall we do when a bot is detected? Have we got a sort of blacklist? If so,instead of starting with an empty list, we could think to start from a public available blacklist of bot.
--
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/M2HlsCpqHbM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
I don't see an approach able to tackle the issue at all,we should implement several techniques together.
Anyway, what shall we do when a bot is detected? Have we got a sort of blacklist? If so,instead of starting with an empty list, we could think to start from a public available blacklist of bot.
almost forgot. Second step is actually to add a time verification to see if user opened the comment form at least 5 seconds before posting.
If users programming bots wants to tackle your site, they find the honeypot pretty easily and then code accordingly, so back to square
1.
Second one is js execution. This is effectively mitigating a lot (>90%) of attempts on the aforementioned site.
I don't know why you state that js verification can be passed by bots... usually they don't want to waste cpu resources loading a full js environment (spidermonkey, phantomjs) just to crack your site (that's the other <10%)
-----
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.