Moviecaptcha
04-04-2021

What it is
CAPTCHA systems make it possible to distinguish a human user from an automated one by means of challenge-response authentication, in which the user must type the text that appears on the screen.
Typically, CAPTCHA systems use distorted lettering to make it more difficult for an automated system to recognize.
Instead, our system uses movie posters, which are just as complex, but much more beautiful. Last but not least, our system does not acquire data either on the server that invokes it or on the client-except, of course, the normal contents of the system’s log files. This is the only data the system saves for each call:
188.114.102.27 - - [10/Oct/2021:15:02:20 +0000] "GET /captcha HTTP/1.1" 200 175535 "https://youcantbe.me/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0"
188.114.102.27 - - [10/Oct/2021:15:02:33 +0000] "GET /check/?h=93ca17d72b9dcb8d043ba8b4c39b86eba76c6868&t=Il%20grande%20freddo HTTP/1.1" 200 2802 "https://youcantbe.me/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:93.0) Gecko/20100101 Firefox/93.0"
How it works

Enter in the text box the title of the movie as it appears in the poster and click the OK button. If the answer is the correct one, the text box will be replaced by a button that reads: “Right answer”.
Rules
- the system is case-insensitive: “silent hill,” “Silent Hill” and “SILENT HILL” are equivalent strings;
- punctuation is not considered: “Free, my love!” must be entered as: “free my love.”
- numbers should be entered as they appear in the title: “10 in love”, “zero to ten”.