Jump to content
malsploit

Tunneling Internet traffic over FB chat

Recommended Posts

Posted

Facebook-tunnel

The idea of this project is to tunnel Internet traffic through Facebook chat (packets are sent as base64), the main component is tuntap and also the Google's Gumbo parser which does the interaction with Facebook (login, send/receive messages, etc.).

Why?

I'm from Paraguay, South America. Our country was chosen for the Internet.org campaign: "free Internet access in developing countries". TIGO, one of the biggest telcos here, negotiated a deal so you can have free Facebook access through them. We all know that the Internet is about accessing many places, etc. So I feel this campaign as a serious limitation.

Requirements

  • Gumbo parser
  • libcurl
  • tuntap (for linux)
  • gcc/g++

Building

$ mkdir build; cd build
$ cmake ..
$ make
$ ./facebook-tunnel



TODO

Finish the client.

Obfuscation and/or crypto.

Support other platforms (kennym is working on Mac support, Android would be nice).

I'm looking for collaborators, so if you have something interesting, send a pull request.

You can also shoot me an e-mail: matias@insaurral.de

https://github.com/matiasinsaurralde/facebook-tunnel

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...