pwntcha icon indicating copy to clipboard operation
pwntcha copied to clipboard

PWNtcha stands for "Pretend We’re Not a Turing Computer but a Human Antagonist", as well as PWN capTCHAs. This project’s goal is to demonstrate the inefficiency of many captcha implementations. This i...

Results 8 pwntcha issues
Sort by recently updated
recently updated
newest added

this makes the script significantly more portable, the dl() function has been removed from pretty much everywhere except cli, and makes a fatal error when being called. now we only...

In a number of cases the math library will be imported in the wrong order. In general the math library should supercede any libraries loaded by pwntcha. Fixes iveney/pwntcha/#7

i believe gcc has historically just silently and implicitly included this header when needed, but at least in gcc 7.2, it will *complain* (not fail compilation, but complain) that you're...

first i updated to the latest version of sam's bootstrap available from http://caca.zoy.org/wiki/build , then, because both the latest version, and the 2008 version from this repo, both has a...

I build pwntcha in ubuntu 14.04 root@stack:~# pwntcha -s /root/splash/pwntcha/src/ png/0.png pwntcha: image size 130x38, 1 colours pwntcha: probably a scode/trencaspammers captcha but pwntcha did not return captcha code how...

With the previous version of bootstap, versions of automake above 1.11 were not correctly parsed. While ideally this would be solved with the m4_version compare (designed for exactly this purpose...

new gcc versions require a different parameter order. The linking flags are misplaced in your generated makefiles. This will fail gcc `sdl-config --cflags` -Wall -O6 -g -O2 `sdl-config --libs` -lSDL_image...

Please tell me how to compile decoder.c for authimage, there is no config.h in the folder