It gunzips the image and then uploads it to the server and is given a unique hash. It then polls the server waiting for the server to finish the OCRing and breaking of the captcha
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text></text>
<eta>5</eta>
</result>
|
Eg 5 seconds left to crack the image
And in 5 seconds the result will be returned back
Quote:
<?xml version="1.0" encoding="UTF-8"?>
<result method="captcha.result" status="ok" message="0">
<hash>d3a9c40ee8cd77d9d34786e8b9b87e13</hash>
<text>cogisgro</text>
<eta>0</eta>
</result>
|
If any one wants my sniffer logs let me know as they are a bit big to post here but are quite interesting :-)