uloz.to still no automatic captcha? Any workaround tips? February 15, 2019 07:17PM |
Registered: 9 years ago Posts: 46 |
Re: uloz.to still no automatic captcha? Any workaround tips? April 24, 2019 06:30PM |
Registered: 9 years ago Posts: 46 |
Re: uloz.to still no automatic captcha? Any workaround tips? April 30, 2019 09:23AM |
Registered: 5 years ago Posts: 6 |
ten data-hash atribut by mohl být klíč k jednomu konkrétnímu obrázku (aspoň tak bych to navrhl já, abych nemusel generovat pokaždé nové). Napadlo mě vytvořit databázi takových hashů a vyluštěných obrázků, co průběžně zadávají uživatelé Freerapidu, a postupně si vytvořit slovník, který by se pak dal integrovat do pluginu ve freerapidu a řešit captcha obrázky pomocí slovníku hashů.Language: Javarequire(['nodus/components/xapcaComponent'], function (xapcaComponent) { xapcaComponent.initXapca('.jsXapcaComponent[data-hash="78b3cea428a366f07fee6b79882fe3b6"]'); });
That "data-hash" could be the ID for unique captcha that is used again and again. Therefore, I was thinking about creating a hash database with those hashes and the real codes (collected by users who inputs code using freerapid) and create a dictionary that could be then integrated to the freerapid plugin.Language: Javarequire(['nodus/components/xapcaComponent'], function (xapcaComponent) { xapcaComponent.initXapca('.jsXapcaComponent[data-hash="78b3cea428a366f07fee6b79882fe3b6"]'); });
Re: uloz.to still no automatic captcha? Any workaround tips? April 30, 2019 09:29AM |
Admin Registered: 19 years ago Posts: 2,425 |
Re: uloz.to still no automatic captcha? Any workaround tips? May 03, 2019 10:24AM |
Registered: 5 years ago Posts: 6 |
Re: uloz.to still no automatic captcha? Any workaround tips? May 26, 2019 04:48PM |
Registered: 5 years ago Posts: 6 |
Re: uloz.to still no automatic captcha? Any workaround tips? June 14, 2019 11:00AM |
Registered: 9 years ago Posts: 46 |