nanqiu / android-keystore-password-recover

Automatically exported from code.google.com/p/android-keystore-password-recover
1 stars 0 forks source link

android-keystore-password-recover

Automatically exported from code.google.com/p/android-keystore-password-recover

How To

Java 7 is required to run this tool!!

download here

Download the latest version of the Tool https://drive.google.com/file/d/0B_Rw7kNjv3BATldrLXMwcVRud2c/edit?usp=sharing

execute with

java -jar AndroidKeystoreBrute.jar <args>

possible args

example for brute-force attack

java -jar AndroidKeystoreBrute_v1.05.jar -m 1 -k <...keystore> -start AAAAAA

example for dictionary attack

java -jar AndroidKeystoreBrute_v1.05.jar -m 2 -k "C:\\mykeystore.keystore" -d "wordlist.txt" 

example for smart wordlist attack (recommend)

java -jar AndroidKeystoreBrute_v1.05.jar -m 3 -k "C:\\mykeystore.keystore" -d "wordlist.txt" 

If there are any spaces in path or filenames, you have to use quotes for the path!!

If you want to work on your pc while this is running, just decrease the priority of java.exe (dont't know how to do it in Linux etc..)

If you have to interrupt the brute force you can restart it with adding -start "LASTPWD"