Giter VIP home page Giter VIP logo

autonmap's Introduction

    ___         __        _   __                    
   /   | __  __/ /_____  / | / /___ ___  ____ _____ 
  / /| |/ / / / __/ __ \/  |/ / __ `__ \/ __ `/ __ \
 / ___ / /_/ / /_/ /_/ / /|  / / / / / / /_/ / /_/ /
/_/  |_\__,_/\__/\____/_/ |_/_/ /_/ /_/\__,_/ .___/ 
                                           /_/      


AutoNmap runs a daily Nmap scan, compares the results using ndiff and 
emails the results to a specified email address. 

It also puts a copy of the report into a directory so you can view it
online/share it around, rather than viewing just the diff. 

INSTALL:

Place autonmap.sh in a directory. 
Change the options at the top of the script (e.g. scan subnet(s), email recipient(s))
Add to cron using something like:
    0 9 * * * /usr/local/autonmap/autonmap.sh >> /var/log/autonmap/autonmap.log 2>&1

AutoNmap will then run daily and if there any differences in the port state, it will
email the diff to the specified recipients. The log file should contain some useful 
information in case debugging is required. 


WEB REPORT:

AutoNmap will place a copy of the entire scan output in XML format in a directory
you specify. This is useful when combined with the nmap.xsl XML stylesheet so you can
get a full overview of the state of your network, updated daily. You could easily 
"disable" this feature if you wanted by commenting out the copy step. 

autonmap's People

Contributors

lozzd avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.