• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Most ineffective CAPTCHA ever?

Status
Not open for further replies.

Ichinisan

Lifer
Most ineffective CAPTCHA ever?

bad_captcha.png


Code:
<form action="/contacts/index/post/" method="post" id="revalidate-form">

	<div>
		Please confirm your inquiry.
	</div>	
	<div class="label">Enter digits <b>97003</b></div>
	<input type="text" name="fail_key" value=""/>
	
	
	<input type="hidden" name="uenc" value="aHR0cDovL3d3dy5zZ3BzdG9yZS5jb20vY29udGFjdHMvaW5kZXgv">
	<button type="submit" onclick="$('revalidate-form').submit(); this.disabled = true;">Submit</button>
	<input type="hidden" value="General Information" name="dropdown"/><input type="hidden" value="Mickey Mouse" name="name"/><input type="hidden" value="mmouse@gmail.com" name="email"/><input type="hidden" value="NA" name="ordernum"/><input type="hidden" value="I'm a mouse. I like cheese." name="comment"/><input type="hidden" value="" name="hideit"/><input type="hidden" value="30" name="x"/><input type="hidden" value="22" name="y"/>
	
	<input type="hidden" value="cdadff7639979d2f4d27e416b07fef31" name="fail_key_hash"/>

</form>
 
Last edited:
That's not a CAPTCHA. That's a legally binding contract you're about to sign, and entering those numbers proves your acceptance of it.
 
On the subject of those stupid Capcha things, It pisses me off so much when its so illegible you have to enter it five times. Has anyone ever tried the 'listen to it' option? It sounds like a martian gargling a shot of ethanol under water.
 
On the subject of those stupid Capcha things, It pisses me off so much when its so illegible you have to enter it five times. Has anyone ever tried the 'listen to it' option? It sounds like a martian gargling a shot of ethanol under water.

I guess Rapidshare has one of those. Irritates the heck out of me
 
On the subject of those stupid Capcha things, It pisses me off so much when its so illegible you have to enter it five times. Has anyone ever tried the 'listen to it' option? It sounds like a martian gargling a shot of ethanol under water.

Yeah not sure why they have to make some of them that difficult. Given the state of computer character recognition you really don't have to do that much to make text very difficult for a computer to decipher (difficult enough for spammers to look elsewhere anyway) and still relatively easy to read.
 
On the subject of those stupid Capcha things, It pisses me off so much when its so illegible you have to enter it five times. Has anyone ever tried the 'listen to it' option? It sounds like a martian gargling a shot of ethanol under water.

I've heard that some bots were programmed to get around CAPTCHAs using the audio option...so CAPTCHA developers had to adapt and make them more difficult. Some bot programmers discovered the algorithms used to generate the "random" characters procedurally.
 
I've heard that some bots were programmed to get around CAPTCHAs using the audio option...so CAPTCHA developers had to adapt and make them more difficult. Some bot programmers discovered the algorithms used to generate the "random" characters procedurally.

I couldn't read one of the damn captchas recently, so I used the audio option. The background sounded crazy, kinda like the loop from Lost...
 
^^^ Chances are that one would be easy for a bot to read IMO.

Yeah the text doesn't look distorted, just clashing colours making it hard to read. Colours don't "clash" for a computer. As far as a computer is concerned 255,255,254 coloured text on a 255,255,255 background is clear as day.
 
Status
Not open for further replies.
Back
Top