From the course: Ethical Hacking: Mobile Devices and Platforms
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Getting command-line access with ADB - iOS Tutorial
From the course: Ethical Hacking: Mobile Devices and Platforms
Getting command-line access with ADB
- [Instructor] When preparing the environment for testing, we loaded the Android SDK. One of the important testing tools that we loaded with that is called ADB: the Android Debug Bridge. This enables us to get command line access to any Android device. To use ADB, I need to put the device into developer mode and I can do this by selecting the phone's settings, scroll down and select About, and then tap on the entry Build Number seven times. The phone will display a message to say it's in developer mode and add a new entry to the Settings menu called Developer Options. The easiest way to run ADB is over USB. So I can go into Developer Options and select USB Debugging. When I connect it to the computer subsequently, it will then ask whether I want to activate Debugging mode. I've got my Android phone connected to the computer using a USB cable. Let's look at the commands we can use with ADB. In the Basic options, we can see…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
(Locked)
Understanding the Android operating system6m 38s
-
(Locked)
Understanding the Android security model4m 46s
-
(Locked)
Preparing for Android testing1m 38s
-
(Locked)
Extracting and reading the manifest file7m 28s
-
(Locked)
Extracting and reading JavaScript code5m 22s
-
(Locked)
Recreating Java source code with JAD2m 23s
-
(Locked)
Browsing applications directly with JADX2m 3s
-
(Locked)
Getting command-line access with ADB5m 23s
-
(Locked)
Install an Android emulator from the SDK2m 14s
-
(Locked)
Dynamic analysis of Android applications5m 49s
-
(Locked)
Using Drozer to analyze applications4m 54s
-
(Locked)
Checking for scam phones2m 52s
-
(Locked)
-
-
-