#๐ need help regarding recaptchaV3
50 messages ยท Page 1 of 1 (latest)
@vague kiln
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.
!rules tos
5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.
But also it sounds like for your research project that you'll have to do the research part yourself
but mate i just need some small help
this question sounds like the prompt im trying to give chatgpt to avoid censor ๐
wow
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
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
thats the most advance i heard
oh yeahh how about the audio challenge
well there is not just that
captchas use huge amount of techniques to detect if its script or not
not just the challenge itself
for example browser fingerprinting
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
I feel like this is all stuff that should be researched and put into a research paper.
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
oh i see
so how do these modern day solvers work
What has the world come to?! You say you are writing a research paper and your research consists of asking in a chat room on Discord!!
yeah i did even go on stack overflow but got no help :(
i see
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
you want to see my current research?
and this final token is used to verify the captcha
i just wanted solver for some proof
oh wow
hmmm
and once again its all server side so you are not able to interupt it in any way
yeah i get it
just explore these for starters, you will get big enough papers
thank you sir!
means alot
want to have a look at research paper?
sure why not
Not a good idea to sending unpublished/unsubmitted research paper to strangers 
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.