How to Integrate CB with a custom Python script?
I'm writing a custom script in python and would like to use CB for captcha solving. The captchas are easy and brute force is giving me 90+ success rate.
But I have no clue how to integrate CB with my script.
@s4nt0s advised me this:
Thanks
But I have no clue how to integrate CB with my script.
@s4nt0s advised me this:
If you go into your GSA CB installation directory and go to folder called source, there might be an example there to help you.But that didn't really help. Calling out @Sven or anyone who can help in this regard.
Thanks
Comments
See here: http://forum.gsa-online.de/discussion/7322/how-to-work-via-php
Thanks @Sven
Okay, made SOME progress. But I'm getting "unknown" for every request. Here's my code:
I'm not sure if CB is even receiving the request as nothing shows up in the log (bottom right of CB window).
I've tried changing the captcha_platform to different things like "Article Script" etc.
Also use "captcha_platform" with the same name as you call the captcha type in CB. Thats not required but helps to identify the captcha typebetter.
The captcha has 5 letters hence r2.content[102:107].
It's not a super effective approach but it works.