5555 - Android Debug Bridge
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
From the docs:
Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.
Default port: 5555.
If find the ADB service running in a port of a device and you can connect to it, you can get a shell inside the system:
For more ADB commands check the following page:
ADB CommandsIn order to completely download the data of an application you can:
You can use this trick to retrieve sensitive information like chrome passwords. For more info about this check the information a references provided here.
android debug bridge
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)