recaptcha 的 data-sitekey 写在混淆过的 js 代码中怎么获取

8次阅读

共计 316 个字符,预计需要花费 1 分钟才能阅读完成。

需要用到 2captcha,看教程说需要获取 data-sitekey 但是在 html 中获取不到
function(t, C, a, u, n, M, p, F) {
if (((((t & (p = [26, 8, 3],
103)) == t && (u = u === void 0 ? null : u,
Array.from(G[45](p[0], a, “g-recaptcha”)).filter(function(m) {
return !l[6](2, m)
}).filter(function(m) {
return u == null || m.getAttribute(“data-sitekey”) == u
}).forEach(function(m) {
return N[28](10, m, {}, C)
})),

正文完
 0