Skip to content

simondankelmann/MacDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MacDetect

A simple Mac-Address Sniffer based on tshark

Requirements

Requires tshark to be installed, type sudo apt install tshark if you are running an Ubuntu Machine.

Start the Observer

To start the observer you will need to cd into the cloned Folder on your Machine and pass a Wifi Monitoring Device as first Parameter. The setup your Monitoring Device the easy way, you could use airmon-ng. See https://www.aircrack-ng.org/ for more information on that.

Example:

./macDetect.sh wlan0mon

Add known Devices

In the top-section of macDetect.sh you are able to insert further Mac-Adresses associated to Names you give them. These Names will then be shown in the first column of the output table.

Example:

knownDevices["00:00:00:00:00:00"]="My Smartphone"

Feel free to Contact me on Problems or Suggestions ;)

About

A simple Mac-Address Sniffer based on tshark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages