|
|
|
|
|
by khakimov
4040 days ago
|
|
inside their dmg file:
-rw-r--r-- 1 buddha staff 163840 Jul 21 2014 password_pro.sqlite sqlite> .tables
pwd
sqlite> .schema pwd
CREATE TABLE "pwd" ("password" TEXT NOT NULL );
sqlite> SELECT * FROM pwd;
a30e502c125899a41cb562a7a36b4bd0
c58675db0ba9266fb5307982e4368ab0
5631e619f6e280c0740704a25a8298f6
... i don't know how they are using this pwd, but seems like a good starting point. |
|
Edit:
Getting a different result for the database in the apk:
Most "pwd" are 32 chars long, some are 64 chars, and a few are 96 chars for some odd reason.ap_info, and js_injection tables are empty so you'd have to get at it after syncing to their servers.