The Un-Official Proxomitron Forum
Bypassing captcha in particular site - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Bypassing captcha in particular site (/showthread.php?tid=2174)



Bypassing captcha in particular site - OZO - Sep. 17, 2014 01:55 AM

How to bypass captcha in this site:
http://phone.ipkall.com/

I was trying different suggestions, that I found here, but all of them failed so far... If I set "Bypass All" in Proxo, I can see captcha's image just fine. Otherwise I can't see the image and other related links (e.g. "Get a new challenge") do not work...

I try to edit the file:.\Proxo\Lists\sidki_l_2011-12-22rc1\Exceptions-U.ptxt, where I add line like this one:
Code:
phone.ipkall.com/  $SET(0=a_gifs:0.i_script:0)
But it doesn't work...

The problem is - I don't know how to troubleshoot it. For example, in log I can see:
Code:
GET 96053 : Keywords (List): .a_rdlink.f_cookie.
But adding followed line in exception list file doesn't help neither:
Code:
phone.ipkall.com/  $SET(0=a_rdlink.f_cookie.)

How to make it work without bypassing all filters in Proxomitron?


RE: Bypassing captcha in particular site - JJoe - Sep. 17, 2014 02:21 PM

(Sep. 17, 2014 01:55 AM)OZO Wrote:  How to make it work without bypassing all filters in Proxomitron?

Try after adding
Code:
www.google.com/recaptcha/api/js/recaptcha.js   $SET(0=a_adfn2.a_adjsex.)

to Exceptions-U.

HTH


RE: Bypassing captcha in particular site - OZO - Sep. 17, 2014 08:30 PM

That works! Thanks a lot! Smile!
Any tips how to troubleshot it next time?