解决Java中的geetest验证码问题,使用2captcha

huangapple go评论78阅读模式
英文:

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.

https://i.stack.imgur.com/7GdTi.png

huangapple
  • 本文由 发表于 2020年10月8日 04:47:41
  • 转载请务必保留本文链接:https://go.coder-hub.com/64252081.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定