All Projects → tiann → Super Adb

tiann / Super Adb

Licence: mit
Enhance the adb shell using busybox, supporting vi、grep and awk etc. No need root.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Super Adb

logcat-colorize
Command that takes adb logcat from stdin and produces formatted colorized to stdout, written in C++.
Stars: ✭ 21 (-91.92%)
Mutual labels:  adb
stf-client
Request devices from Smartphone Test Farm for adb connection
Stars: ✭ 50 (-80.77%)
Mutual labels:  adb
Debloat
Remove ads, bloatware and speed up your device.
Stars: ✭ 44 (-83.08%)
Mutual labels:  adb
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (-83.08%)
Mutual labels:  adb
frida setup
One-click installer for Frida and Burp certs for SSL Pinning bypass
Stars: ✭ 47 (-81.92%)
Mutual labels:  adb
adb-butler
adb server for OpenSTF deployment
Stars: ✭ 23 (-91.15%)
Mutual labels:  adb
FireTVRemote-Node
A web app that can control your Amazon FireTV (Stick). Just startup Node, fill in your device's IP address and use your web browser as a remote. (Enable ADB debugging)
Stars: ✭ 54 (-79.23%)
Mutual labels:  adb
wirebug
Toggle Wi-Fi debugging on Android without a USB cable (needs root)
Stars: ✭ 33 (-87.31%)
Mutual labels:  adb
AdbNet
A tool that allows you to search for vulnerable android devices across the world and exploit them.
Stars: ✭ 112 (-56.92%)
Mutual labels:  adb
bot
Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
Stars: ✭ 321 (+23.46%)
Mutual labels:  adb
EDLUnlock
Bootloader Unlock from EDL.
Stars: ✭ 25 (-90.38%)
Mutual labels:  adb
MobyDroid
Android Device Manager with a Graphic User Interface (GUI) – Manage Android on Linux, Windows and MacOS.
Stars: ✭ 76 (-70.77%)
Mutual labels:  adb
debloat-adb
Bash Debloat-Scripts for Android Devices (using ADB)
Stars: ✭ 27 (-89.62%)
Mutual labels:  adb
quest-sidenoder
Cross platform Sideloader for Quest standalone headset
Stars: ✭ 78 (-70%)
Mutual labels:  adb
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-93.08%)
Mutual labels:  adb
macaca-adb
Node.js wrapper for ADB.
Stars: ✭ 36 (-86.15%)
Mutual labels:  adb
AndroidSecNotes
An actively maintained, Self curated notes related to android application security for security professionals, bugbounty hunters, pentesters, reverse engineer, and redteamers.
Stars: ✭ 140 (-46.15%)
Mutual labels:  adb
AFK-Daily
Automate daily activities within the AFK Arena game.
Stars: ✭ 39 (-85%)
Mutual labels:  adb
easy-dumpsys
Script that outputs this adb command: `adb shell dumpsys activity <package>` in a far smaller, easier & user-friendlier way...
Stars: ✭ 43 (-83.46%)
Mutual labels:  adb
WechatJump
基于 adb + pillow + opencv + sklearn 实现的微信跳一跳机器人,轻松上 30 万分。
Stars: ✭ 37 (-85.77%)
Mutual labels:  adb

super-adb

用busybox加持的功能更加强大的adb shell;不需要root。

使用方法

准备工作

  1. 安装 python,注意选择安装python 2.x

  2. 安装pexpect这个python库:

    pip install pexpect

  3. 下载super_adb,把它放到系统路径

    cp super_adb /usr/local/bin

使用方法

super_adb这个命令替代adb shell这个命令即可。

默认打开 adb shell

可加入 run-as + 包名 参数,可以直接进入对应包名的目录,并在对应包名下安装busybox

super_adb run-as com.test.package

效果图

预览

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].