Targeted packet sniffing using airodump-ng

In my previous article, I have explained about basics of packet sniffing using airodump-ng. I explained that how you can discover all the nearby networks using airodump-ng and gather important information about them. Usually, we do this to analyze our target, for example, to check the signal strength of our target network, to check how far is our target network is and what type of encryption it is using etc.  So, if you want to learn about the basics of packet sniffing, check this article.

Targeted packet sniffing using airodump-ng

In this article, I will explain about targeted packet sniffing using airodump-ng. So for doing that you have to follow the below steps:

  1. Change the mode of your wireless interface to monitor mode.
  2. And discover all the nearby networks using airodump-ng.

I have made a detailed tutorial on this. If you wish to learn in detail you can check it out here.

Now as you have discovered all the nearby networks. Select one which is going to be your target network.

After choosing the network you have to run the airodump-ng on that particular network only, not on all the available networks. In this way you will be able to get more information about that specific network.

To do packet sniffing using airodump-ng follow the below steps:

  1. First of all type the following command in terminal airodump-ng –bssid <BSSID of target network> –channel  <Channel number of target network> –write <filename> <interface name>.

Here airodump-ng is the name of the program, –bssid to tell the program that you are going to enter BSSID here, then BSSID of your target network itself, –channel is to tell the program that you are going to enter channel number next, then channel number itself, –write to tell the program that you want to save all the data that is going to be captured in a file, then the name of the file and in the end name of the wireless interface in monitor mode.

 So, in my case the command will be, airodump-ng –bssid 11:22:33:44:55:66 –channel 2 –write test wlan0

airodump-ng on targeted network
airodump-ng on targeted network
  • Now you will see that the program is running, and you will see a completely different session than the previous tutorial.

 Here you will see various columns showing the important information about the targeted network.

Information about targeted network
Information about targeted network

First of all, the BSSID column will show you the mac address of the router.

Then the second column named as STATION will show you the devices that are connected to that network.

Third column named as PWR will show you the signal strength between the router and the devices connected to it.

Fourth column is Rate which will show the connection speed of router and the device.

Fifth column is Lost which will show the data loss between them.

Sixth column is Frames which will show the number of frames or packets we captured for the specific devices.

The seventh column is Probe which will show us the information if that specific device is probing for the network. This means that those devices are not connected to the network they are trying to connect the network and searching for networks also. You will see the name of the t=network that these devices are looking for under the probe column.

  • Now press the CTRL+C to stop the program.
  • Now you will see the new file in your root directory, with the file name you have entered earlier. In my case, it is Test-01 with the cap extension.
  • So, there will be a file named as test-01.cap which contains all the important information we gathered using this process.
file with cap extension
file with cap extension

Now you can open the file with Wireshark and analyze the data. You can get the information about the manufacturer of the devices, operating system and all such kind of information. I will make a detailed tutorial about Wireshark also.

Opening cap file in wireshark
Opening cap file in wireshark

But these files will be encrypted. Although there may be very important information in there like user names, passwords etc. But we cannot read any of the information, for that we have to break the encryption.

Opened cap file in wireshark
Opened cap file in wireshark

Hopefully, this article will be informative for you. In case of any doubts queries, or suggestions please feel free to comment in the comments section.

You may also like...

16,051 Responses

  1. Hi there just wanted to give you a quick heads up. The words in your article seem to be running off the screen in Internet explorer. I’m not sure if this is a format issue or something to do with browser compatibility but I figured I’d post to let you know. The design look great though! Hope you get the issue solved soon. Kudos

  2. 오피시티 says:

    It’s actually a great and helpful piece of information.
    I’m glad that you just shared this helpful info with us.
    Please keep us up to date like this. Thanks for sharing.

  3. Nice blog here! Additionally your site lots up fast!
    What host are you using? Can I get your associate link to your host?
    I desire my web site loaded up as quickly as yours lol

  4. Ewan says:

    This article is actually a good one it assists new internet people,
    who are wishing in favor of blogging.

  5. Nicely put. With thanks!

Leave a Reply

Your email address will not be published.