Author Topic: Get the Manufacturer Name for a Router  (Read 1570 times)

0 Members and 1 Guest are viewing this topic.

Offline queryFrequency

  • aka queerFrequency
  • Serf
  • *
  • Posts: 46
  • Cookies: -12
    • View Profile
Get the Manufacturer Name for a Router
« on: 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:
Code: [Select]
airmon-ng start <wireless interface>

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

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

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

And now the manufacturers name should appear on the right like this:
« Last Edit: August 19, 2015, 12:34:38 pm by queryFrequency »

Offline vanity

  • Serf
  • *
  • Posts: 39
  • Cookies: 6
  • Confidence is contagious, so is the lack of --VL
    • View Profile
Re: Get the Manufacturer Name for a Router
« Reply #1 on: August 23, 2015, 01:31:15 pm »
Nice tut! Kismet can give you this as well in some cases. Just another resource...