Git Product home page Git Product logo

padded-socks's Introduction

Padded Socks

A netty based socks5 proxy server with support for proxy auto-config (wpad) based backend redirection.

topology

Features

  • listen with socks5 protocol
  • configure browser OR cli tools like curl to use the socks5 proxy Eg: curl -x socks5h://localhost:1080 https://www.oracle.com/java/
  • can access the target directly OR via a normal HTTP proxy

Building

Run "mvn clean package" and look for padded-socks-1.0.jar in the target folder.

Running

For JDK8 and lower use run8.[sh|bat] and for higher jdk versions look at run.[sh|bat]

Review app.properties for configuration information before starting.

TODO/KNOWN LIMITATIONS

  • The wpad file can return the following types: DIRECT, PROXY, SOCKS, HTTP, HTTPS, SOCKS4, SOCKS5 Currently we ONLY support DIRECT and PROXY. Others can be added.
  • The wpad file can return MULTIPLE proxy servers to use in a failover scenarion. Currently we ONLY look at the first one.
    PROXY w3proxy.example.com:8080; PROXY proxy1.example.com:8080 Failover can be added.

References

padded-socks's People

Contributors

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