> For the complete documentation index, see [llms.txt](https://guide.offsecnewbie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.offsecnewbie.com/android.md).

# Android

{% hint style="info" %}
port 5555 is the android debug port
{% endhint %}

### Install adb to allow you to connect to android device

```
apt-get install adb
```

### connect to device&#x20;

```
adb connect $ip:port
```

### get shell

```
adb shell
```
