Giter Club home page Giter Club logo

linhippoautoproxy's Introduction

What

WinHippoAutoProxy, but for Linux. This is a wrapper program to proxy a Second Life viewer through Hippolyzer, even if the viewer has no SOCKS5 support. Any viewer that supports the http_proxy env vars and uses the typical UDP networking functions should be wrappable.

Why

To help developers who don't want to write SOCKS 5 code to test their viewers or bots with Hippolyzer.

Where

https://github.com/SaladDais/LinHippoAutoProxy

How

It intercepts the relevant POSIX functions for sending and receiving UDP messages using LD_PRELOAD.

You can build it on Debian derivatives with:

sudo apt-get install build-essential g++
make

Then you can run the program you want to wrap like ./hippoautoproxy.sh ~/firestorm_dir/firestorm or ./hippoautoproxy.sh node some_bot.js or whatever.

If you have issues with HTTP connections, either:

  • Your HTTP library doesn't support the http_proxy environment variable and needs manual proxying
  • Your HTTP library doesn't trust the proxy's HTTPS cert. Disable SSL verification or trust the proxy's CA cert (it's in ~/.mitmproxy/mitmproxy-ca-cert.pem)

?

I only implemented enough to get Hippolyzer working because neither tsocks nor proxychains-ng supported SOCKS 5 UDP. It probably won't work well for anything other than Hippolyzer without more work.

linhippoautoproxy's People

Contributors

saladdais avatar

Stargazers

 avatar

Watchers

 avatar

linhippoautoproxy's Issues

Support OS X

Need to special-case the recvmmsg() stuff since that's different on OS X. Probably need an OSX-specific makefile and LD_PRELOAD alternative too.

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.