-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
不支持ARouter路由框架导致断链 #73
Comments
跨activity怎么关联呢?这个一直没有好办法,可以一起讨论一下。
就看这个片段,这个不是典型的uxss? |
跨activity我们是通过关联多个规则扫描结果来解决,这里主要是断在ARouter路由这里,单看DemoWebActivity的话,因为是非导出组件,在处理结果的时候就忽略了 |
java.lang.RuntimeException: file '?/e/ASCode/appshark-main/jiance.apk' does not |
windows 下面指定路径的方式不一样吧 |
是在一个漏洞案例里发现的,任意URL加载,即导出组件从外部获取Intent,并传入loadUrl()
攻击链:LoginActivity(导出) -> HomeActivity(非导出) -> ARouter(跳转) -> DemoWebActivity(非导出)
没办法通过路由
WebViewConst.ROUTER_KEY.WEB_ACTIVITY
进行关联,导致断链:The text was updated successfully, but these errors were encountered: