Skip to content

epthewizard/MAC-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

MAC-Scanner

Scans a network for specified MAC Address. Allows you to keep it running and insert a Telegram bot token + chat ID to send remote notifications. Useful if you are trying to see if a person/MAC is on your home/local network while away.

Installation

Make sure that you have nmap installed with nmap --version. If not, you can install it on Debian distros with apt install nmap. Mac_scanner.py also requires python-nmap, requests, and argparse to run. This can be done by simply cloning the repository and using pip to install the requirements:

$ git clone https://github.com/epthewizard/MAC-Scanner.git
$ cd MAC-Scanner
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Running the Program

python3 mac_scanner.py --help

Help File

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages