Giter Site home page Giter Site logo

py-proxy's Introduction

Py-Proxy

AUR Travis

A frontend of proxychains-ng writed with love with python3.6

Documentation

Introduction

Py-Proxy allows you to set a random proxy or add your.

Proxychains configuration is located in data/proxychains.template .

All proxy are located in data/list, and html source are readable in data/index .

For the time being, Py-Proxy only support socks4 connection with the random option (Http, socks4/5 are available with manually option, or you can edit proxy file).

Example

py-proxy has a built in update function (only socks4 support right now) :

py-proxy -u

You can list all your proxy list :

py-proxy -l

Afterwards, you can run a program through a random proxy :

py-proxy -r firefox

And check your ip :

py-proxy -r curl -s checkip.amazonaws.com

Or if you want to connect with a custom proxy :

py-proxy -c http 123.456.789.01 8080

To-Do

  • Proxy list update (from premproxy.com)
  • Same function for func_proxy.manual + .random
  • Program execution after py-proxy -r
  • Display selected proxy
  • Detect proxy online/offline
  • Auto choose between HTTP, SOCKS4 and SOCKS5

License

This software is under the GNU GPL V3

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.