funcaptcha icon indicating copy to clipboard operation
funcaptcha copied to clipboard

The changes that appear in tguesses in version 2.3.1 are not session tokens. How can tguesses obtain them

Open wuliao6688 opened this issue 1 year ago • 11 comments

The changes that appear in tguesses in version 2.3.1 are not session tokens. How can tguesses obtain them

wuliao6688 avatar Dec 16 '23 09:12 wuliao6688

been working for couple of days on figuring it out, they did well job hiding and messing the whole process of the generation of those tguess.

Somberor avatar Dec 18 '23 22:12 Somberor

yes they hide tguess generation algoritm

erbhosting avatar Dec 27 '23 15:12 erbhosting

Hey @noahcoolboy please let me know how I can contact you via DM for a commercial offer. Thanks

soul1229 avatar Dec 30 '23 09:12 soul1229

try this

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

ghost avatar Jan 09 '24 03:01 ghost

thử cái này

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

but how to get the value of dapib_url

thaodajk avatar Apr 23 '24 03:04 thaodajk

thử cái này

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

but how to get the value of dapib_url

https://client-api.arkoselabs.com/fc/gfct/

ghost avatar Apr 23 '24 05:04 ghost

try this

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

now returns Not Found, has been shut down?

nekomiya-hinata avatar Apr 24 '24 03:04 nekomiya-hinata

try this

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

now returns Not Found, has been shut down?

telegram-cloud-photo-size-5-6143104385488633263-y

被render制裁了。 The service was banned by render

ghost avatar Apr 24 '24 03:04 ghost

try this

curl 'https://arkose-service.onrender.com/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":0
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/us-west-2/304df954-3618-4f72-89bd-72763cee1bf9/670.js?mac=HkU2t0w%2BQhpVa%2Fc5OC59nlIjO4q%2BaCYZX2uAP4V6SQE%3D&expiry=1704416043556",
    "session_token":"52417a74bb81adc79.5979196002"
}'

now returns Not Found, has been shut down?

telegram-cloud-photo-size-5-6143104385488633263-y

被render制裁了。 The service was banned by render

Can you update the new link?

hattabnegr avatar Apr 24 '24 06:04 hattabnegr

curl --location 'http://103.179.172.54:3000/api/tguess' \
--header 'Content-Type: application/json' \
--data '{
    "guess":[
        {
            "index":1
        },
        {
            "index":5
        }
    ],
    "dapib_url":"https://client-api.arkoselabs.com/dapib/ap-southeast-1/51b199df-f3b4-47e3-a7c4-8ff7b099411f/909.js?mac=DuBHd%2BBOAz5%2F3rtGIRmx1L2gDlmYjOwgMU1oBH8G6eg%3D&expiry=1713929911463",
    "session_token":"75917c8cbb3d88e65.0220517304"
}'

Contact my telegram if you want to buy source code @nguyenphuong_99

zenlykoi avatar Apr 24 '24 09:04 zenlykoi

You can generate the "guess" and "tguess" components using this: https://github.com/unfuncaptcha/tguess

That way you don't have to use an third party API, or pay some guy through telegram.

spearphishing avatar May 21 '24 20:05 spearphishing