微信多开要求人脸验证怎么破? - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
document.addEventListener('DOMContentLoaded', function() { // Function to escape HTML entities function escapeHtml(text) { if (!text) return ''; var div = document.createElement('div'); div.textCOntent= text; return div.innerHTML; } // Function to render campaign based on display format function renderCampaign(campaign) { let html = ''; let displayFormat = campaign.display_format || 'text-only'; let title = escapeHtml(campaign.title); let description = escapeHtml(campaign.description); let callToAction = escapeHtml(campaign.call_to_action); let link = escapeHtml(campaign.link); // Check if required image URL is available for the display format, fallback to text-only if not if (displayFormat === 'small-with-description' && !campaign.img_small_url) { displayFormat = 'text-only'; } else if (displayFormat === 'banner-only' && !campaign.img_banner_url) { displayFormat = 'text-only'; } else if ((displayFormat === 'big-only' || displayFormat === 'big-with-description' || displayFormat === 'big-with-title-description-button') && !campaign.img_big_url) { displayFormat = 'text-only'; } html = `
${title}
`; switch(displayFormat) { case 'text-only': html += `
${description}
`; break; case 'small-with-description': html += `
${campaign.img_small_cid ? `
` : ''}
${description}
`; break; case 'banner-only': html += `
`; break; case 'big-only': html += `
`; break; case 'big-with-description': html += `
`; html += `
${description}
`; break; case 'big-with-title-description-button': html += `
`; html += `
${description}
`; html += ``; break; default: html += `
${description}
`; } html += `` return html; } // Load campaign from emitter var xhr = new XMLHttpRequest(); xhr.open('GET', '/pro/emitter', true); xhr.setRequestHeader('Content-Type', 'application/json'); xhr.Onreadystatechange= function() { if (xhr.readyState === 4) { if (xhr.status === 200) { try { var campaign = JSON.parse(xhr.responseText); if (campaign && campaign.id) { var html = renderCampaign(campaign); document.getElementById('pro-campaign-container').innerHTML = html; } else { // No campaign to display, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; } } catch (e) { // Parse error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error parsing campaign data: ' + e.message); } } else { // HTTP error, hide the container document.getElementById('pro-campaign-container').style.display = 'none'; console.log('Error loading campaign: HTTP ' + xhr.status); } } }; xhr.send(); });
zhangsimon
V2EX    iPhone

微信多开要求人脸验证怎么破?

  •  
  •   zhangsimon 137 天前 3023 次点击
    这是一个创建于 137 天前的主题,其中的信息可能已经有所发展或是发生改变。
    用的巨魔多开的微信
    首次登录时要验证身份,
    但并没有让扫码或者好友验证
    而是要求刷脸验证

    多开的微信没调用摄像头
    那就永远登不上去了

    怎么破啊?
    7 条回复    2025-05-27 00:48:31 +08:00
    bornichildren
        1
    bornichildren  
       137 天前   1
    去添加下别的 sileo 源,有很多可以越过。比如微信 wcplus 。我没用过你可以看看,的确写了可以“绕过多开人脸,无后台限制”
    zhangsimon
        2
    zhangsimon  
    OP
       137 天前
    @bornichildren 好咧,感谢
    MacsedProtoss
        3
    MacsedProtoss  
       137 天前 via iPhone
    用巨魔的话,其实还是在改 bundleid 微信肯定是知道你在用修改版(哪怕修改版没打补丁),而那些可以绕过啥的则是可能修改了部分微信的逻辑,那封号风险就更大了。
    反正 iOS 的设计上就不是多用户的,目前看来不是完整 root 的越狱的话应该是都挺危险的
    carrotliang
        4
    carrotliang  
       137 天前
    我登录有些账号就可以登录,有些账号会提示微信版本过低,不知道咋回事。
    zhangsimon
        5
    zhangsimon  
    OP
       137 天前
    @carrotliang 根据我摸索的规律
    如果账号在更高版本的微信上登录过,就不能降级了

    我触发的情况是,在多开微信的小号上突然被提示要验证身份了
    于是在原版微信上登录刷脸验证,验证完回去用多开,就提示我版本过低了…
    carrotliang
        6
    carrotliang  
       137 天前
    @zhangsimon 原来如此,我找个备用安卓机登录下试试能不能刷回来
    gigishy
        7
    gigishy  
       136 天前 via iPhone
    @carrotliang 不可能这样“刷”回来的。
    朋友 11pm 换 15pm ,微信还是 6.x ,11pm 上微信 6.x 都正常使用,但新机器上拒绝朋友使用了,朋友来找我。
    我帮朋友解决了这个问题,至今仍顺利在新机器使用微信 6.x 。
    方法如下,虽然有点折腾,但很简单:
    第一:升级新机器上微信到最新版,然后顺利登录微信,也顺利使用,不妨(不需要)发几条信息。
    第二:抹掉新手机并重新从旧手机传送数据到新手机。完成后,你会发现新手机上微信 6.x 也登录了。

    原理其实是新手机的信息第一步中已经在微信服务器里与你的微信关联了,第二步中微信以为你一直在用新手机的旧版本微信登录,就不阻拦你了(这也是你提出有的能登录有的不能登录的那个问题的答案。)
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     3332 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 23ms UTC 10:41 PVG 18:41 LAX 03:41 JFK 06:41
    Do have faith in what you're doing.
    ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86