TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cracking WPA networks with MacRuby

38 pointsby knoopxover 13 years ago

6 comments

inconditusover 13 years ago
Correct me if I'm wrong, but this isn't a brute force attack, its a dictionary attack. A brute force attack would go through every iterattion, like 00001, 00002...
评论 #3468350 未加载
评论 #3468329 未加载
trotskyover 13 years ago
As a followup we will demonstrate that technically advanced attacks on the ssh protocol are unnecessary when we are breaking in to a predetermined account with the password 'aardvark'.
borskiover 13 years ago
How is this news? Connecting to a WPA protected AP to brute force a single character (256 times) isn't particularly impressive or useful. The speed at which the connects happen still make this impractical for large-scale attacks (or, attacks on an entire keyphrase).
macraelover 13 years ago
What are the 256 keys the author cycled through? Does WPA only have 256 possible keys?
评论 #3468367 未加载
DasIchover 13 years ago
I've been wondering why know one hasn't written an application yet that breaks into a W-Lan Network as an alternative to typing in a password.<p>Obviously there are some legal considerations in certain countries regarding development, possession and usage of such an application but the risk seems to be rather small if you restrict network services, change the MAC and use End-to-End encryption. Besides you might even get away with calling it a tool for penetration tests.
mefover 13 years ago
Great demo of a new MacRuby API, not so great demo of cracking a wireless network.