Copy Android Phone
by notconnectedxxx - Thursday January 4, 2024 at 05:52 AM
#1
Hey,
what is the easiest/fastest way to copy andoind phone contents once phone in unlocked?
Thanks
Reply
#2
(01-04-2024, 05:52 AM)notconnectedxxx Wrote: Hey,
what is the easiest/fastest way to copy andoind phone contents once phone in unlocked?
Thanks

[*]Imaging an Android device requires three things:
  • A data connection between the device and the computer
  • An exploit
  • An imaging command

So adb, dd netcat and root (SuperSu) is all you need to do that task.

[font='courier new', 'courier', monospace]adb devices[/font]
adb -d install supersu.apk
[font='courier new', 'courier', monospace]adb -d shell[/font] 
[font='courier new', 'courier', monospace]su[/font] 
[font='courier new', 'courier', monospace]ls /data[/font] 
[font='courier new', 'courier', monospace]adb forward tcp:8888 tcp:8888[/font]
[font='courier new', 'courier', monospace]dd if=/dev/block/mmcblk0 | busybox nc -l -p 8888[/font]
[font='courier new', 'courier', monospace]nc 127.0.0.1 8888 > device_image.dd[/font]
[font='courier new', 'courier', monospace]
[/font]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to hack an Android device using BeEF? just99 1 2,896 09-28-2024, 03:51 PM
Last Post: Breach_Forums
  hack into android phones infodeager 2 3,791 06-24-2024, 06:06 PM
Last Post: caligulak1
  [Android reverse eng] Bypass code injection detection vazolumegui 1 2,448 02-11-2024, 10:01 PM
Last Post: delasminas

Forum Jump:


 Users browsing this thread: 1 Guest(s)