Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matiasinsaurralde/facebook-tunnel
Tunneling Internet traffic over Facebook chat.
https://github.com/matiasinsaurralde/facebook-tunnel
facebook tunnel tuntap
Last synced: about 1 month ago
JSON representation
Tunneling Internet traffic over Facebook chat.
- Host: GitHub
- URL: https://github.com/matiasinsaurralde/facebook-tunnel
- Owner: matiasinsaurralde
- Created: 2013-12-06T22:43:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T12:30:33.000Z (over 8 years ago)
- Last Synced: 2024-11-30T11:35:40.540Z (about 2 months ago)
- Topics: facebook, tunnel, tuntap
- Language: Roff
- Homepage:
- Size: 1.89 MB
- Stars: 1,287
- Watchers: 59
- Forks: 80
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **1192**星
README
facebook-tunnel
===============**Check the "transports" project: https://github.com/matiasinsaurralde/transports**
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 has 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: [email protected]
Twitter: [@matias_baruch](https://twitter.com/matias_baruch)