Simple and More Complex Captcha Bypass
I do not yet have any code written down, but just as a concept, what about a captcha bypassing level? I know this is a common problem in many websites. A simple example could be that the user just has to send a get request to a given url and the captcha will be considered complete. A more complex level could user a randomly generated token that has to be posted to a certain page, but is visible in the source as a hidden form input or something similar. The goal could be to make X number of requests in Y seconds using an automated script.
I’m just throwing out ideas, there is probably a better way to test whether the user has actually bypassed the mechanism or is just solving the captcha
The source code which you have found on GitHub is everything you can see on HackThis!! at this moment, except for levels. Think about it: Would users try to solve the levels if they could read all passwords in PHP files somewhere?
I believe that the code of all levels (HTML / PHP / the method to check password…) is stored in database. Therefore, the only choice which you can do to submit your idea is directly PM to @flabbyrabbit .
I don’t know….but according to me…..If not all…then your code should at least convey what logic does your level works upon….at least , flabbyrabbit should understand how the level is working….besides…it should also have the basic coding structure containing your code for the level !!