Earlier quoted context omitted.
Zero-rating at ISPs via SNI inspection is pretty common practice
It's also a preferred hardware inspection as its dead easy to rip the header than to seek mid-message to do message entropy/fingerprinting.
Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
121–130 of 137 posts
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#122Earlier quoted context omitted.
Back in 2019 when Indian government put a city of 8 million into a 9 month curfew including internet blackout, I was anxious yo get online. Then they permitted only dozen of "white listed websites", just ones that did not allow anti India propaganda. Anyways, I found amazon India worked. I went to aws, set up a vps and simply used ssh tunnel to it. It worked, for a bit. They closed the default port and I could not sp…
>Used foxyproxy btw HAProxy is also really useful for this purpose, I dare say more-so. For my use-case it solved this problem: "Using 1 port on the remote server (port 443), how can I serve HTTPS (serve a website) and SSH or SOCKS5 (use the server as a proxy)?". HAProxy was good for the task. It could be used to tunnel SSH through HTTPS too, in the case where a corp firewall is using DPI to block standard SSH. What…
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#123Earlier quoted context omitted.
It's also a preferred hardware inspection as its dead easy to rip the header than to seek mid-message to do message entropy/fingerprinting.
It's indeed pretty simple for TLS over TCP, since the whole ClientHello is part of the first packet and relatively easy parse or seek for. With QUIC it becomes a major pain, since it's not obvious anymore for middleboxes which QUIC packet is the first in a connection, and since Crypto data can be fragmented and reordered (Chrome is doing that by purpose even inside single packets). Therefore hardware inspection would…
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#124Earlier quoted context omitted.
It's also a preferred hardware inspection as its dead easy to rip the header than to seek mid-message to do message entropy/fingerprinting.
It's indeed pretty simple for TLS over TCP, since the whole ClientHello is part of the first packet and relatively easy parse or seek for. With QUIC it becomes a major pain, since it's not obvious anymore for middleboxes which QUIC packet is the first in a connection, and since Crypto data can be fragmented and reordered (Chrome is doing that by purpose even inside single packets). Therefore hardware inspection would…
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#125Earlier quoted context omitted.
This is a very good question. I would also assume that Whatsapp might change the servers used with updates of the app. How would Delta deal with that? Just wait for the complaints to come in?
WhatsApp (now, since it moved into FB's infra) connects to g.whatsapp.net, which is a CNAME to chat.cdn.whatsapp.net, which in turn is an A record to a VIP on Facebook's edge network. The A record you're returned can change — it's intended to be one that's closest to you (as determined by your DNS resolver's location and probably EDNS Client Subnet) but traffic engineering policies might cause different responses ove…
Well, they have before. There's four generations of hostnames that were used before g. But g seems likely to work for quite a while.
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#126Earlier quoted context omitted.
Shockingly Signal was working on my last flight - maybe telegram works but they don't advertise?
Maybe it has to do something with WhatsApp also using the Signal protocol, though you'd think generally they'd whitelist IPs or hostnames rather than doing DPI.
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#127Earlier quoted context omitted.
Maybe it has to do something with WhatsApp also using the Signal protocol, though you'd think generally they'd whitelist IPs or hostnames rather than doing DPI.
What's DPI? I have no idea how this whitelisting works but I'm curious!
https://www.fortinet.com/resources/cyberglossary/dpi-deep-pa...
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#128I've tried this before, it's a fucking nightmare lol it's not full-duplex at all so this severely limits your ability to do things at a reasonable speed for most shit. For me it was because at the time Zuckerbutt was giving out 'free' internet in the third world, but only for whatsapp, instagram, and facebook, so me and my friends wanted to see if this was exploitable, but it was just way too slow. It really gave me…
What nefarious needs other than probably playing shrek2 on the inflight entertainment systems?
Re: Tunneling Wikipedia through WhatsApp to (maybe?) get around WiFi restrictions
#129Earlier quoted context omitted.
I carry one of those tiny wireless routers in my carry on wherever I go. If I have to buy internet on the plane or if I am in a hotel that limits the number of devices, I always connect through the router and use it as an access point for all the other devices. The other added benefit is that all my other devices already have my AP's wifi creds and will connect to it automatically.
I've been thinking about doing somethign similar and am really interested in what hardware you're using for this and what your setup looks like. Do you run a VPN service directly on your router, for example?