英文:
Solving geetest with 2captcha in Java
问题
我正在尝试使用2captcha API绕过Geetest验证码。
https://2captcha.com/demo/geetest
我理解在尝试通过API解决验证码时需要提交“gt”和“challenge”。
我不明白的是如何从网站中提取这些信息 - 此外,一旦解决了,
我该如何注入响应?我正在使用Selenium浏览网站。
英文:
I am attempting to bypass a geetest using 2captcha api.
https://2captcha.com/demo/geetest
I understand I need to submit the "gt" and "challenge" when trying to solve the captcha via api.
What I dont understand is how to extract this information from a website - additionally once solved
how do I go about injecting the response? I am using selenium to navigate the website.
答案1
得分: 2
应该在向极验域名的请求中显示GT和challenge参数。如下图所示:
https://i.stack.imgur.com/7GdTi.png
英文:
It should show the GT and challenge parameters in the request to geetest's domain. Picture below.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论