May 2017
Intermediate to advanced
416 pages
21h 33m
English
To setup a simple monitoring system with Nmap, we are going to need to do a few things:
# nmap -oX base_results.xml -sV -Pn <target>
The resulting file base_results.xml file will be used as your base file, meaning that it should reflect the known good versions and ports.
#!/bin/bash #Bash script to email admin when changes are detected in a network using Nmap and Ndiff. # #Don't ...
Read now
Unlock full access