📜  hcaptcha 绕过 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:47.878000             🧑  作者: Mango

代码示例1
let submitToken = (token) => {
   document.querySelector('[name=g-recaptcha-response]').innerText = token
   document.querySelector('[name=h-captcha-response]').innerText = token
   document.querySelector('.challenge-form').submit()
}
submitToken('CAPTCHA SOLUTION')
// you can get the key or code for the solution using captcha solvers
// examples: 2captcha, anti-captcha, capmonster
// you will need the site key which can be found in the sites code