Giter Club home page Giter Club logo

prettytunnel's Introduction

#PrettyTunnel

The first standalone SOCKS5 proxy server over SSH Tunnel on iOS Devices.


##Keywords SSH, Sock5, Proxy, iOS, Jailbreak, Pritave API, Background Runing

##Features

  • Standalone Socks5 proxy server over SSH secure tunnel running on iOS,you don't need any other proxy device or apps
  • No "ssh -D" Completely reimplemented ssh protocol, no "ssh -D".This improves the stability,avoid additional ssh process. Advanced features such as statistics,multi-connection speedup be come possible
  • Graceful implemented This is a very very normal iOS app that no needs mobilesubstrate, no daemons, no tweaks. It Only uses some private API's to change system proxy settings and some tricks to keep runnning in background if necessary. I think every one will like it except APPLE
  • Lightweight Use GCD asynchronous I/O model, greatly reducing the CPU and memory overhead. There is not a lot of threads to process conection request, instead it works in the event-driven model, generally there is only less than 10M memory usage and less than 2% CPU overhead
  • Background Running It can keep running in the background if necessary
  • Works On Cellular && WiFi works either cellular and WiFi network
  • Multi-language support Well support in English and Chinese
  • Easy To Use Just one touch enable/disable without any additional configurations

##Compatibility Works on any iDevice running iOS 7.1-8.1

##Screenshot

##Installation

##Development Requirements & Tips

  • The newest version of XCode, current 6.1.1

###For Jailbreak iDevice and you didn't have an APPLE developer account

  • You have to install dpkg
sudo port
install dpkg
  • And ldid
git clone git://git.saurik.com/ldid.git
cd ldid
git submodule update --init
./make.sh
sudo cp -f ./ldid /usr/bin
  • Quit Xcode completely and disable force code-sign of iOS SDK as follows (iOS 8.1 SDK as example, change to your current SDK version):
SDKVER="8.1"
SDKFILE="$(xcode-select --print-path)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS${SDKVER}.sdk/SDKSettings.plist"
sudo /usr/libexec/PlistBuddy -c "Set :DefaultProperties:CODE_SIGNING_REQUIRED NO" "$SDKFILE"
sudo /usr/bin/plutil -convert binary1 "$SDKFILE"
  • Clone the code and make, the Debian packages will be generated under release folder in the project directory.
git clone https://github.com/twotreeszf/PrettyTunnel.git
cd PrettyTunnel
make

###Or you have an APPLE developer account Just clone and open the project in XCode, Debug and Run it on any iDevice!

##Reference projects

##License Licensed under MIT.

prettytunnel's People

Contributors

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