-
Notifications
You must be signed in to change notification settings - Fork 70
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
Get no result for even a obviously vulnerable application #2
Comments
Does the APK definitely have browsable activities that call the vulnerable web views? (the activity must match the signature given in |
Yes, I'm pretty sure. Or can you just provide a vulnerable app? I want to make sure that jandroid is running properly on my machine. I got no result from androidguard androguard while debugging. |
Unfortunately, I don't have vulnerable apps that can be shared. There have been some code changes recently. Can you try with the updated code? |
public class WebviewActivity extends AppCompatActivity {
} DEBUG Finished analysing Webview-debug.apk with output {'bug_obj': {'JSbridgeBrowsable': False}, 'graph_list': []}. |
这个我和同事确认过了,他自带的实例规则写的有些问题,需要自己改动 |
哦哦,是写的规则有问题么,那我再看下,多谢多谢 |
Can you share the edited rule? |
I got nothing on Jandroid output html. I'm sure that:
But I got this message in the log:
{'bug_obj': {'JSbridgeBrowsable': False}
I'm not sure that whether it is a bug, or the target apk just missed the template, or something else is wrong. It would be nice for you to provide a vulnerable apk which could be detected by Jandroid, in order to prove that Jandroid is working properly.
The text was updated successfully, but these errors were encountered: