• Stars
    star
    1,227
  • Rank 38,235 (Top 0.8 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Powerful and extensible proxy server with anti-censorship functionality

PowerTunnel

Powerful and extensible proxy server

Telegram channel
Check out the Android version!

License Latest release Downloads Help on the Wiki
PowerTunnel User Interface

What is it

PowerTunnel is an extensible proxy server built on top of LittleProxy.

PowerTunnel provides an SDK that allows you to extend its functionality however you like, and even handle encrypted HTTPS traffic (powered by LittleProxy-MITM), which can be especially useful in web development. PowerTunnel has an Android version, so any plugin you write can work on almost all devices.

PowerTunnel was originally developed and is best known as a censorship bypass tool. This functionality has been spun off in the LibertyTunnel plugin which is installed by default, just like DNS Resolver with DNS over HTTPS support.

Anti-censorship tool

Digital censorship has become widespread in authoritarian and developing countries: governments install DPI - Deep Packet Inspection systems - for Internet Service Providers, which allows analyzing and blocking traffic to websites they don't want you to see, forcing you to use slow and often paid proxies or VPN services with dubious privacy policy.

PowerTunnel is an active DPI circumvention utility - it works only on your PC and do not route your traffic through some third-party webservers. It creates a local proxy server on your device and diverts your HTTP(S) traffic there, where PowerTunnel modifies your traffic in a special way to exploit bugs in DPI systems which makes it possible to bypass the lock - without (significantly) slowing down your Internet connection.

Anti-censorship module can be configured in Plugins window - it is called LibertyTunnel.

In this sense, PowerTunnel is a free cross-platform implementation of GoodbyeDPI written in Java.

Please, note that PowerTunnel does not change your IP address.

Configuring

Downloading PowerTunnel

PowerTunnel binary can be downloaded from the Releases page.

If you don't trust the prebuilt binaries, you can build PowerTunnel from source - it is using Gradle build system.

Launching PowerTunnel

PowerTunnel is a portable Java application, and it does not require additional steps to get it working.

You need to install Java to run PowerTunnel.

PowerTunnel can be started by double-clicking the executable .jar file or by starting it from command line (see below).

After the first launch, PowerTunnel will create directories for storing plugins and configuration files.

Installing plugins

To install a plugin, just place its .jar file into plugins directory.

Please, make sure you do not have installed different versions of the same plugin.

Configuring plugins

Installed plugins can be configured from the user interface - click the "Plugins" button of main window to see the list of plugins.

Launch arguments

You can specify some params that will override settings through CLI:

$ java -jar PowerTunnel.jar -help

    --help                            display help
    --start                           start proxy server after load
    --console                         run application in console mode
    --ip <arg>                        set proxy server IP address
    --port <arg>                      set proxy server port
    --auth-username <arg>             set proxy authorization username
    --auth-password <arg>             set proxy authorization password
    --upstream-proxy-host <arg>       set upstream proxy host
    --upstream-proxy-port <arg>       set upstream proxy port
    --upstream-auth-password <arg>    set upstream proxy password
    --upstream-auth-username <arg>    set upstream proxy username
    --upstream-proxy-protocol <arg>   set upstream proxy protocol [HTTP/SOCKS4/SOCKS5]
    --minimized                       minimize UI to tray after start
    --set-ui-scale-factor <arg>       set UI scale factor
    --auto-proxy-setup-ie             setup proxy using Internet Explorer [Windows]
    --disable-auto-proxy-setup        disable auto proxy setup
    --disable-native-skin             disable platform native UI skin
    --disable-tray                    disable tray mode
    --disable-ui-scaling              disable UI scaling
    --disable-updater                 disable Update Notifier
    --enable-logging                  enable logging to file
    --lang <arg>                      set UI language
    --cfg <arg>                       set preference value
    --version                         print version details

If you need to set a certain plugin preference, use -cfg pluginID.preferenceKey [value]

Bundled Plugins

Dependencies

More Repositories

1

PowerTunnel-Android

Powerful and extensible proxy server with anti-censorship functionality for Android
Java
1,622
star
2

AcrylicMenus

Acrylic effect for all existing Win32 context menus
C++
627
star
3

BeautySearch

Windows 10+ Search Window appearance tweaker
C#
549
star
4

AccentColorizer

Recolorize Win32 controls in-memory with accent color without patching theme
C++
362
star
5

AccentColorizer-E11

Accent Colorization for Windows 11 File Explorer Icon Glyphs
C#
219
star
6

MediaFlyout

Windows 10+ Media Control Taskbar Flyout
C#
168
star
7

LibertyTunnel

Anti-censorship plugin for PowerTunnel
Java
75
star
8

ContextMenuNormalizer

Normalize context menu highlight color in Windows 10 19H1+
C++
74
star
9

DragDropNormalizer

Normalize Drag&Drop overlay on Windows 11 22H2+
C
56
star
10

ClassicSearch

Restore classic File Explorer search and shrink address bar on Windows 10 19H2+
C
53
star
11

PowerTunnel-DNS

DNS Resolver for PowerTunnel
Java
31
star
12

TrayVolumeControl

Control volume by scrolling mouse wheel on the volume icon in tray
C++
31
star
13

SwingDPI

DPI scaling for Java Swing applications
Java
27
star
14

PowerTunnel-Plugins

PowerTunnel Plugins Registry
26
star
15

SwingAcrylic

Windows 10 Acrylic effect bindings for Java Swing
Java
21
star
16

PowerTunnel-AdBlock

AdBlock plugin for PowerTunnel
Java
21
star
17

HostChanger

Plugin to fake HTTP Host and HTTPS SNI for PowerTunnel
Java
12
star
18

Invader

An effective MITM utility and script injector
Java
10
star
19

PowerTunnel-Firewall

Firewall plugin for PowerTunnel
Java
7
star
20

PowerTunnel-Hosts

Hosts plugin for PowerTunnel
Java
5
star
21

ForcedOffline

Basic lightweight application firewall for Android
Java
4
star
22

PowerTunnel-Docs

4
star
23

PowerTunnel-Plugin-Template

Hello World plugin for PowerTunnel SDK Docs
Java
3
star
24

SmoothScroller

Smooth scrolling effect for all programs
Java
2
star