NETWORH HACKING : CHAPTER 5--targeted packet sniffing

...TARGETED SNIFFING USING AIRODUMP-NG...

*sniffing is the process of catching packets of files sent between any two or more corresponding networks.........
*in this tutorial i am going to show you how to catch files sent between any targeted network and view it using wireshark (some advanced lectures on wireshark will be given latter).if the files sent between these network is encrypted then you will not be able to identify what kind of data is it , so the tutorial on decrypting it will be given latter now lets move to our topic.

here these words means::--

BSSID       :mac address
PWR          :Distance b/w corresponding devices
ESSID       :network name
Beacons    :Number of usefull data that we have sniffed
#data        :Total number of data that we have sniffed
#/s            :data captured per second.
channel     : broadcasting channel
ENC          :type of encryption using
SO up to now we have learned to launch airodump to see near by Access points
now we will concentrate on catching data from a specific network
first of all enable monitor mode
code:>airodump-ng --channel [eg:1,2,3..] --bssid [router/hotspots bssid] --write [file name] [interface name]
now all the data tranfered between this specific hotspot and its clients will be stored in the file name that u have given
now simultaniously launch wire shark to see the datas.....remember what i have told about encrypted ones.......

Comments