Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airodump-ng: add manufacturer column to the clients list #2167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sighook
Copy link

@sighook sighook commented Jul 26, 2020

Aircrack's airodump utility has an option --manufacturer:

--manufacturer : Display manufacturer from IEEE OUI list

Currently, it shows only AP (BSSID) manufacturer, but will be come in handy to see also connected stations manufacturer.

For example, sometimes due pentesting purposes is necessary to view stations manufacturer and to not disconnecting all clients from the AP, but only one/two/etc (the most vulnerable from the point of view of Social Engineering).

For example.

Before patching:

 BSSID             STATION            PWR    Rate   Lost  Frames Notes Probes
 XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -54    0 - 0e  0     1            XXX,XXXXX,XXXXXX
 XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -38    0 - 0e  155   43

After:

 BSSID             STATION            PWR    Rate   Lost  Frames Notes Manufacturer                    Probes
 XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -54    0 - 0e  0     1            Hon Hai Precision Ind. Co.,Ltd. XXX,XXXXX,XXXXXX

 XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -38    0 - 0e  155   43           Liteon Technology Corporation

This PR adds manufacturer column to the clients list. It shows STATION's manufacturer.

Kind Regards,
A.

@aircrack-ng
Copy link
Owner

Could you fix the codestyle issues pointed by Travis?

@sighook
Copy link
Author

sighook commented Jul 27, 2020

Done.
Sorry for the delay, I built clang locally on my current netbook to make sure I fixed it correctly :)

@gemesa
Copy link
Contributor

gemesa commented Feb 22, 2023

Can you do a force push to trigger the current CIs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants