Giter Site home page Giter Site logo

adbp's Introduction

adbp

A python script to make working with proxies on your Android devices much easier!


Installation

Pre-Requisites:

Usage

Usage: adbp.py [OPTIONS] COMMAND [ARGS]...

  A tool to add/remove proxies on Android devices via adb

Options:
  --help  Show this message and exit.

Commands:
  add     Adds a proxy
  remove  Removes any proxy

Add a proxy

Usage: adbp.py add [OPTIONS]

  Enables a proxy on connected devices via adb

Options:
  --serial TEXT   Device Serial
  --ip TEXT       IP Address
  --port INTEGER  Proxy Port
  --help          Show this message and exit.

Examples:

python3 adbp.py add - Adds proxy with default ip address and port 8888 to all connected devices

python3 adbp.py add --serial 1234 - Adds proxy with default ip address and port 8888 to connected device with serial id 1234

python3 adbp.py add --serial 1234 --ip 192.168.0.1 --port 8080 - Adds proxy of 192.168.0.1:8080 to connected device with serial id 1234

Remove a proxy

Usage: adbp.py remove [OPTIONS]

  Removes any proxy on connected devices via adb

Options:
  --serial TEXT  Device Serial
  --help         Show this message and exit.

Examples:

python3 adbp.py remove - Removes any configured proxy on all connected devices

python3 adbp.py remove --serial 1234 - Removes any configured proxy on connected device with serial id 1234

Contributing ๐Ÿ› 

I welcome contributions and discussion for new features or bug fixes. It is recommended to file an issue first to prevent unnecessary efforts, but feel free to put in pull requests in the case of trivial changes. In any other case, please feel free to open discussion and I will get back to you when possible.

adbp's People

Contributors

ed-george 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.