Network Monitoring Tool is A simple network monitoring tool designed to notify the network administrator about changes and vulnerabilities.
Requirements
+ nmap version 7.00 or higher
+ cron (optional, needed only for regular checks)
Explanation of keys:
– name: needed to specify this network as action parameter
– monitoring: can be all (scan complete subnet for unkown devices) or list-only (only scan specified hosts).
– exclude: must be an array containing at most vulnerability (skip vulnerability scan for this host) and mac (do not check if MAC address matches).
Usage:
git clone https://github.com/temparus/network-monitoring.py && cd network-monitoring.py python network-monitoring.py -h Just copy the source files to a directory on your machine.
Source: https://github.com/temparus