aleixrodriala/wa-tunnel โ€” GitHub Repository Preview
Networking โ˜… 3.2k JavaScript

aleixrodriala/wa-tunnel

by @aleixrodriala ยท

3.2k Stars
143 Forks
11 Issues
JavaScript Language

WA-Tunnel enables tunneling internet traffic over WhatsApp messages. It uses WhatsApp as a transport layer to bypass network restrictions, firewalls, and censorship. Routes TCP traffic through WhatsApp message channels, effectively using the messaging platform as a covert communication tunnel. Built with Node.js for creative networking research and censorship circumvention.

aleixrodriala
@aleixrodriala Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/aleixrodriala/wa-tunnel.git

Quick Start Example

bash
# Install
npm install -g wa-tunnel

# Start the server
wa-tunnel server --port 8080

# Connect client through WhatsApp
wa-tunnel client --server-number +1234567890

# Traffic is now tunneled over WhatsApp

Tags

#whatsapp#tunnel#networking#censorship#proxy#nodejs

Related Projects