From e2b5e83a33908de5a1bb7767a54b0acf65aa8b50 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sat, 21 Dec 2019 23:56:37 -0500 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0872e91 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +### ADBWatch + +A tool to play with the Android Debug Bridge protocol, and do useful things on your Android phone. This is a re-implementation of the clientside part of the ADB wire protocol, with some hopefully useful added functions. + +A few things are possible right now: +* It can run arbitrary shell commands +* A reimplementation of all of the ADB sync protocol (file transfer) +* Reboot the phone +* List all CA certificates + +Goals: +* Ability to safely install a custom CA certificate on your phone, and revoke it. +* Reverse proxying / MITM your phone. +* Create a backup of everything accessible (requires root for everything).