PySkyWiFi: Free stupid wi-fi on long-haul flights
Overall reaction
- Many commenters loved the hack as a playful, “real hacking” exploration and a reminder to “write more useless software.”
- Some were disappointed the experiment stopped short of fully using the airline account as the live data channel and that there were no detailed speed/efficiency comparisons vs paid Wi‑Fi.
Encoding, bandwidth, and reliability
- People discussed why not Base64: typical name fields often reject symbols and possibly digits; alphabet-only encodings avoid that.
- Throughput of “several bytes per second” was seen as low but still useful; older 300 bps links and SMS-era services were cited as precedent.
- Some worried the backing systems (e.g., name-change history, eventual consistency, validation) might break under millions of rapid updates; behavior at scale is unclear.
Related tunneling tricks
- Many drew parallels to IP‑over‑DNS tools like iodine and earlier hacks such as OzymanDNS, often used on captive portals, trains, hotels, and airports.
- Several noted that DNS tunneling on planes is usually so slow that SSH or normal browsing becomes nearly unusable, though IM or IRC can sometimes work.
- Others mentioned:
- Using profile fields or avatar uploads in contest systems as covert channels.
- WhatsApp/iMessage or APNS‑based tunnels on “messaging-only” plans and cruise-ship tiers.
- Past domain‑fronting and CDN host‑header tricks, now largely mitigated.
- VPNs or WireGuard over UDP/53, with explanations of why simple “run WG on port 53” often fails compared to true DNS tunneling.
Ethics and legality
- Some praised the creativity but warned that abusing an account tied to real identity to evade payment could risk account sanctions or CFAA issues.
- Others argued the cultural fear of “touching computer systems” is driven precisely by such vague, broad laws.
- There was debate over whether this really counts as “unauthorized use,” since the site explicitly allows frequent name changes.
In‑flight Wi‑Fi, cost, and alternatives
- Multiple reports of airlines offering free or cheap tiers, messaging-only access, or Starlink-backed service; some already give free unlimited Wi‑Fi to frequent-flyer members.
- Mixed sentiment: some would just pay; others view high prices as gouging and see hacks as protest or fun challenge.