Skip to content

Instantly share code, notes, and snippets.

View kayibea's full-sized avatar

kayibea kayibea

  • Le Havre / France
  • 19:25 (UTC +02:00)
View GitHub Profile
@kayibea
kayibea / Termux ssh setup with adb forward.md
Created September 9, 2023 22:51
Setup Termux ssh with blazing fast

Setup Termux ssh with blazing fast response

Requirement

  1. USB Cable (with data transfert support)

Setup termux

Install openssh and nmap

@kayibea
kayibea / AdbCommands
Created May 1, 2023 01:40 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader