You are on page 1of 2

hello

here we want to make config of a giftcard checking + Normal Captcha

So Let first Debug the site

so
here we need the link of the captcha
80% of the time link of the captcha will change every time of login.so we need to
Parse that link
let see what our debugger debuggged from the site

here there isnt any address of the captcha


!!
so where is it?
it should be in another page
Let see what "Get" url data we have

so
we now saw the link of Captcha but as i said it will be change

https://wwws-usa2.givex.com/public/balance/securebmpr.py?<WEBINFO>

this code will change every time


so we should look for a place that make this code in source

See
that is same
so we should parse that

see
every time will change
good
so we now have the captcha code

this error mean captcha was wrong


so we need that error for retry key

cardnum=<CODE>&_LANGUAGE_=en&_FUNCTION_=result&webinfo_id=<WEBINFO>&merchant_id=188
04&partner_id=1&code=<CAPTCHA>=28&y=11

if we want use just numric combo like


46854387634+
45346
4346346
4354

we should use <CODE> instead <USER> or we Can use <USER><PASS> too if want should
be combo like this 45646464564:654

so i changed CODE for WEbinfo to To dont get struggle together


now i used webinfo variable instead CODE for Captcha

worked
but let try again because captcha solved wrongly

unfortiunally my captcha service solve the captcha wrongly but it work because post
data will send successfully with valid result

wow lol
finally it solved captcha successfully
so it made
just need to use a valid gift card and submit success key and done

have nice time

You might also like