Git Product home page Git Product logo

aprox's Introduction

aprox

License: MIT

Android PROXy setting tool

Motivation

In the security test for android apps, we can specify a local proxy server or local DNS server from the Wifi settings and use a proxy tool to check request and response. Since it is troublesome to configure this from the GUI, we created this tool so that it can be configured from the CUI.

Requirements

  • adb
  • Android Device

Installation

$ pip install git+ssh://[email protected]/aktsk/aprox.git

Usage

Subcommands are assigned with alias, which is useful.

subcommand alias desc
proxy p Set local proxy server
dns d Set local DNS server(rooted device only)
clear c, cl Clear local proxy/DNS setting
manual m Access WiFi settings page on GUI

Set Proxy Server

proxy subcommand set the local proxy Server.

$ aprox proxy 192.168.100.10:8080
Local proxy has been set up

Set DNS Server (rooted device only)

dns subcommand set the local DNS Server. This only works on rooted devices.

Fake DNS servers can be set up using PacketProxy.

$ aprox dns 192.168.100.10
200 0 Resolver command succeeded

Clear Settings

clear subcommand clear local proxy/DNS setting.

$ aprox clear
Local proxy is not configured...
Cleared local DNS settings!!

Access Wifi settings page

manual subcommand access WiFi settings page on GUI.

$ aprox manual
Starting: Intent { act=android.settings.WIRELESS_SETTINGS flg=0x4000000 }

License

MIT License

aprox's People

Contributors

tkmru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aprox's Issues

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.