When my son was younger - maybe 9 or 10 or so, we were on a plane and he was using his phone and I looked over his shoulder and realized he was on the internet... but I hadn't paid for an internet plan. I said, "son, how are you using the internet?" He said, "oh, a kid at school showed me - if you go here" (he opened up the wifi settings where the DHCP assigned IP address is) "and start changing the numbers, eventual…
I used to do the same thing at hotels. Still often works. nmap -sn 192.168.0.1-255 To find everyone on the network, then start spoofing each of their MACs until you find one that works
WiFi without internet on a Southwest flight
661–670 of 675 posts
Re: WiFi without internet on a Southwest flight
#662WiFi without internet on a Marabu flight https://marx.wtf/2023/09/30/wifi-without-internet-on-a-marab...
Re: WiFi without internet on a Southwest flight
#663Thank you for sharing this story. That motivated me to write mine down: WiFi without internet on a Marabu flight https://marx.wtf/2023/09/30/wifi-without-internet-on-a-marab...
Re: WiFi without internet on a Southwest flight
#664If I managed to get on an interesting page before I was eventually booted off, I won.
Tided me over until I actually got to use an ISP.
Re: WiFi without internet on a Southwest flight
#665Re: WiFi without internet on a Southwest flight
#666When my son was younger - maybe 9 or 10 or so, we were on a plane and he was using his phone and I looked over his shoulder and realized he was on the internet... but I hadn't paid for an internet plan. I said, "son, how are you using the internet?" He said, "oh, a kid at school showed me - if you go here" (he opened up the wifi settings where the DHCP assigned IP address is) "and start changing the numbers, eventual…
lol, I used to do this all the time at non-free wifi hotspot locations, only I'd start off with a ping sweep of the entire subnet (nmap -sP) in order to get my ARP cache filled with a bunch of potential usable IP/mac addresses on the network. From there, I'd iterate through each one and set the IP & mac address until I found one that would let me through the firewall. Granted, being a NOC engineer at Wayport (now AT&…
Re: WiFi without internet on a Southwest flight
#667“According to this data, the plane’s altitude was only fluctuating by about 20-30 feet. This is more stable than I expected!” Autopilots are very good and they are servoing to the pressure altitude. Many pressure altitude encoders used in modern aircraft (for example to drive altitudes that transponders report to SSR radar or via ADS-B) have 25 ft encoding resolution. That 25ft resolution is likely what is being seen…
Re: WiFi without internet on a Southwest flight
#668Earlier quoted context omitted.
"everything works fine" might be overstating a bit, but what happens to packets you weren't expecting when you don't have a connection open for them to go into? They probably get ignored by the network stack. Worst case scenario, the router/service endpoint sees your connection responses and the other party's strange NACK responses, but I honestly don't know enough about how it works to say "everything works fine" I'…
I imagine this can only possibly work with unencrypted WiFi. Still boggles my mind that WiFi clients don't establish an encryption key with the AP and encrypted their traffic even without a shared secret. Yes, that means you can't authenticate the AP, but it would still protect against passive snooping.
Re: WiFi without internet on a Southwest flight
#669Earlier quoted context omitted.
I think you could even take this one step further: Have a captive portal on an unencrypted channel (using TLS obviously) to do the vending, so that the credentials don’t need to be purchased before the flight.
Oh, these are neat ideas, I hadn’t thought of that! One concern might be expiring access credentials (not sure if most OSes will re-prompt for a new password or just give up), but you could just make the EAP credentials per-user instead and redirect users to the captive portal again once needed. This leaves clients not supporting WPA-EAP, but these could just continue using the regular unencrypted/MAC-authenticated s…
Re: WiFi without internet on a Southwest flight
#670Earlier quoted context omitted.
A switched port learns the Mac address for packets sent into it. If port 1 sends a packet with Mac a, the switch associates that address (a) to port 1. When another node sends a packet onto another port with the same mac, say on port 2, the switch will move the learned address a to port 2 and remove it from port 1. When a switch has learned a mac address all traffic destined to that traffic would be immediately switc…
Except that this is a normal thing on wireless networks. A station may roam many times within a few minutes, and due to reflections, may even be in more than one place at a time.