modified: README.md
deleted: wintun.dll
This commit is contained in:
parent
1afb5ca2bf
commit
1c0bcdbec9
20
README.md
20
README.md
@ -3,20 +3,18 @@
|
|||||||

|

|
||||||
[](https://jenkins.awain.net/job/Frida/)
|
[](https://jenkins.awain.net/job/Frida/)
|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
A lightweight VPN software, focused on scalability, traffic obfuscation and simplicity.
|
A lightweight VPN software, focused on scalability, traffic obfuscation and simplicity.
|
||||||
|
|
||||||
## CLI Arguments
|
## Usage
|
||||||
|
|
||||||
### Usage
|
### CLI
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
./frida_vpn [FLAGS] [OPTIONS] <mode> --config <FILE>
|
./frida_vpn [FLAGS] [OPTIONS] <mode> --config <FILE>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
#### Options
|
||||||
| Name | Value type | Description |
|
| Name | Value type | Description |
|
||||||
| ------------- |:-------------:| -----:|
|
| ------------- |:-------------:| -----:|
|
||||||
| bind-address | IP:PORT | The ip:port that would be used to bind server (config) |
|
| bind-address | IP:PORT | The ip:port that would be used to bind server (config) |
|
||||||
@ -28,7 +26,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp
|
|||||||
| obfs-type | OBFS | Obfuscation protocol (config) [possible values: dns, veil, xor] |
|
| obfs-type | OBFS | Obfuscation protocol (config) [possible values: dns, veil, xor] |
|
||||||
| peer-cfg | FILE_PATH | The path to VPN peer configuration file |
|
| peer-cfg | FILE_PATH | The path to VPN peer configuration file |
|
||||||
|
|
||||||
### Flags
|
#### Flags
|
||||||
| Name (short) | Name (long) | Description |
|
| 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) |
|
| | broadcast-mode | If set to true, then all incoming traffic with an unknown destination address will be forwarded to all peers (config) |
|
||||||
@ -36,7 +34,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp
|
|||||||
| h | help | Prints help information |
|
| h | help | Prints help information |
|
||||||
| V | version | Prints version information |
|
| V | version | Prints version information |
|
||||||
|
|
||||||
### Args
|
#### Args
|
||||||
| Name | Required | Description |
|
| Name | Required | Description |
|
||||||
| ------------- |:-------------:| -----:|
|
| ------------- |:-------------:| -----:|
|
||||||
| mode | true | Runs the program in certain mode [possible values: server, client, gen_cfg, new_peer] |
|
| mode | true | Runs the program in certain mode [possible values: server, client, gen_cfg, new_peer] |
|
||||||
@ -45,7 +43,7 @@ A lightweight VPN software, focused on scalability, traffic obfuscation and simp
|
|||||||
|
|
||||||
On Linux, you can run this in a terminal (sudo required):
|
On Linux, you can run this in a terminal (sudo required):
|
||||||
|
|
||||||
```
|
```shell
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://get-frida.awain.net | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://get-frida.awain.net | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -57,11 +55,11 @@ There is an app for both Android and IOS devices.
|
|||||||
|
|
||||||
### Android links
|
### Android links
|
||||||
- Google play: ...
|
- Google play: ...
|
||||||
- Github: ...
|
- [Github](https://github.com/alterdekim/JAAV)
|
||||||
|
|
||||||
### IOS links
|
### IOS links
|
||||||
|
- AppStore: ...
|
||||||
- Github: ...
|
- Github: ...
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
- implement obfuscation protocols
|
- implement obfuscation protocols
|
||||||
- make an Android build
|
|
BIN
wintun.dll
BIN
wintun.dll
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user