All Projects → matiasinsaurralde → Facebook Tunnel

matiasinsaurralde / Facebook Tunnel

Tunneling Internet traffic over Facebook chat.

Projects that are alternatives of or similar to Facebook Tunnel

Simple Vpn Demo
A Simple Point-to-Point tunnelling implementation in C
Stars: ✭ 59 (-95.22%)
Mutual labels:  tunnel
Ai Residency List
List of AI Residency & Research programs, Ph.D Fellowships, Research Internships
Stars: ✭ 69 (-94.41%)
Mutual labels:  facebook
Tcptunnel
将本地内网服务器映射到公网。
Stars: ✭ 72 (-94.17%)
Mutual labels:  tunnel
Facebook Archive
Just some fun you can have with facebook's archive data
Stars: ✭ 63 (-94.89%)
Mutual labels:  facebook
Jbot
Make Slack and Facebook Bots in Java.
Stars: ✭ 1,148 (-6.97%)
Mutual labels:  facebook
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-94.49%)
Mutual labels:  facebook
Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-95.38%)
Mutual labels:  facebook
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-93.6%)
Mutual labels:  facebook
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-94.57%)
Mutual labels:  facebook
Skraper
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, IFunny, VK, Pikabu)
Stars: ✭ 72 (-94.17%)
Mutual labels:  facebook
Share Selected Text
share selected text on twitter, buffer, and some others. Inspired by medium.com
Stars: ✭ 64 (-94.81%)
Mutual labels:  facebook
Tunnelto
Expose your local web server to the internet with a public URL.
Stars: ✭ 1,138 (-7.78%)
Mutual labels:  tunnel
Fb Delete
Delete your Facebook content by year and category
Stars: ✭ 72 (-94.17%)
Mutual labels:  facebook
Apphead
Head View like Facebook Messenger for Android.
Stars: ✭ 61 (-95.06%)
Mutual labels:  facebook
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (-94%)
Mutual labels:  facebook
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (-10.7%)
Mutual labels:  tunnel
Faassh
simple go SSH server with reverse tunneling designed for running in cloud functions like AWS lambda
Stars: ✭ 69 (-94.41%)
Mutual labels:  tunnel
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (-0.49%)
Mutual labels:  tunnel
Facegrab
A tool to collect public images from Facebook and create an image dataset for training computer vision applications like gender recognition, and face detection
Stars: ✭ 76 (-93.84%)
Mutual labels:  facebook
Facebook Data Analyzer
📊Python script to analyze the contents of your Facebook data export
Stars: ✭ 71 (-94.25%)
Mutual labels:  facebook

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].