For the complete documentation index, see llms.txt. This page is also available as Markdown.

ADB - port 5555

Android Debug Bridge port

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

🤖Android

Mis à jour