1FejTYGzxfbo3NvuQ48cpX7VcHyoxaksHR


SUBMITTED BY: Guest

DATE: Dec. 15, 2013, 3:39 a.m.

FORMAT: Text only

SIZE: 3.0 kB

HITS: 4332

  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3. C:\Users\Scott>cd c:\mini-adb_inc
  4. c:\mini-adb_inc>adb devices
  5. * daemon not running. starting it now *
  6. * daemon started successfully *
  7. List of devices attached
  8. HT117HJ00242 device
  9. c:\mini-adb_inc>md5sums mtd0.img
  10. MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
  11. Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
  12. Type md5sums -h for help
  13. [Path] / filename MD5 sum
  14. -------------------------------------------------------------------------------
  15. [c:\mini-adb_inc\]
  16. mtd0.img 34307be744275f1db1dd16af04c37839
  17. c:\mini-adb_inc>md5sums flash_image
  18. MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
  19. Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
  20. Type md5sums -h for help
  21. [Path] / filename MD5 sum
  22. -------------------------------------------------------------------------------
  23. [c:\mini-adb_inc\]
  24. flash_image 0098a7dd6600b55fac34fc6645be5d7a
  25. c:\mini-adb_inc>md5sums zergRush
  26. MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
  27. Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
  28. Type md5sums -h for help
  29. [Path] / filename MD5 sum
  30. -------------------------------------------------------------------------------
  31. [c:\mini-adb_inc\]
  32. zergRush 4a32187446c284c2b975845f3ab9ffc4
  33. c:\mini-adb_inc>adb push zergRush /data/local/
  34. 1150 KB/s (21215 bytes in 0.018s)
  35. c:\mini-adb_inc>adb shell
  36. $ chmod 755 /data/local/zergRush
  37. chmod 755 /data/local/zergRush
  38. $ /data/local/zergRush
  39. /data/local/zergRush
  40. [**] Zerg rush - Android 2.2/2.3 local root
  41. [**] (C) 2011 Revolutionary. All rights reserved.
  42. [**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
  43. [+] Found a GingerBread ! 0x00015108[*] Scooting ...[*] Sending 149 zerglings ...
  44. [+] Zerglings found a way to enter ! 0x10[*] Sending 149 zerglings ...
  45. [+] Zerglings caused crash (good news): 0x401219e4 0x006c[*] Researching Metabolic Boost ...
  46. [+] Speedlings on the go ! 0xafd158bf 0xafd1ace3[*] Sending 149 zerglings ...
  47. [+] Rush did it ! It's a GG, man !
  48. [+] Killing ADB and restarting as root... enjoy!
  49. c:\mini-adb_inc>adb push flash_image /data/local/
  50. 1547 KB/s (76044 bytes in 0.048s)
  51. c:\mini-adb_inc>adb push mtd0.img /sdcard/
  52. 1017 KB/s (655360 bytes in 0.629s)
  53. c:\mini-adb_inc>adb shell
  54. # cd /data/local
  55. cd /data/local
  56. # chmod 0755 /data/local/flash_image
  57. chmod 0755 /data/local/flash_image
  58. # cd /data/local
  59. cd /data/local
  60. # ./flash_image misc /sdcard/mtd0.img
  61. ./flash_image misc /sdcard/mtd0.img
  62. # exit
  63. exit
  64. c:\mini-adb_inc>adb reboot bootloader
  65. c:\mini-adb_inc>

comments powered by Disqus