> For the complete documentation index, see [llms.txt](https://blog.s1rn3tz.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.s1rn3tz.ovh/hacking-protocols/adb-port-5555.md).

# ADB - port 5555

## Scan

`$ nmap -p 5555 -sV <target IP>`

## Connexion

`$ adb connect <target IP>:5555`

## Ouvrir un shell

`$ adb shell`

## Capture d'écran

`$ screencap -d /path/to/output.png`

`$ adb pull /path/to/output.png`

## Autres commandes adb utiles

```
// Some code
```

## Applicatifs

{% content-ref url="/pages/hz0UVfmDfnxgqPnmomjA" %}
[Android](/pentest-mobile/android.md)
{% endcontent-ref %}
