Giter Club home page Giter Club logo

androidproxy's Introduction

LocalProxy

1. start proxy:

adb shell settings put global http_proxy 127.0.0.1:8080

adb shell am start-foreground-service -n grgr.localproxy/.proxycore.ProxyService

--es user --es pass --es server --es outputport <8080> --es inputport --es bypass <127.0.0.1>

2. stop proxy:

abd shell am stopservice -n grgr.localproxy/.proxycore.ProxyService

adb shell settings delete global http_proxy

As the name suggests, the solution provides local proxy service on the device. This with the main objective of carrying out the authentication process with a proxy server and in this way allow access to the Internet in the installed applications. Initially it is very similar to applications like UCIntlm or UCIProxy, that is, it allows access to the Internet through the proxy server of a certain institution. Its difference lies in the idea that led to its development: it must operate in as many Cuban institutional networks as possible. For the development of the solution, a study of the authentication schemes most used in the proxy servers was carried out, a somewhat complicated study that yielded achievable results. In addition, similar applications were studied in detail: ProxyDroid, SandroProxy, Drony and UCIntlm, from which important functionalities were extracted that were implemented taking into account the level of usability for the end user. For its implementation, the UCIProxy and UCIntlm applications were reused at the abstraction and object level, several functionalities were added and important changes were introduced in the local proxy service.

Main functionalities:

Version 1.0

1. Support for Basic, Digest, NTLMv1, NTLMv2 and NLTM2 Session authentication schemes.
2. Management of connection profiles.
3. Application of firewall rules for outgoing requests from the device.
4. Display of navigation traces generated in the device.
5. Automatic configuration of the Wi-Fi proxy for Android versions below Marshmallow (this due to changes made to the system and the functioning of the API to come from that version).
6. Verification of the user's credentials directly with the institution's proxy server.

Version 1.1

1. HTTP header management.
2. Fixed bug with notifications in Android 8.0.

androidproxy's People

Contributors

ramunl 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.