EvilZone

Hacking and Security => High Quality Tutorials => : queryFrequency August 18, 2015, 01:28:46 PM

: Get the Manufacturer Name for a Router
: queryFrequency August 18, 2015, 01:28:46 PM
> Labs and Requirements:
Basic knowledge of networking.
Exposure to the linux environment.
A network adapter that supports packet injection and monitor mode (master mode not needed).
A linux distribution with basic pentesting tools.

Firstly, let's begin monitor mode:
:
airmon-ng start <wireless interface>

Then let's attempt to prevent any issues in our process by typing:
:
airmon-ng check kill

Then to get the routers manufacturers, we need to enter the following:
:
airodump-ng-oui-update

Now, to scan the network with the manufacturers names, type:
:
airodump-ng -M <monitor mode>

And now the manufacturers name should appear on the right like this:
(http://s11.postimg.org/5i7lstnr7/Untitled.png)
: Re: Get the Manufacturer Name for a Router
: vanity August 23, 2015, 01:31:15 PM
Nice tut! Kismet can give you this as well in some cases. Just another resource...