pattern ဖတ္နည္း အစံုသုပ္
===============
usb debug disable ျဖစ္ပါက
mtk ဆုိ flash mode က ေန userdata.img backup ဆြဲ
qcom ဆို 9008 mode ကေန backup ဆြဲ ပါ
root ေဖာက္ထားတဲ့ အလံုး ထဲက gesture.key ဆြဲ ထုတ္ နညး္
usb debug enable ျဖစ္ပါက
$adb shell
shell@android$su
root@android#cp /data/system/gesture.key /mnt/sdcard
The commands shown above will copy the gesture.key file onto the sdcard.
Now, we can pull this file onto your local machine using the following command.
$adb pull /mnt/sdcard/gesture.key
=============
How are password.key and locksettings.db file obtained from a real device?
password.key and locksettings.db have to be pulled from their respective locations shown below. This also works with emulators.
/data/system/password.key
/data/system/locksettings.key
We can use the same steps that are used with gesture.key
Copy the files on to the sdcard
# cp /data/system/password.key /mnt/sdcard/
# cp /data/system/locksettings.db /mnt/sdcard/
Pull the files from sdcard
$ adb pull /mnt/sdcard/password.key
$ adb pull /mnt/sdcard/locksettings.db
cat command သံုး ျပီး password.key ၾကည့္
locksettings.db ကို sqlite3 command သံုး ျပီးၾကည့္
lockscreen.password_salt ေနရာမွာထပ္ၾကည့္
sqlite browser နဲ့မွ ပို အဆင္ေျပ
===============
android pattern lock ကိုယာယီ disable ျပ ုလုပ္ၿခင္း
moborobo မွာလညး္ ပါတယ္ ၾကိ ုးထိုးလိုက္တာနဲ့ Lock screen ျပ ုတ္သြားတာ သတိထားမိမွာပါ
USB debugging must be enabled.
No root required.
com.android.settings.ChooseLockGeneric class. A user can send an intent to disable any type of screen lock. This is shown below
$ adb shell am start -n com.android.settings/com.android.settings.ChooseLockGeneric –ez confirm_credentials false –ei lockscreen.password_type 0 –activity-clear-task
Running the above command will disable the lock screen.
=======
credit
http://resources.infosecinstitute.com/android-forensics-labs/#gref
==========================
website ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
Pattern Lock Structure
-----------------------------
0 1 2
3 4 5
6 7 8
Pattern Lock See Hex Code Link = https://barney.0x539.se/android/
B172E8A280DA8A7C9350006DEFC74CDAFF9A64E0 = 6 => 3 => 4 => 1 => 2 ( Pattern No က 63412 ပါတဲ့ )
https://web.facebook.com/photo.php?fbid=410582049318746&set=a.123357918041162.1073741828.100011008631613&type=3
=========
SqliteBrowser ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
HxDen.zip 788.17 KB
https://openload.co/f/zt0UfB3iR7A/HxDen.zip
http://uptobox.com/gj6nxpl9mqys
http://mh-nexus.de/downloads/HxDen.zip
ftp://wa651f3:anonymous@mh-nexus.de/HxDen.zip
https://mh-nexus.de/en/hxd/
===========
GestureRainbowTable.db, Size 126.56 MB...
https://openload.co/f/ZmUa8ugQF5g/GestureRainbowTable.db
http://uptobox.com/ymbduwk1bs0t
4. SqliteBrowser
DB.Browser.for.SQLite-3.9.1-win32.exe 12.89 MB
https://openload.co/f/dmXA3IP-pfE/DB.Browser.for.SQLite-3.9.1-win32.exe
http://uptobox.com/22gfooz5x6uk
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/DB.Browser.for.SQLite-3.9.1-win32.exe
DB.Browser.for.SQLite-3.9.1-win64.exe 15.02 MB
https://openload.co/f/HLMvVj7TZ_w/DB.Browser.for.SQLite-3.9.1-win64.exe
http://uptobox.com/vn7z7kvjxsn4
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/DB.Browser.for.SQLite-3.9.1-win64.exe
SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe 14.16 MB
https://openload.co/f/jPGbnTu079g/SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe
http://uptobox.com/oi69s6c1en0x
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe
http://sqlitebrowser.org/
credit
https://www.facebook.com/MobileTechnologyCity/posts/800617543380114
================
python ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
Patternlock.rar, Size 16.29 MB...
https://openload.co/f/njDuQOqyMxQ/Patternlock.remove.video.guide.rar
pattern.lock.remove.python.rar 15.46 MB
https://openload.co/f/cYtsty2rRlQ/pattern.lock.remove.python.rar
credit
https://www.facebook.com/phyoepapawai/videos/834232100076148/
==============
===============
usb debug disable ျဖစ္ပါက
mtk ဆုိ flash mode က ေန userdata.img backup ဆြဲ
qcom ဆို 9008 mode ကေန backup ဆြဲ ပါ
root ေဖာက္ထားတဲ့ အလံုး ထဲက gesture.key ဆြဲ ထုတ္ နညး္
usb debug enable ျဖစ္ပါက
$adb shell
shell@android$su
root@android#cp /data/system/gesture.key /mnt/sdcard
The commands shown above will copy the gesture.key file onto the sdcard.
Now, we can pull this file onto your local machine using the following command.
$adb pull /mnt/sdcard/gesture.key
=============
How are password.key and locksettings.db file obtained from a real device?
password.key and locksettings.db have to be pulled from their respective locations shown below. This also works with emulators.
/data/system/password.key
/data/system/locksettings.key
We can use the same steps that are used with gesture.key
Copy the files on to the sdcard
# cp /data/system/password.key /mnt/sdcard/
# cp /data/system/locksettings.db /mnt/sdcard/
Pull the files from sdcard
$ adb pull /mnt/sdcard/password.key
$ adb pull /mnt/sdcard/locksettings.db
cat command သံုး ျပီး password.key ၾကည့္
locksettings.db ကို sqlite3 command သံုး ျပီးၾကည့္
lockscreen.password_salt ေနရာမွာထပ္ၾကည့္
sqlite browser နဲ့မွ ပို အဆင္ေျပ
===============
android pattern lock ကိုယာယီ disable ျပ ုလုပ္ၿခင္း
moborobo မွာလညး္ ပါတယ္ ၾကိ ုးထိုးလိုက္တာနဲ့ Lock screen ျပ ုတ္သြားတာ သတိထားမိမွာပါ
USB debugging must be enabled.
No root required.
com.android.settings.ChooseLockGeneric class. A user can send an intent to disable any type of screen lock. This is shown below
$ adb shell am start -n com.android.settings/com.android.settings.ChooseLockGeneric –ez confirm_credentials false –ei lockscreen.password_type 0 –activity-clear-task
Running the above command will disable the lock screen.
=======
credit
http://resources.infosecinstitute.com/android-forensics-labs/#gref
==========================
website ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
Pattern Lock Structure
-----------------------------
0 1 2
3 4 5
6 7 8
Pattern Lock See Hex Code Link = https://barney.0x539.se/android/
B172E8A280DA8A7C9350006DEFC74CDAFF9A64E0 = 6 => 3 => 4 => 1 => 2 ( Pattern No က 63412 ပါတဲ့ )
https://web.facebook.com/photo.php?fbid=410582049318746&set=a.123357918041162.1073741828.100011008631613&type=3
=========
SqliteBrowser ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
HxDen.zip 788.17 KB
https://openload.co/f/zt0UfB3iR7A/HxDen.zip
http://uptobox.com/gj6nxpl9mqys
http://mh-nexus.de/downloads/HxDen.zip
ftp://wa651f3:anonymous@mh-nexus.de/HxDen.zip
https://mh-nexus.de/en/hxd/
===========
GestureRainbowTable.db, Size 126.56 MB...
https://openload.co/f/ZmUa8ugQF5g/GestureRainbowTable.db
http://uptobox.com/ymbduwk1bs0t
4. SqliteBrowser
DB.Browser.for.SQLite-3.9.1-win32.exe 12.89 MB
https://openload.co/f/dmXA3IP-pfE/DB.Browser.for.SQLite-3.9.1-win32.exe
http://uptobox.com/22gfooz5x6uk
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/DB.Browser.for.SQLite-3.9.1-win32.exe
DB.Browser.for.SQLite-3.9.1-win64.exe 15.02 MB
https://openload.co/f/HLMvVj7TZ_w/DB.Browser.for.SQLite-3.9.1-win64.exe
http://uptobox.com/vn7z7kvjxsn4
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/DB.Browser.for.SQLite-3.9.1-win64.exe
SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe 14.16 MB
https://openload.co/f/jPGbnTu079g/SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe
http://uptobox.com/oi69s6c1en0x
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.9.1/SQLiteDatabaseBrowserPortable_3.9.1_English.paf.exe
http://sqlitebrowser.org/
credit
https://www.facebook.com/MobileTechnologyCity/posts/800617543380114
================
python ကို အသံုး ျပ ု ျပီး pattern အား ဖတ္ရန္
Patternlock.rar, Size 16.29 MB...
https://openload.co/f/njDuQOqyMxQ/Patternlock.remove.video.guide.rar
pattern.lock.remove.python.rar 15.46 MB
https://openload.co/f/cYtsty2rRlQ/pattern.lock.remove.python.rar
credit
https://www.facebook.com/phyoepapawai/videos/834232100076148/
==============
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.