Interesting, but wouldn't you need a server somewhere to act as the other end of the tunnel, for which you'd have to pay for hosting and/or bandwidth anyway?
Tunneling Internet traffic over FB chat
51–60 of 111 posts
Re: Tunneling Internet traffic over FB chat
#52I did something very similar to this last summer, written in Python. No idea what state the code is in at this point because it's been months, but here's the code I had sitting around: https://gist.github.com/schlarpc/86e20aa3f3aaf3d78269
Re: Tunneling Internet traffic over FB chat
#53This is really cool! In so many 2nd and 3rd world/poor countries internet is a luxury, as the price of bandwith is so high. Philippines for instance, a country that mainly provides connectivity through limited 3G and LTE, have a monthly price of about 30 beers from the local bar. In comparison, I pay around the price of 4-5 local beers, for 100/100 fiber. Its sucks so hard that people cant afford to get knowledge fro…
Hack author here, in my country, Paraguay, you get 10 MBPS for ~140 U$ per month. I discovered the Internet through my father, because he is a journalist and the press had really early access to this kind of tech, 20 years later I'm still crazy about it. Thanks for the comment!
Re: Tunneling Internet traffic over FB chat
#54Base64 encoding is such a useful tool. I used it to transfer binary over IRC once.
Re: Tunneling Internet traffic over FB chat
#55Uses Gumbo... from the README > Gumbo was initially designed for a product that worked with trusted input files only. We're working to harden this and make sure that it behaves as expected even on malicious input, but for now, Gumbo should only be run on trusted input or within a sandbox.
Re: Tunneling Internet traffic over FB chat
#56Some mobile operators offer unlimited Facebook and whatsapp traffic doesn't count towards the monthly data transfer limit.
However, these tunnels are going to be relatively low-bandwidth (especially if they start throttling it) and high-latency, so the "unlimited" would in reality be "how much can you transfer continuously in a month?"
Re: Tunneling Internet traffic over FB chat
#57I think this is kind of abusive of FB's infrastructure TBH. It must be hard to keep real-time messaging up for ... okay, I was going to say for 1 billion users, looked it up and it's 1.3 billion monthly actives - 890 million daily actives (Jan 2014 figure). So tell you what, on second thought I think they can handle your data. however there's a good chance you'll cause some infrastructure problems since I'm sure ther…
> at the end of the day FB is just a php script Facebook Chat isn't. It's primarily Erlang/C++. https://www.facebook.com/note.php?note_id=14218138919
Re: Tunneling Internet traffic over FB chat
#58Earlier quoted context omitted.
Maybe if it becomes popular, it'll make facebook rethink wanting to store everyone's messages until the end of time.
If facebook can see this traffic, they would love it, not discourage it.
Re: Tunneling Internet traffic over FB chat
#59I've been wondering if something like this could be helpful to breach the great firewall. Find some high traffic site in China and smuggle in content via various site features such as chat, messaging, forums, etc. The content could be obfuscated to appear benign while embedding hidden data in text, images, or binary attachments.
Re: Tunneling Internet traffic over FB chat
#60Interesting, but wouldn't you need a server somewhere to act as the other end of the tunnel, for which you'd have to pay for hosting and/or bandwidth anyway?