Efficient Wi-Fi Phishing Attacks
tripwire.com
Efficient Wi-Fi Phishing Attacks
1–10 of 26 posts
Re: Efficient Wi-Fi Phishing Attacks
#2What 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
#3Re: Efficient Wi-Fi Phishing Attacks
#4Re: Efficient Wi-Fi Phishing Attacks
#5Bad 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…
Re: Efficient Wi-Fi Phishing Attacks
#6How 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...
Re: Efficient Wi-Fi Phishing Attacks
#7Re: Efficient Wi-Fi Phishing Attacks
#8Bad 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…
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
#9How 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
#10There 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.