bilive / bilive_client

基于Node.JS的bilibili账号活跃系统
MIT License
457 stars 109 forks source link

通过CDN规避403的方法已经失效 #106

Closed lzghzr closed 5 years ago

lzghzr commented 6 years ago

可能是用的人太多,就失效了╯︿╰

所以推荐一个项目吧 SpiderClub/haipproxy

lzghzr commented 6 years ago

顺便说一下打算更新暴力发包和大面积监听,如果感觉不妥的话可以直接留言

RhythmNz commented 6 years ago

我现在遇到了一个非常奇怪的情况 我一共两个大号和几个小号一起挂抽奖 然后其中有一个大号不进行任何设置的情况下 100%抽奖 默认规避设置 无延迟 也没有被封号 直到现在也是这样 而其他账号我目前测试8000延迟 0,7规避 55%丢弃率 依然连续抽2天就400 推荐的项目会改善400情况吗?

lzghzr commented 6 years ago

有一种账号确实不好被封,而且这种账号也不能参与节奏风暴,目前不太清楚原因 推荐的项目是解决403的

On Sun, Sep 16, 2018, 10:06 RhythmNz notifications@github.com wrote:

我现在遇到了一个非常奇怪的情况 我一共两个大号和几个小号一起挂抽奖 然后其中有一个大号不进行任何设置的情况下 100%抽奖 默认规避设置 无延迟 也没有被封号 直到现在也是这样 而其他账号我目前测试8000延迟 0,7规避 55%丢弃率 依然连续抽2天就400 推荐的项目会改善400情况吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lzghzr/bilive_client/issues/106#issuecomment-421672384, or mute the thread https://github.com/notifications/unsubscribe-auth/AMxV0rISelAzyB5DcxaAaBm0zVxGFXacks5ubbIrgaJpZM4WpVfj .

RhythmNz commented 6 years ago

那要如何解决400呢...

ShmilyChen commented 6 years ago

怎么使用这个项目呢?

brina60602 commented 6 years ago

那要怎麼使用這個項目在win上呢?(:3」∠)

last2win commented 6 years ago

为什么要用CDN,不能直接用真实IP吗?

lzghzr commented 6 years ago

恩,这是历史遗留问题,之前可以用cdn轮询的方式达到超高并发请求而不会触发网站保护机制,现在被和谐掉了 真实IP之前节奏风暴的时候用过,会有时间优势,现在所有抽奖都不以参与时间快慢定结果了,所以也没意义了(有间歇性bug可以根据参与时间加入,100%中头奖,不过最近也很少见到


From: zhang0peter notifications@github.com Sent: Sunday, October 21, 2018 8:18:14 AM To: lzghzr/bilive_client Cc: lzzr; Author Subject: Re: [lzghzr/bilive_client] 通过CDN规避403的方法已经失效 (#106)

为什么要用CDN,不能直接用真实IP吗?

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lzghzr/bilive_client/issues/106#issuecomment-431628074, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMxV0hp4IZKp4G9quL4Jc-eKT_pEIX_rks5um71GgaJpZM4WpVfj.

last2win commented 6 years ago

恩,这是历史遗留问题,之前可以用cdn轮询的方式达到超高并发请求而不会触发网站保护机制,现在被和谐掉了 真实IP之前节奏风暴的时候用过,会有时间优势,现在所有抽奖都不以参与时间快慢定结果了,所以也没意义了(有间歇性bug可以根据参与时间加入,100%中头奖,不过最近也很少见到 ____ From: zhang0peter notifications@github.com Sent: Sunday, October 21, 2018 8:18:14 AM To: lzghzr/bilive_client Cc: lzzr; Author Subject: Re: [lzghzr/bilive_client] 通过CDN规避403的方法已经失效 (#106) 为什么要用CDN,不能直接用真实IP吗? ― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#106 (comment)>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMxV0hp4IZKp4G9quL4Jc-eKT_pEIX_rks5um71GgaJpZM4WpVfj.

那怎样设置可以用真实IP吗? 我感觉用代理IP更麻烦

Vector000 commented 5 years ago

emmm我不认为现在暴力发包还能解决400的问题 作为一个自己被封一个多月的用户,我曾经在直播web界面手动进行暴力抽奖(狂点)结果无一例外是400 相反我觉得在400的情况下继续进行抽奖是一个不明智的选择,可能会使封禁的时间进一步延长,我是把宝箱抽奖啥的全部停掉过了两星期才出来,至今未封;在没办法强行绕过B站小黑屋的情况下我觉得还是采取“400停抽”的策略比较好XD 当然这只是一个建议

lzghzr commented 5 years ago

如果使用代理池的话会就可以规避403,所以暴力发包要配合使用 目前没有去除轮询CDN机制,是因为有些场景可能有用,前几天爬取某一信息的时候还是可以做到300/s,当然没有做对比测试


发件人: Vector000 notifications@github.com 发送时间: Sunday, November 4, 2018 8:19:06 PM 收件人: lzghzr/bilive_client 抄送: lzzr; Author 主题: Re: [lzghzr/bilive_client] 通过CDN规避403的方法已经失效 (#106)

emmm我不认为现在暴力发包还能解决400的问题 作为一个自己被封一个多月的用户,我曾经在直播web界面手动进行暴力抽奖(狂点)结果无一例外是400 相反我觉得在400的情况下继续进行抽奖是一个不明智的选择,可能会使封禁的时间进一步延长,我是把宝箱抽奖啥的全部停掉过了两星期才出来,至今未封;在没办法强行绕过B站小黑屋的情况下我觉得还是采取“400停抽”的策略比较好XD 当然这只是一个建议

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lzghzr/bilive_client/issues/106#issuecomment-435664879, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMxV0kDc0QQRF-yrPXo_Fy_Cx3bPk175ks5urts6gaJpZM4WpVfj.

lzghzr commented 5 years ago

emmm我不认为现在暴力发包还能解决400的问题 作为一个自己被封一个多月的用户,我曾经在直播web界面手动进行暴力抽奖(狂点)结果无一例外是400 相反我觉得在400的情况下继续进行抽奖是一个不明智的选择,可能会使封禁的时间进一步延长,我是把宝箱抽奖啥的全部停掉过了两星期才出来,至今未封;在没办法强行绕过B站小黑屋的情况下我觉得还是采取“400停抽”的策略比较好XD 当然这只是一个建议

目前正在考虑这个建议, 400停抽和暴力发包设置上并不冲突