Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4381  / 3 Years ago, mon, november 15, 2021, 3:03:50

I have a "black-box device" (a credit card reader, to which some klutz lost the admin unlock card...) running an unknown, but primitive, operative system. I need to find it's MAC address.



At my disposal, I have the device itself (but no access to its admin interface), a computer running Ubuntu 12.04 (where I have full sudo rights), and a regular ethernet cable. If necessary, I can probably shake up an ethernet switch, too.



How do I go about to find the MAC address of the card reader?


More From » networking

 Answers
5

By the help of a friend, I now resolved this! =) This is what I did:




  1. Install Wireshark, which is available in the software repositories: sudo apt-get install wireshark


  2. Start the program with root permissions: sudo wireshark


  3. Start capturing on the eth0 device (piece of cake - click the button on the top left of the interface, select the device in the dialog and click OK).


  4. Connect the "black-box device" and turn it on. The devices will send a large amount of packages back and forth trying to establish a connection. Wireshark will capture them all.


  5. Find a packet originating from the "black-box device". Wireshark displays the originating MAC address. Voila!



[#38411] Tuesday, November 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dersol

Total Points: 78
Total Questions: 100
Total Answers: 124

Location: Christmas Island
Member since Mon, Oct 19, 2020
4 Years ago
;