MCPcopy Create free account

hub / github.com/clent267/FUNCAPTCHAV3 / functions

Functions65 in github.com/clent267/FUNCAPTCHAV3

↓ 24 callersFunctionx64Xor
(t, r)
arkose.js:385
↓ 13 callersFunctionx64LeftShift
(t, r)
arkose.js:377
↓ 12 callersFunctionx64Multiply
(t, r)
arkose.js:335
↓ 10 callersFunctionn
(t, e)
arkose.js:4
↓ 8 callersFunctionx64Add
(t, r)
arkose.js:317
↓ 7 callersMethodto_sigbytes
(words: list, sigBytes: int)
app.py:92
↓ 6 callersFunctionx64Rotl
(t, r)
arkose.js:362
↓ 5 callersFunctionu
(t)
arkose.js:90
↓ 4 callersMethodextract_blob
Extract blob from Arkose Labs Args: pkey: Public key (476068BF... or A2A14B1D...) og_proxy: Optional
app.py:265
↓ 4 callersFunctionh
(t)
arkose.js:115
↓ 4 callersFunctions
(t)
arkose.js:96
↓ 3 callersFunctioni
(t)
arkose.js:42
↓ 3 callersMethodsolve_complete
Complete solve process: 1. Extract blob (if needed) 2. Solve regular captcha 3. Solve suppressed (if present)
app.py:615
↓ 2 callersMethodconvert_salt
(words: list, sig_bytes: int)
app.py:81
↓ 2 callersMethoddict_to_list
(data: dict)
app.py:97
↓ 2 callersFunctione
(t, e)
arkose.js:126
↓ 2 callersMethodfrom_sigbytes
(sigBytes: bytes)
app.py:150
↓ 2 callersMethodgenerate_other_key
(data: str, salt: list)
app.py:169
↓ 2 callersMethodget_task_result
Get task result from database
app.py:692
↓ 2 callersMethodhex
(data: bytes)
app.py:77
↓ 2 callersFunctiono
(t)
arkose.js:36
↓ 2 callersFunctionr
(t)
arkose.js:30
↓ 2 callersMethodupdate_task
Update task status
app.py:588
↓ 2 callersFunctionx64Fmix
(t)
arkose.js:389
↓ 1 callersMethod_generate_token
Generate mock token (replace with actual solver)
app.py:722
↓ 1 callersFunctiona
(t)
arkose.js:63
↓ 1 callersFunctionc
(t)
arkose.js:84
↓ 1 callersMethodconvert_key_to_sigbytes_format
(key: bytes)
app.py:116
↓ 1 callersMethoddecrypt_bda
Decrypt BDA encrypted data Args: bda_base64: Base64 encoded BDA data user_agent: User agent for key
app.py:464
↓ 1 callersMethoddecrypt_tguess
Decrypt tguess encrypted data Args: encrypted_json: JSON string with ct, iv, s fields session_token:
app.py:428
↓ 1 callersFunctionf
(t, e)
arkose.js:100
↓ 1 callersMethodgenerate_key_pbkdf
Generate key using MD5 iterations (for tguess decryption)
app.py:200
↓ 1 callersMethodgenerate_other_key_pbkdf
Generate key for tguess decryption
app.py:224
↓ 1 callersMethodget_task
Get task from database
app.py:566
↓ 1 callersMethodinit_db
Create database if not exists
app.py:531
↓ 1 callersMethodint_to_bytes
(n: int, length: int)
app.py:88
↓ 1 callersFunctionl
(t)
arkose.js:106
↓ 1 callersFunctionp
(t, e, n)
arkose.js:109
↓ 1 callersMethodrandom_integer
(value: int)
app.py:101
↓ 1 callersMethodsave_task
Save task to database
app.py:551
↓ 1 callersMethodsolve_arkose_pow
Solve Arkose-specific PoW Args: challenge: PoW challenge data Returns: Solution
app.py:357
↓ 1 callersMethodsolve_pow
Solve simple PoW challenge Args: data: Data to hash difficulty: Target difficulty R
app.py:329
↓ 1 callersMethodsolve_suppressed
Solve suppressed captcha challenge Suppressed captchas require image recognition/classification This is a placeholde
app.py:392
↓ 1 callersFunctiontoUint8Array
(str)
arkose.js:290
↓ 1 callersFunctiontransformString
(str)
arkose.js:273
Method__init__
(self, db_file='tasks.db')
app.py:527
Method__init__
(self)
app.py:609
Method_solve_async
Async solving process
app.py:656
FunctioncreateTask_legacy
Legacy endpoint for backward compatibility
app.py:930
Functioncreate_solve_task
Create a solve task
app.py:798
Functiondecrypt_bda
Decrypt BDA encrypted data Request: { "bda_data": "base64_encoded_data_here", "user_agent": "optional_user_agent"
app.py:899
Methoddecrypt_data
Decrypt Arkose Labs encrypted data
app.py:132
Functiondecrypt_tguess
Decrypt tguess encrypted data Request: { "encrypted_data": "{\"ct\":\"...\",\"iv\":\"...\",\"s\":\"...\"}", "session
app.py:872
Methodencrypt_data
Encrypt data with Arkose method
app.py:234
Functionextract_blob
Extract blob from Arkose Labs Request: { "pkey": "476068BF-9607-4799-B53D-966BE98E2B81", "preset": "roblox_login",
app.py:759
Methodgenerate_key
(ctx, s_value: str, useragent: str)
app.py:158
Functiongenkey
(t, e)
arkose.js:272
FunctiongetTask_legacy
Legacy endpoint for backward compatibility
app.py:970
Functionget_solve_status
Get task status
app.py:811
Functionhealth
Health check endpoint
app.py:737
Functionstats
Get solver statistics
app.py:999
Methoduint8_array
(size: int)
app.py:109
Functionunified_solve
Extract blob AND solve in one request
app.py:826
Functionv
()
arkose.js:121
Functionx64hash128
(t, r)
arkose.js:397