jxroot / adbwebkit

ADB For Hackers (:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ο»Ώ

logo

ADB WEBKIT


Access ADB On Browser With Awesome UI

php adb CodeFactor

enter image description here

πŸ“œ Table of Contents

πŸ‘Š Update Log

  • add live click option in screen tab
  • use with right mouse click

    enter image description here

  • add get position item in screen
  • add click command in payload tab
  • use with left mouse click

    enter image description here

    use this items togther for testing and automation

πŸ” Connection

enter image description here

You Can Connect With USB or IP Address But Just Use One if Use USB Dont Fill IP and Port And if Use IP Dont Fill USB if Fill Both input USB Mode in Priority

πŸ’Ž Shell

shell tab demo

  • Shell Access

βš™οΈ Application

enter image description here

Live Android Application Manager

  • Install Apk With Some Options Like GrantPermission And …
  • Revoke And Grant Apk Permission
  • Uninstall Apk
  • Run Apk
  • Clear Cache
  • Save Apk
  • Stop Apk

πŸ“Ÿ Screen

enter image description here

  • Take Screen Shot
  • Record Screen

πŸ“± Phone

enter image description here

  • Restart Device
  • ShutDown Device
  • Turn Screen On and Off
  • Brightness Up
  • Brightness Down
  • Chenge WMsize
  • Reset WMsize
  • Chenge Density
  • Reset Density
  • Volume Up
  • Volume Down
  • Chenge BatteryLevel
  • List Contacts Have issue
  • Delete All Contact
  • Add,Edit,Remove Contact Have issue
  • Get Clipboard Need clipper.apk
  • Set Clipboard Need clipper.apk
  • πŸ“‚ Files

    enter image description here

    Live Android File Manager With Live Search And Back Options

    • CopyAll
    • MoveAll
    • DeleteAll
    • Information
    • Rename
    • Delete
    • Download
    • Create File Or Folder
    • Upload
    • SuperUplaod

    πŸ“‘ Newtork

    enter image description here

    • Netstat
    • DumpWifi
    • ifconfig
    • IP

    πŸ˜€ FUN

    enter image description here

    • Send SMS Message
    • Open Link
    • Call
    • Play Music Taggle

    ⌨️ Keyboard

    enter image description here

    Live Android KeyInject With Your Keyboard


    After Done Your Work Refresh Page
    • a-z | 0-9 | Enter |@\/;#*-.=`+| ArrowKey | Backspace | Tab | Alt | Shift | PageUp | PageDown | Home | End | Escape | F12β€”>Space

    πŸ§ͺ Payload

    enter image description here
    Make Android Payload For Automation This Section Like DuckyScript

    • Allow Char : a-z | 0-9 | Enter |@/;#*-.=`+
    • ArrowKey : up | down | left | right
    • Scroll : scrollup | scrolldown
    • PhoneKey : back | home
    • KeyPad : enter | delete | tab | space
    • Input : text | menu
    • Device : resetwmsize | wmsize | densiysize | resetdensity | screen | shutdown | restart
    • Control : brightnessup | brightnessdown | volumeup | volumedown
    • App : run | launch | list | call | callpad | search | browsers
    • Music : play | pause | next | previous
    • Useful : sleep

    ☠️ Root

    enter image description here
    Temporarily disabled for some issues

    • Install Root Kit Connect With Netcat
    • Disable Touch And Screen For Payload
    • Set Wallpaper
    • VirusBox
    • SpoofMAC
    • Dump WIFI Passwords
    • Dump SMS
    • Remove Password
    • etc …

    πŸ’‘ Info

    enter image description here


    Get Some Information Android Device

    • Check Root
    • Uptime
    • Architect
    • Brand
    • Model
    • Board
    • Android Version
    • Serilal
    • SDK
    • BatteryLevel
    • TimeZone
    • Hostname
    • DNS1
    • DNS2
    • MAC
    • etc…

    enter image description here

    if You Downlod,Upload,Save,ScreenShot,RecordVideo And Install Apk You Can Access This On Your Device

    • Open
    • Rename
    • Copy
    • Cut
    • Delete

    πŸ›  Dependency

    • PHP 5.4 And Higher
    • ADB

    πŸ’Ώ Installation And Usage

    1- Enable Usb Debugging On Android Device

    2- Connect To Android Device

    3- Add ADB To Environment

    git clone https://github.com/jxroot/adbwebkit.git
    cd adbwebkit
    php -S 127.0.0.1:8000
    

    πŸ’Ώ Install Termux

    
    curl -o adbwebkit.sh https://pastebin.pl/view/raw/f57a60c7 && chmod +x adbwebkit.sh  && bash adbwebkit.sh
    

    πŸ’» Operating Systems Tested

    • Kali Linux 2021.1
    • Windows 10

    πŸ“Ή YouTube Tutorials

    How Install And Usage ADBWEBKIT

    ✌️ Doante Me:

    • Ethereum (ETH) : 0xfeCB5B86b0694FE943472c11183455924899e618 - ETH Network
    • Bitcoin (BTC) : bc1qnye95tuhvzzhuaywzem7wgp84uz5z9x3pqzadm
    • Tether (USDT) : TAaN7FgmD1HQYwJRgdYsGWB8Uhunj6FGWh - TRC20
    • Toncoin (TON) : UQCcdnF94j0Uqxyt7gVHQkx7oRwzZTQFyJ7fhXhM2Sq_SFGS

    πŸ”± Next Update

    • Fix Root Tab
    • Fix Contact
    • Add Live Delete,Edit... in UI
    • Add Advanced Log Tab
    • Add Backup and Restore Tab

    πŸ“§ Contact

    About

    ADB For Hackers (:

    License:GNU General Public License v3.0


    Languages

    Language:JavaScript 50.5%Language:PHP 26.7%Language:Hack 13.4%Language:CSS 9.4%