#๐Ÿ”’ need help regarding recaptchaV3

50 messages ยท Page 1 of 1 (latest)

vague kiln
#

so basically, i am preparing a research paper on recaptchaV3's security and effectiveness but i dont know how to program a solver for it, so for that i needed help as this would help me alot easing my research paper completion, please help me i would be patiently waiting here :3 also thank you for considering this post!!!

floral galleonBOT
#

@vague kiln

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

floral galleonBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

meager leaf
#

But also it sounds like for your research project that you'll have to do the research part yourself

vague kiln
plush sail
#

this question sounds like the prompt im trying to give chatgpt to avoid censor ๐Ÿ—

vague kiln
#

wow

plush sail
#

but if you are building some kind of scraping tool you can use external solving services (where you pay people to solve captcha for you) through their API

vague kiln
#

no i am not

#

i genuinely want it for my research paper

plush sail
#

why specifically recaptchaV3 and not captchas in general?

#

also im almost certain theres no way to solve recaptchav3 programatically as long as you not use some kind of trained AI with huge dataset

vague kiln
vague kiln
plush sail
#

captchas use huge amount of techniques to detect if its script or not

#

not just the challenge itself

#

for example browser fingerprinting

vague kiln
#

we can use proxies?

#

and open unwanted tabs

#

for no detection

plush sail
#

well you wont find the exact list of things to consider, trust me
anyways captcha works on tokens that are generated serverside

#

so you wont be able to decode it or just brute force it in any way

vast barn
plush sail
#

as for your "research" you can just research some basic ways that captchas look into the user

  • fingerprinting as i said
  • user activity (detect if user moves the mouse programmatically)
  • ip address and some general metadata
#

each of this point can be a rabbit whole if researched thoroughly

vague kiln
drowsy juniper
vague kiln
plush sail
# vague kiln so how do these modern day solvers work

they look into your activity whatever that is (as i said you wont know the exact list of things) - generate some kind of value for that activity (like token or hash) and then they combine it to construct one final token

vague kiln
plush sail
#

and this final token is used to verify the captcha

vague kiln
#

i just wanted solver for some proof

plush sail
plush sail
vague kiln
#

means alot

vague kiln
plush sail
#

sure why not

vague kiln
#

:)

quiet yoke
#

Not a good idea to sending unpublished/unsubmitted research paper to strangers pithink

floral galleonBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.