Jump to content
UBot Underground

Facebook Captcha Problem


Recommended Posts

Im sure someone has figured this out

 

<src="https://www.facebook.com/captcha/tfbimage.php?captcha_challenge_code=1406466343-008507a537e67c5e0f8eb2d2fab7b877&captcha_challenge_hash=AZlmxnpNM8eFYyUfPTyZUj_yXrNuz9Ha3UbPlhx34yc1sTXI7E2eF1ejfCkLy14x-dB7Jx8E3PNnUmVYJ73gb1pCLFObX44Iu4jUT7AI6bcW62EFLmV716T_EoEnEa-jtC4gF0NTm7LItQJFvLQjbV1-LpB6iVcgbgPRJzGIuLao9uILbamsy-8Pp-9Cmg9jB5SBAZbTSCINZtOen-Z9ZoD8vs2NsMyTnsEumP9d1vw8WM-U_E1siL0cSl38k8rjkP_iFTriztn6kfEsBIwIMROMMA5LJ6MCvYWGR5BVAbKSZmPvSf3ITkNyWsf9p1y5ShVCoPkRDxdwnw2KS9opmKLgg_ZPgkuhYVXPNIRXOHVTJ5lMWTqfTdY9EHSJ60v-eWlyRGEUoRb9goMiZNTjKnSx-uaPqAjFphrOMJU1bj2qhOqvTKVIs3Y2x-y9Q5YoN8Yrd8JRxwqw0ZxySKJrkTVO5kYrMEHSZAFJXaLsmbRMLIIT3yAigQygiLfmwwV8iK2A9HfablSFhPnMW24ke2YmsJsRI9sO_lFbFIrc4UO3LoLqeaI77tQGDtZcTA-PxBA1pSS7iICbs57xyEXyPXG6wP9f6IGnxuBJIiUQgKPz4EGHNUKea8t3ieYi_04zImU2mWmgHH0qSVPNUNj46d-kzA9rCOUBg748Swr4addfGM-vQdVAodeweqPXr9GeZrlN7UeI5fu65IPN6u8tPjEPmLbr9BiZCJNovFZczqy0S_geZZ22RJac3pdB49l1e9JyCvOk39bDUojMTa-SkNoI0i3ObprTMThbKgr_b91fKw">

 

facebook has a random URL for each captcha. I can't figure out how to regex cause its like coded. if someone could help that would be great.

 

You could use a wildcard like:

 

 alert($solve captcha(<href=w"https://www.facebook.com/captcha/tfbimage.php?captcha_challenge_code=*">))

 

But that's just a short example to show you how the wildcard works. You probably can't use that without modifications. It depends on how the site generates / loads the actual captcha image.

And it's different with the browser and http plugin.

 

Cheers

Dan

Link to post
Share on other sites

You could use a wildcard like:

 

 alert($solve captcha(<href=w"https://www.facebook.com/captcha/tfbimage.php?captcha_challenge_code=*">))

 

But that's just a short example to show you how the wildcard works. You probably can't use that without modifications. It depends on how the site generates / loads the actual captcha image.

And it's different with the browser and http plugin.

 

Cheers

Dan

I tried this several different ways. Im just trying to share something on facebook. Weird that Im finding this so hard.

Link to post
Share on other sites

First you should try to download the captcha image file. Just to see if you have the right element isolated. 

If that works fine, you can try to solve the captcha and enter it into the captcha field.

 

Dan

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...