-
Notifications
You must be signed in to change notification settings - Fork 122
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
Keystore password? #8
Comments
User your androidDebug.keystore |
I'm trying to do this:
And then this:
This is the log:
|
I really don't know what I'm doing, just trying pretty much random stuff that seems to make sense 😅 This is what I'm trying to pull off: mitmproxy/mitmproxy#2054 (comment) |
My goal is to use the mitmproxy in a third party app to inspect SSL traffic |
@levyitay I did the following: I installed android studio and the SDK to get that default keystore file. Then I ran your script and it seemed to work:
But then when I try to install it onto my device it ends with an "App not installed" error :( |
I found a workaround. However, this still happens. If you want the apk to debug it yourself, let me know and I'll send it to you. I don't need the tool anymore, but thanks :) |
@DaniGuardiola the script is designed to work with android keystore currently. |
I don't know much about how keystores work, I'm just trying to do some reverse engineering.
I used this to generate a keystore: https://gist.github.com/chtz/4e3f503bae5eb21783e6
It asked for a password and I entered 'aaaaaa' because I didn't know what to write and it didn't let me enter an empty password. But then, when executing this with that keystore file, I got this error:
What should I do?
Thanks
The text was updated successfully, but these errors were encountered: