On Wed, 21 Sep 2011 15:07:40 -0700 (PDT)
(E-Mail Removed) wrote:
> I'm confused about how this would work. The wireless network I used is
> WPA2 encrypted. Surely the packets between my PC and the router are
> encrypted and even a device connected to the same network shouldn't be
> able to intercept packets between other devices?
The device being connected to the wireless network, it knows the
encryption keys, if a PSK scheme is used. So all the device has to do
is eavesdropping on what's going over the air, completely passive and
decrypt it with the key it knows, due to connecting to the network.
There's really nothing special about it.
Using a regular Linux system, all you've to do is setting your W-LAN
interface to so called "promiscious mode" and dump all the traffic it
sees using tcpdump, pcap or Wireshark.
Per device keys are only used in so called 802.1X/EAP authentication
mode.
Wolfgang