![]() bd7lx 56.126% disconnected | 登录后回复主题 | 跳到回复(17)
|
1 - 2007-7-5 15:59
bd7lx 楼主 深圳问题和答案
1, 'What is two plus two?', '4'
为什么不是four?
2, 'What is the number before twelve?', '11'
3, 'Five times two is what?', '10'
4, 'Insert the next number in this sequence: 10, 11, 12, 13, 14, ??', '15'
5, 'What is five times five?', '25'
6, 'Ten divided by two is what?', '5'
7, 'What day comes after Monday?', 'tuesday'
8, 'What is the last month of the year?', 'december'
9, 'How many minutes are in an hour?', '60'
10, 'Spell the word 'dog' backwards.', 'god'
11, 'What is the opposite of down?', 'up'
12, 'What is the opposite of north?', 'south'
13, 'What is the opposite of bad?', 'good'
14, 'Complete the following: 'Jack and Jill went up the ???', 'hill'
15, 'What is 4 times four?', '16'
16, 'What number comes after 20?', '21'
17, 'What month comes before July?', 'june'
18, 'What is fifteen divided by three?', '5'
19, 'Who was the first president of the United States (last name only) ?', 'washington'
20, 'What is 14 minus 4?', '10'
21, 'What comes next? 'Monday Tuesday Wednesday ?????'', 'thursday'
***********************************
缺点显而易见
--题库太小,被攻击的可能性大
--答案可能多元化,4 和four 之类的,系统只能接受4
1, 'What is two plus two?', '4'
为什么不是four?
2, 'What is the number before twelve?', '11'
3, 'Five times two is what?', '10'
4, 'Insert the next number in this sequence: 10, 11, 12, 13, 14, ??', '15'
5, 'What is five times five?', '25'
6, 'Ten divided by two is what?', '5'
7, 'What day comes after Monday?', 'tuesday'
8, 'What is the last month of the year?', 'december'
9, 'How many minutes are in an hour?', '60'
10, 'Spell the word 'dog' backwards.', 'god'
11, 'What is the opposite of down?', 'up'
12, 'What is the opposite of north?', 'south'
13, 'What is the opposite of bad?', 'good'
14, 'Complete the following: 'Jack and Jill went up the ???', 'hill'
15, 'What is 4 times four?', '16'
16, 'What number comes after 20?', '21'
17, 'What month comes before July?', 'june'
18, 'What is fifteen divided by three?', '5'
19, 'Who was the first president of the United States (last name only) ?', 'washington'
20, 'What is 14 minus 4?', '10'
21, 'What comes next? 'Monday Tuesday Wednesday ?????'', 'thursday'
***********************************
缺点显而易见
--题库太小,被攻击的可能性大
--答案可能多元化,4 和four 之类的,系统只能接受4
2 - 2007-7-9 9:54
bd7lx 楼主 深圳http://www.plentyofcode.com/2007/07/prevent-robots-from-submitting-data.html
各种语言的Captcha实现,阻止垃圾机器提交

ASP.NET
http://www.15seconds.com/issue/040202.htm
http://www.codeproject.com/aspnet/CaptchaControl.asp
http://www.codeproject.com/aspnet/CaptchaImage.asp
http://www.codeproject.com/aspnet/CaptchaNET_2.asp
http://www.codeproject.com/aspnet/CaptchaLIKE.asp
Java
http://simplecaptcha.sourceforge.net/
http://jcaptcha.sourceforge.net/
http://www.ansir.ca/newsletters/volume5.jsp
PHP
http://www.white-hat-web-design.co.uk/articles/php-captcha.php
http://www.puremango.co.uk/cm_php_captcha_script_113.php
http://www.phpclasses.org/browse/package/2487.html
http://www.codewalkers.com/c/a/Miscellaneous/Creating-a-CAPTCHA-with-PHP/
http://milki.erphesfurt.de/captcha/
http://www.webcheatsheet.com/php/create_captcha_protection.php
Rails
http://www.busyashell.com/blog/articles/2006/07/06/rails-captcha-validation-with-javascript
http://www.rubyonrailsblog.com/articles/2006/09/29/use-the-ruby-captcha-gem-for-rails-user-registration
http://captchator.com/
http://ajaxonrails.wordpress.com/2006/10/24/captcha-in-ruby-on-rails-customize-the-use-of-captcha-in-the-plugin-validates_captcha/
Posted by Bayar at 7:56 AM
各种语言的Captcha实现,阻止垃圾机器提交

ASP.NET
http://www.15seconds.com/issue/040202.htm
http://www.codeproject.com/aspnet/CaptchaControl.asp
http://www.codeproject.com/aspnet/CaptchaImage.asp
http://www.codeproject.com/aspnet/CaptchaNET_2.asp
http://www.codeproject.com/aspnet/CaptchaLIKE.asp
Java
http://simplecaptcha.sourceforge.net/
http://jcaptcha.sourceforge.net/
http://www.ansir.ca/newsletters/volume5.jsp
PHP
http://www.white-hat-web-design.co.uk/articles/php-captcha.php
http://www.puremango.co.uk/cm_php_captcha_script_113.php
http://www.phpclasses.org/browse/package/2487.html
http://www.codewalkers.com/c/a/Miscellaneous/Creating-a-CAPTCHA-with-PHP/
http://milki.erphesfurt.de/captcha/
http://www.webcheatsheet.com/php/create_captcha_protection.php
Rails
http://www.busyashell.com/blog/articles/2006/07/06/rails-captcha-validation-with-javascript
http://www.rubyonrailsblog.com/articles/2006/09/29/use-the-ruby-captcha-gem-for-rails-user-registration
http://captchator.com/
http://ajaxonrails.wordpress.com/2006/10/24/captcha-in-ruby-on-rails-customize-the-use-of-captcha-in-the-plugin-validates_captcha/
Posted by Bayar at 7:56 AM
6 - 2008-2-3 10:19
bd7lx 楼主 深圳http://recaptcha.net/
reCAPTCHA 免费的 Web service
上火车
http://deadprogrammersociety.blogspot.com/2008/02/recaptcha-on-rails.html
reCAPTCHA 免费的 Web service上火车
http://deadprogrammersociety.blogspot.com/2008/02/recaptcha-on-rails.html
7 - 2008-2-13 9:43
bd7lx 楼主 深圳brain_buster 0.8.0 released
好久没有更新了,这回removed all deprecated code, updated for Rails 2.0,
improved specs considerably, and cleaned up the api and views.
好久没有更新了,这回removed all deprecated code, updated for Rails 2.0,
improved specs considerably, and cleaned up the api and views.
8 - 2008-9-18 16:09
bd7lx 楼主 深圳http://expressica.com/simple_captcha/
http://expressica.com/2008/09/14/coming-up-simple-captcha-two-point-o/
Coming Up : Simple Captcha 2.0
http://expressica.com/2008/09/14/coming-up-simple-captcha-two-point-o/
Coming Up : Simple Captcha 2.0
11 - 2009-7-3 15:14
bd7lx 楼主 深圳http://therailworld.com/posts/11-Less-Reverse-Captcha
让人休息
让机器证明它是机
http://github.com/stevenbristol/less-reverse-captcha/tree/master
The Less Reverse Capchta creates a captcha that is invisible to the user. Rather than force the user to prove they are a
human, we are allowing bots to prove they are bots. The captcha field is hidden and so humans will leave it blank. Bots
do not realize it is hidden so they will fill out the field. The validator checks to see if the field is blank, if it is
it allows the save, if not, it does not allow it.
To use less reverse captcha simply put 'validates_captcha' in the model and use the 'captcha_field' helper in your view.
让人休息
让机器证明它是机
http://github.com/stevenbristol/less-reverse-captcha/tree/master
The Less Reverse Capchta creates a captcha that is invisible to the user. Rather than force the user to prove they are a
human, we are allowing bots to prove they are bots. The captcha field is hidden and so humans will leave it blank. Bots
do not realize it is hidden so they will fill out the field. The validator checks to see if the field is blank, if it is
it allows the save, if not, it does not allow it.
To use less reverse captcha simply put 'validates_captcha' in the model and use the 'captcha_field' helper in your view.
12 - 10-9 9:51
bd7lx 楼主 深圳http://m4n.github.com/validates_captcha/
A captcha verification approach for Rails apps, directly integrated into ActiveRecord’s validation mechanism and providing helpers for ActionController and ActionView.
内建验证
A captcha verification approach for Rails apps, directly integrated into ActiveRecord’s validation mechanism and providing helpers for ActionController and ActionView.
内建验证
13 - 11-3 8:37
bd7lx 楼主 深圳http://github.com/hardbap/trap_door
跟上面11楼提到反向Capchta一样的原理
Trap Door
就是个陷阱门,暗处藏有一个蜜罐字段,仅仅让垃圾机来填
前置过滤器检查是否有此field,如存在就把bots赶走
跟上面11楼提到反向Capchta一样的原理
Trap Door
就是个陷阱门,暗处藏有一个蜜罐字段,仅仅让垃圾机来填
前置过滤器检查是否有此field,如存在就把bots赶走
17 - 6-28 10:17
bd7lx 楼主 深圳
Humanizer is a very simple CAPTCHA method. It has a table with questions and answers which is used to validate that the user is an actual human. Currently only Mysql an Sqlite3 are supported. Tested only on Rails 3.
http://github.com/kiskolabs/humanizer
回到顶部 | Plugins | 返回 ChinaonRails 首页 | 注册 | 找回密码


















