Introduction:-
Wireless cards have 6 different modes each with it's own functionality:-
- Managed (Client)
- Master (router)
- Ad-hoc (peer to peer)
- Mesh (planned ad-hoc)
- Repeater (WI-FI extender)
- Monitor
How to check your card?
Open a terminal and type iw phy phy0 info | grep -A8 modes and hit enter. Here phy0 can be replaced with phy1,phy2,phy3,etc depending on your system.To find out this type airmon-ng and hit enter in the terminal.
How to switch it on?
To enable monitor mode type ifconfig and hit enter on your terminal. It will give you a list of your interfaces list down the wireless interface name in our case it was wlan0. Now type airmon-ng start wlan0 and hit enter to start the monitor mode on your wireless card.
Is it working?
To check if the mon0 interface is working or not type tshark-i mon0 and hit enter.
What is it's use?
This mode is required for all sorts of WI-FI hacking and sniffing.
Note:-
In our tests and hacks we are using a dlink dw-123 WIFI dongle.
No comments :
Post a Comment