Earlier quoted context omitted.
How would root or iOS help you? The problem is that each captive portal is different, so you need the user to "teach" it once. Seems a reasonable approach to me.
Root would allow packet capture without the VPN framework that may not work before there's a network "up" (I should try tShark). I guess I'm just a bit exasperated about how the lesser-used parts of Android have far less attention to detail (there's no reason this couldn't be a built in feature)
A Map of Wireless Passwords from Airports and Lounges
71–80 of 124 posts
Re: A Map of Wireless Passwords from Airports and Lounges
#72The author claims to be a computer security engineer, yet is deliberately setting up a tool to defeat security -- not an abstract tool, useful in surveying and thus improving your own security and incidentally capable of being used for mischief, but nothing more than a list of identifiers and passwords. The only indicator you can gain from this is that someone betrayed your trust. If this profession had a board of et…
Whether it's ethical to hand out passwords to people who haven't paid for WiFi is another question entirely, but wouldn't it be sweet if businesses just let anyone join their WiFi? Bike repair shops always leave a pump outside for anyone to use, not just customers.
Re: A Map of Wireless Passwords from Airports and Lounges
#731. Disconnect from ap by option+click status bar wifi icon
2. Write down your current wifi mac address
ifconfig en0 | grep ether
3. Switch macbook to Apple TV mac address sudo ifconfig en0 ether [apple tv mac address]
4. Connect to wifi, authenticate, then disconnect from ap with option+click again5. Switch back to original mac address
sudo ifconfig en0 ether [original macbook mac address]
6. Connect apple tv to wifi ap normallyRe: A Map of Wireless Passwords from Airports and Lounges
#74Earlier quoted context omitted.
Root would allow packet capture without the VPN framework that may not work before there's a network "up" (I should try tShark). I guess I'm just a bit exasperated about how the lesser-used parts of Android have far less attention to detail (there's no reason this couldn't be a built in feature)
Why would you do this with packet capture? You'd have to install a root cert and MITM connections, it'd be much more messy and dangerous.
You're already essentially doing MITM by redirecting form actions.
Re: A Map of Wireless Passwords from Airports and Lounges
#75The author claims to be a computer security engineer, yet is deliberately setting up a tool to defeat security -- not an abstract tool, useful in surveying and thus improving your own security and incidentally capable of being used for mischief, but nothing more than a list of identifiers and passwords. The only indicator you can gain from this is that someone betrayed your trust. If this profession had a board of et…
> not using encryption Not a viable option, this would allow anyone to intercept traffic. (To be fair, a lot of wifi routers are broken and will forward you all decrypted traffic from other users anyway on request. Try running WireShark on public wifis.) The big problem is that Wifi with no password provides no privacy. Ideally we would have a wifi mode that is encrypted, but does not require a password. Just like Ht…
For wifi without password you should look at WPS.
Re: A Map of Wireless Passwords from Airports and Lounges
#76Earlier quoted context omitted.
The password was changing everyday where I worked, with the daily password available on an intranet page, but then a few months ago a bunch of higher-ups were present in the office for a few days and wanted Wi-Fi access without having to type a new password each day, so the password rotation has been deactivated since
Well they chose convenience over security, which in this case is fair enough (it's public Wi-Fi to being with). Another solution would've been to implement WPA2 Enterprise, where employees could have their own, permanent credentials while visitors get temporary ones.
Re: A Map of Wireless Passwords from Airports and Lounges
#77The author claims to be a computer security engineer, yet is deliberately setting up a tool to defeat security -- not an abstract tool, useful in surveying and thus improving your own security and incidentally capable of being used for mischief, but nothing more than a list of identifiers and passwords. The only indicator you can gain from this is that someone betrayed your trust. If this profession had a board of et…
A password that has already been handed out to thousands or tens of thousands of customers isn't "security".
If a hotel room uses old fashioned keys, can one customer make a copy of the key and start handing it out on the street to anyone who wants to go into the room? Just because many other people have paid to use it before?
People pay for access to the lounge, at least in part, for the better, less congested, more reliable wifi.
Re: A Map of Wireless Passwords from Airports and Lounges
#78Re: A Map of Wireless Passwords from Airports and Lounges
#79Earlier quoted context omitted.
Why would you do this with packet capture? You'd have to install a root cert and MITM connections, it'd be much more messy and dangerous.
I haven't seen a portal with SSL (correctly) configured - are there any that don't work by capturing DNS/HTTP and redirecting to a login page? You're already essentially doing MITM by redirecting form actions.
The ones I've used recently all capture DNS/HTTP, but use it to redirect to an HTTPS page with the actual form - which you'd have to MITM.
You're already essentially doing MITM by redirecting form actions.
Yes, but inside a single webview, not system-wide!
Re: A Map of Wireless Passwords from Airports and Lounges
#80I feel like this doesnt need an app. just give me a list of tuples and I can script a grep for the AP im looking for.