Skip to content

This script scans for new nodes on the network via nmap, and if detected, will send alert via growl

Notifications You must be signed in to change notification settings

pszaro/NewNodeAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This script scans for new nodes on the network, and if detected, will send alert via growl

GIT Repo Location

https://github.com/pszaro/NewNodeAlert.git

List of Scripts

  • [NewNodeAlert.sh]: This script scans for new nodes on the network, and if detected, will send alert via growl

  • [check_NewNodeAlert.sh]: This script checks if scans for new nodes on the network is executing, and if determined that it's not, will send alert via growl

Things to do

Utilities Needed:


Create a file called 'ApprovedNodes' or copy the template file (ApprovedNodes.template) and on each line, insert all known/valid mac addresses that belong on your network. The script will check this file as reference for known mac addresses.

example:

XX:XX:XX:XX:XX:XX (Device Name)

alt tag

Once tested manual, set it up to run at your intended interval in cron.

About

This script scans for new nodes on the network via nmap, and if detected, will send alert via growl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages