Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/quyendaoqt707/psiphon-tunnel-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/quyendaoqt707/psiphon-tunnel-go

  • v0.0.0-20240321154715-b425244cee2b
  • Source
  • Go
  • Socket score

Version published
Created
Source

Brainfuck Tunnel - Psiphon Pro Go Version

Install: pkg install git -y && apt upgrade -y && git clone https://github.com/quyendaoqt707/psiphon-tunnel-go.git && clear && cd psiphon-tunnel-go && chmod a+x tun && chmod a+x psiphon-tunnel-core && echo 'PATH="$PATH:$HOME/psiphon-tunnel-go"' >> $HOME/.bashrc && source $HOME/.bashrc && echo 'PATH="$PATH:$HOME/psiphon-tunnel-go"' >> $HOME/.zshrc && source $HOME/.zshrc && exit

...

Requirements

Linux

git
golang
redsocks

Windows

golang
proxifier

Android (Termux)

git
golang

Install

AUR

yay -S brainfuck-psiphon-pro-go-bin

Brainfuck Psiphon Pro Go

go get -v -u -d github.com/aztecrabbit/brainfuck-psiphon-pro-go
cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
go build -ldflags "-s -w"

Psiphon Tunnel Core

go get -v -u -d github.com/Psiphon-Labs/psiphon-tunnel-core/ConsoleClient
cd ~/go/src/github.com/Psiphon-Labs/psiphon-tunnel-core/ConsoleClient
go build -ldflags "-s -w" -o ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go/psiphon-tunnel-core

Usage

Linux

$ cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
$ sudo --preserve-env -s
# ./brainfuck-psiphon-pro-go

Android (Termux)

cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
./brainfuck-psiphon-pro-go
Use ProxyDroid (root), Tun2Tap, or SocksDroid to redirect all connection to this Tunnel (Socks 5 Port 3080)
Exclude Termux!

Configurations

Run ./brainfuck-psiphon-pro-go first to export all default settings. Config will generated to config.json where brainfuck-psiphon-pro-go binary file are executed. or in linux ~/.config/brainfuck-psiphon-pro-go

Pro Version

...
"PsiphonCore": 1,
"Psiphon": {
    "CoreName": "psiphon-tunnel-core",
    "Tunnel": 4,
    "Region": "",
    "Protocols": [
        "FRONTED-MEEK-HTTP-OSSH",
        "FRONTED-MEEK-OSSH"
    ],
    "TunnelWorkers": 8,
    "KuotaDataLimit": 0,
    "Authorizations": [
        "blablabla"
    ]
}
...

Rules

XL Iflix or Axis Gaming (Default)

...
"Rules": {
    "akamai.net:80": [
        "video.iflix.com",
        "videocdn-2.iflix.com",
        "iflix-videocdn-p1.akamaized.net",
        "iflix-videocdn-p2.akamaized.net",
        "iflix-videocdn-p3.akamaized.net",
        "iflix-videocdn-p6.akamaized.net",
        "iflix-videocdn-p7.akamaized.net",
        "iflix-videocdn-p8.akamaized.net"
    ]
},
...

Direct

...
"Rules": {
    "*:*": [
        "*"
    ]
},
...

or

./brainfuck-psiphon-pro-go -f "*" -w "*:*"

Telkomsel 0P0K

...
"Rules": {
    "akamai.net:443": [
        "118.97.159.51:443",
        "118.98.95.106:443"
    ]
},
...

or

./brainfuck-psiphon-pro-go -f 118.97.159.51:443,118.98.95.106:443 -w akamai.net:443

Pubg Mobile (XL King)

...
"Rules": {
    "akamai.net:80": [
        "www.pubgmobile.com"
    ]
},
...

Joox (XL King)

...
"Rules": {
    "akamai.net:80": [
        "ak-quic.stream.music.joox.com.edgesuite.net",
        "ak-hk.stream.music.joox.com.edgesuite.net",
        "ak-ng.stream.music.joox.com.edgesuite.net",
        "ak-quic.app.joox.com.edgesuite.net",
        "ak-ng.app.joox.com.edgesuite.net",
        "e5121.b.akamaiedge.net"
    ]
},
...

Ruang Guru and Udemmy (XL or Axis)

...
"Rules": {
    "fastly.net:443": [
        "c.shared.global.fastly.net:443",
        "rg-video.ruangguru.com:443"
    ]
},
...

or

./brainfuck-psiphon-pro-go -f c.shared.global.fastly.net:443,rg-video.ruangguru.com:443 -w fastly.net:443

Note

  • Use bugscanner to scan bugs for brainfuck psiphon pro go

FAQs

Package last updated on 21 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc