官术网_书友最值得收藏!

Time for action – sniffing data packets for our network

In this exercise, we will learn how to sniff data packets for a given wireless network. For the sake of simplicity, we will look at packets without any encryption.

Follow these instructions to get started:

  1. Switch on the access point we named Wireless Lab. Let it remain configured to use no encryption.
  2. We will first need to find the channel on which the Wireless Lab access point is running. To do this, open a terminal and run airodump-ng --bssid <mac> mon0 where <mac>, which is the MAC address of our access point. Let the program run, and shortly you should see your access point shown on the screen along with the channel it is running on.
  3. We can see from the preceding screenshot that our access point Wireless Lab is running on Channel 11. Note that this may be different for your access point.

    In order to sniff data packets going to and fro from this access point, we need to lock our wireless card on the same channel, that is channel 11. To do this, run the iwconfig mon0 channel 11 command and then run iwconfig mon0 to verify it. You should see the Frequency: 2.462 GHz value in the output. This corresponds to Channel 11.

    Time for action – sniffing data packets for our network
  4. Now fire up Wireshark and start sniffing on the mon0 interface. After Wireshark has started sniffing the packets, apply a filter for the bssid of our access point as shown below using wlan.bssid == <mac> in the filter area. Use the appropriate MAC address for your access point.
    Time for action – sniffing data packets for our network
  5. In order to see the data packets for our access point, add the following to the filter (wlan.bssid == <mac>) && (wlan.fc.type_subtype == 0x20). Open your browser on the client laptop and type in the management interface the URL of the access point. In my case, as we have seen in Chapter 1, Wireless Lab Setup, it is http://192.168.0.1. This will generate data packets that Wireshark will capture.
  6. Packet sniffing allows us to analyze unencrypted data packets very easily. This is the reason why we need to use encryption in wireless.

What just happened?

We have just sniffed data packets over the air with Wireshark using various filters. As our access point is not using any encryption, we are able to see all the data in plain text. This is a major security issue as anyone within RF range of the access point can see all the packets if he uses a sniffer such as Wireshark.

Have a go hero – analyzing data packets

Use Wireshark to analyze the data packets further. You would notice that a DHCP request is made by the client and, if a DHCP server is available, it responds with an address. Then you would find ARP packets and other protocol packets on the air. This is a nice and simple way to do passive host discovery on the wireless network. It is important to be able to see a packet trace and reconstruct how applications on the wireless host are communicating with the rest of the network. One of the interesting features Wireshark provides is the ability to follow a stream. This allows you to view multiple packets together, that are part of a TCP exchange, in the same connection.

Also, try logging into www.gmail.com or any other popular website and analyze the data traffic generated.

We will now see a demonstration of how to inject packets into a wireless network.

主站蜘蛛池模板: 雷州市| 双江| 宜黄县| 迭部县| 合江县| 陈巴尔虎旗| 镇雄县| 易门县| 岱山县| 门头沟区| 额敏县| 赤水市| 黄冈市| 昂仁县| 六安市| 通辽市| 曲靖市| 瑞安市| 白银市| 赤壁市| 宣威市| 兴义市| 凉城县| 滁州市| 梅州市| 通江县| 石嘴山市| 淳安县| 沭阳县| 平原县| 马山县| 郧西县| 安陆市| 潮州市| 渑池县| 邵阳市| 洛宁县| 翼城县| 正定县| 新和县| 梓潼县|