TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automatically Solving Captchas on Project Euler

45 pointsby nilknarfover 10 years ago

3 comments

aryover 10 years ago
This is a security problem for Project Euler and should have been disclosed to them as such. Dropping what amounts to a zero-day on their submission form is not acting in good faith.<p>The right way to go about this would have been to break the captcha, submit the problems, and then email them a polite writeup. Claim the glory <i>after</i> they fix it.
评论 #8221470 未加载
评论 #8220804 未加载
评论 #8220578 未加载
评论 #8220638 未加载
derekjaover 10 years ago
nice simple approach!<p>And despite the previous commenter I don&#x27;t see a problem with publishing a neat solution to a fairly cursory attempt to prevent automated submissions. If they care enough they can fix it, but the rather simplistic nature of their capcha implies they don&#x27;t care much. <i>shrug</i>
kevinburkeover 10 years ago
Heh! I implemented this a few years ago as part of a command line client for submitting solutions.<p><a href="https://bitbucket.org/kevinburke/euler" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;kevinburke&#x2F;euler</a>
评论 #8224864 未加载