ADB Toolkit

What is ADB?
ADB stands for Android Debug Bridge, it is used to spawn a shell on your android device, push and pull files back and forth from it, and debug it in various ways.
Its most notable use in the Android hacking community is to root the device!


What I have done is created a web GUI for ADB, with specific goals in mind. When this project is complete it will have many exceptional features but as of now it is limited to:

  • Listing files in a directory
  • Reading and writing files
  • Executing shell commands
  • Bricking the device


In the future, I hope to be able to do root installs, search for and pull media, add drag and drop capabilities for file management, and much much more

If anyone is interested in contributing, shoot me a message