GithubHelp home page GithubHelp logo

ahmed204 / wireguard-linux-compat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from el3xyz/wireguard-linux-compat

0.0 0.0 0.0 2.18 MB

Mirror only. Official repository is at https://git.zx2c4.com/wireguard-linux-compat

Home Page: https://www.wireguard.com

License: GNU General Public License v2.0

Shell 3.50% Perl 18.58% C 71.79% Assembly 4.67% Makefile 1.46%

wireguard-linux-compat's Introduction

notWG - obfuscated secure tunnel for Linux 3.10 - 5.14, based on WireGuard

There are several ways DPI can detect WireGurad traffic

  • The handshake initiation, response and cookie message have fixed sizes
  • All messages have 4 byte tag where the first byte indicates message type [1-4] and remaining three bytes are zeroes.
  • Handshake packet header contains sender and receiver indexes which are sent unencrypted and can be tracked.

Packet is obfuscated using two techniques

  • Random junk bytes are appended to handshake and cookie packets
  • Packet header is encrypted with blake2s hash of interface public key and random nonce.

Building

$ cd src
$ make DEV=<name>
$ sudo make install

Where is the name of your notWG device. You can choose almost any name (e.g foobar). Do not use 'wireguard' as the name, this will cause conflict with original wireguard driver.

More information may be found at WireGuard.com.

License

This project is released under the GPLv2.

wireguard-linux-compat's People

Contributors

zx2c4 avatar sneves avatar vdorst avatar el3xyz avatar neuschaefer avatar atlaua avatar nathanchance avatar smaeul avatar thejh avatar kerneltoast avatar minipli-oss avatar jmberg-intel avatar gregkh avatar tohojo avatar tharre avatar seriv avatar ricmm avatar syphyr avatar mic92 avatar jsoref avatar jwh avatar raggi avatar ihalip avatar hb9fxq avatar dd3boh avatar davidben avatar dkg avatar eworm-de avatar arndb avatar ordex 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.