facebook-tunnel is an experimental project that explores tunneling internet traffic through Facebook chat messages. Its core idea is to encode packets as Base64 and send them through chat-based communication rather than a normal network tunnel. The project uses TUN/TAP networking concepts and includes components for interacting with Facebook login, message sending, and message receiving. It depends on tools and libraries such as Gumbo parser, libcurl, TUN/TAP support on Linux, GCC, G++,...