Skip to content
Rory McCune edited this page Mar 30, 2016 · 1 revision

NMAP Auto Analyzer

The goal of nmpautoanalyzer.rb is to parse the results of one or more nmap runs and create summary reports of information like open ports and web servers which can be useful for other scans/reporting.

Requirements

You can install the dependencies using bundle install in the TestingScripts directory or you can install them manually. This script depends on nmap-parser , rubyXL and kramdown

Input

Output

Usage

Clone this wiki locally