Live data from Hacker News

Efficient Wi-Fi Phishing Attacks

tripwire.com

1–10 of 26 posts

Re: Efficient Wi-Fi Phishing Attacks

#2
Bad title, but it makes an interesting point. I knew I can just make a WiFi network with the same settings as the original and have phones automatically connect to it (I use this as pre-doorbell warning sometimes, waiting for my parents or girlfriend to connect when nearby), and I also know that I can read and modify their traffic at that point.

What I somehow forgot to consider is that when my phone autoconnects to a network (or attempts to), the AP owner or anyone nearby might also be able to crack the WPA2 password. Good thing it uses PBKDF2 because I know some terrible ones.

I don't have time to read the full spec now unfortunately (I might later). Does anyone know what parameters are used for pbkdf2, specifically the number of iterations?

Re: Efficient Wi-Fi Phishing Attacks

#5
post #2

Bad title, but it makes an interesting point. I knew I can just make a WiFi network with the same settings as the original and have phones automatically connect to it (I use this as pre-doorbell warning sometimes, waiting for my parents or girlfriend to connect when nearby), and I also know that I can read and modify their traffic at that point. What I somehow forgot to consider is that when my phone autoconnects to…

It's PBKDF2 with SHA1, 4096 iterations and 32 bytes of output. That's relatively weak, and thanks to the defective structure of PBKDF2, an attacker will parallelise each output block.

Re: Efficient Wi-Fi Phishing Attacks

#6
post #4

How do you redirect to the phishing site, if you are currently browsing an SSL encrypted website without making it to obvious? Since you get an error message in the browser...

That is correct. However it's trivial for a MiTM attacker to perform an SSL stripping attacks when the victim is communicating with sites that support plain HTTP.

Re: Efficient Wi-Fi Phishing Attacks

#8
post #2

Bad title, but it makes an interesting point. I knew I can just make a WiFi network with the same settings as the original and have phones automatically connect to it (I use this as pre-doorbell warning sometimes, waiting for my parents or girlfriend to connect when nearby), and I also know that I can read and modify their traffic at that point. What I somehow forgot to consider is that when my phone autoconnects to…

> (I use this as pre-doorbell warning sometimes, waiting for my parents or girlfriend to connect when nearby)

That's such a great idea! Could you give more details of how are you doing that? Which tools did you use?

Re: Efficient Wi-Fi Phishing Attacks

#9
post #6
post #4

How do you redirect to the phishing site, if you are currently browsing an SSL encrypted website without making it to obvious? Since you get an error message in the browser...

That is correct. However it's trivial for a MiTM attacker to perform an SSL stripping attacks when the victim is communicating with sites that support plain HTTP.

even with HSTS?

Re: Efficient Wi-Fi Phishing Attacks

#10
Good thing I always disable the newest Windows default themes in favor of the old 98 grey style. Unlikely they'd default to emulate that. But there's a lot of details from pixel gaps between the wifi popup to the wifi popup appearing automatically, etc etc that makes this very unfeasible for me at least knock on wood

There are plenty of other hacks I'd be susceptible to before this one. (Please black hats don't target me)

Edit: Would it be feasible to instead just mimic the target AP with a WPA2 passphrase, listen to connection attempt by target user, and when the first attempt at login fails, set your AP to that passphrase and let him/her through? It's not completely transparent, but I feel typoing your password is more acceptable as "normal" than a lot of layers of emulated graphics that has to convince your target at every stage.

Post reply on HN