ADB - port 5555
Android Debug Bridge port
Scan
Connexion
Ouvrir un shell
Capture d'écran
Autres commandes adb utiles
// Some codeApplicatifs
🤖AndroidMis à jour
Android Debug Bridge port
$ nmap -p 5555 -sV <target IP>
$ adb connect <target IP>:5555
$ adb shell
$ screencap -d /path/to/output.png
$ adb pull /path/to/output.png
// Some codeMis à jour