Giter Club home page Giter Club logo

p2p-adb's Introduction

p2p-adb Framework

Phone-2-Phone adb Framework - A project for "debugging" phones... from other phones.

A loose framework to assist in pulling data, making system changes, etc, with minimal user input.

Media

  • Featured on Hak5 (hak5.org)
  • Presented at DerbyCon 2012 (irongeek.com)
  • DerbyCon 2012 slides (kyleosborn.com) (PDF)

Goal/Reason

Attacking another device by plugging directly into it has always been something I thought would be movie hacker cool.

The real idea is that: Someone leaves their phone at the table, locked, and only for a few minutes. You pull your phone out, plug them together, and hope to god that have USB debugging enabled (all custom ROMs do.) Slurp down their files, stick your own backdoors there, and you're set to go!

Took me about 45 seconds to copy over 62MB of com.android.google.* databases and user_prefs files (from encrypted Galaxy Nexus to unencrypted Galaxy Nexus, but running AOKP Milestone 5).

A Framework?

Yes, because as devious as I might think I am (and I am), I'm certain others have more clever ideas than mine.

As this project develops, it will form more into a framework, providing tools necessary to quickly, and sanely, allow users (i.e. you) to create scripts as easily as possible.

Requirements

Most of the scripts should be doable by both PC and an Android phone.

Note: This was designed for sh (not bash/dash/ksh/etc). I can't guarentee functionality will work across the shells.

Android requires:

  • An install has/supports adb (I believe stock comes with adb, otherwise you could probably add it)
  • An install that supports USB host mode
  • A phone that supports USB host mode (hardware support)
  • Root
  • Busybox
  • A terminal emulator
  • Probably a USB On the Go cable
  • Check out Hak5's micro-micro USB cable: Hak5 Shop

PC requires

  • Android SDK (specifically, you nee adb)
  • adb needs to be in $PATH
  • Something that will interpret shell scripts (I'm looking at you, Windows users. cygwin should work)

Running

  • Copy to phone
  • su
  • sh ./run.sh
  • profit

Targets known to be working:

  • AOKP Milestone 5
  • CyanogenMod

Targets that still have some issues:

  • Stock Android (Still figuring out the best methods to re-implement everything with a limited shell environment)
  • Note! Stock Android is now working, busybox is now PUSHED to the device

As necessary, I'll start expanding and building checks against certain ROMs/toolkit versions to create maximum damage.

AntiGuard

AntiGuard is an Android app I wrote that will assist you in unlocking a phone.

Since ADB doesn't always give you root, you might be limited in what you can do. However, the standard ADB shell user is also very powerful.

  • AntiGuard is now built into the regular toolset!

  • To install AntiGuard, you simply need to run

    • adb install AntiGuard/AntiGuard.apk
  • To unlock the screen once install

    • adb shell am start -S io.kos.antiguard/.unlock
  • To uninstall, hit the uninstall button, or run this command

    • adb ununinstall io.kos.antiguard

Credits

Note: If you're looking to report a bug, please use the issue tracker in GitHub. Support can also be found that way.

Me, you're welcome. @theKos

Email

License

GPLv3

p2p-adb's People

Contributors

darkpoison avatar e3cb avatar jaku avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.