alterwain@protonmail.com 99cd629c94
All checks were successful
gitea/Frida/pipeline/head This commit looks good
modified: README.md
2025-02-11 05:58:13 +03:00
2025-02-11 05:50:15 +03:00
2025-02-11 05:50:15 +03:00
2025-01-20 21:25:25 +03:00
2025-02-11 05:08:05 +03:00
2024-12-10 05:03:03 +03:00
2025-02-11 05:08:05 +03:00
2025-01-20 20:03:32 +03:00
2024-10-04 20:08:19 +03:00
2024-12-08 01:44:13 +03:00
2025-02-11 05:58:13 +03:00

Frida

GitHub last commit Jenkins Build GitHub License GitHub code size in bytes

A lightweight VPN software, focused on scalability, traffic obfuscation and simplicity.

Usage

Supported platforms

OS Status (client) Status (server)
Mac OS
Windows
Linux
Android
IOS

CLI

./frida_cli [FLAGS] [OPTIONS] <mode> --config <FILE>

Options

Name Value type Description
bind-address IP:PORT The ip:port that would be used to bind server (config)
config FILE_PATH The path to VPN configuration file
endpoint IP:PORT The ip:port that would be used by client to connect (config)
interface NAME Explicitly set network interface name for routing
internal-address IP The address of VPN server in it's subnet (config)
keepalive SECONDS_UINT Keepalive packets interval (config) [default: 0]
obfs-type OBFS Obfuscation protocol (config) [possible values: dns, veil, xor]
peer-cfg FILE_PATH The path to VPN peer configuration file

Flags

Name (short) Name (long) Description
broadcast-mode If set to true, then all incoming traffic with an unknown destination address will be forwarded to all peers (config)
grab-endpoint If set to true, the endpoint address for peers will be grabbed from server config (config)
h help Prints help information
V version Prints version information

Args

Name Required Description
mode true Runs the program in certain mode [possible values: server, client, gen_cfg, new_peer]

Installation

On Linux, you can run this in a terminal (sudo required):

curl --proto '=https' --tlsv1.2 -sSf https://w0n.zip/raw/000 | sh

Also you can download latest version from the jenkins.

Android / IOS

There is an app for both Android and IOS devices.

  • AppStore: ...
  • Github: ...

Todo

  • implement obfuscation protocols
  • rewrite using cleaner code practices
  • catch Ctrl+C to gracefully shutdown
  • See TODO from sources
Description
A lightweight VPN software, focused on scalability, traffic obfuscation and simplicity.
https://blog.awain.net Readme 2.5 MiB
Languages
Rust 98.4%
C 1.6%