Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提两个功能吧 #10

Open
smallevil opened this issue Apr 1, 2018 · 1 comment
Open

提两个功能吧 #10

smallevil opened this issue Apr 1, 2018 · 1 comment

Comments

@smallevil
Copy link

1.增加认证
auth或IP白名单都行,最好auth,因为有某些时候,会把这东西放公网上.

2.类似插件的功能,不用mysql
比如有一个json之类的配置文件,配置文件里写规则,比如当正则匹配到某网址时,把response的头和html统一post到规则里的指定的URL上.
这样就可以做更多事件了.
规则可以很简单,完整的一个请求地址,不带参数,简单点str.find找到就post内容到规则指定url即可.
这样扩展性更强,至于后边接收后怎么处理,自己根据需要实现就OK了.方便整合到需要的流程里.

不知道大神有没有兴趣实现一下?
谢谢

@smallevil
Copy link
Author

smallevil commented Apr 1, 2018

说一个应用场景吧.
现在app的数据,有很多的安全验证做的非常严格.
cookie某时间内有效,或者每一次请求有一个独立的sign,此sign只能用于本次,再翻页都无效.
如果能实现我提到的两种功能.
则就不用简单的把此程序限制在代理上了.
设置好后,安卓上实现一个自动翻页的程序,搭配这个代理功能,效果杠杠的.
不用一定要特别费力的一定要破解了APP才行.流程走通后,一切都不是问题了.
:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant