5555 - Android Debug Bridge
Last updated
Last updated
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
From :
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:
In order to completely download the data of an application you can:
android debug bridge
You can use this trick to retrieve sensitive information like chrome passwords. For more info about this check the information a references provided .
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
Check the !
Join the 💬 or the or follow us on Twitter 🐦 .
Share hacking tricks by submitting PRs to the and github repos.