Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tchoutri/nse-csv-script

An Nmap Scripting Engine (NSE) script to output data in CSV format
https://github.com/tchoutri/nse-csv-script

Last synced: 5 days ago
JSON representation

An Nmap Scripting Engine (NSE) script to output data in CSV format

Awesome Lists containing this project

README

        

NSE CSV script
--------------

This script outputs the data collected by nmap during the scan and outputs them to a CSV file.

Usage:

nmap --script csv-output --script-args=filename=myscan.csv -p 1-1000 scanme.nmap.org

OR

nmap -Pn -v0 -A --script csv-output -p 50-5000 leto.p
hostname,ip,port,protocol,state,service,version
,xxx.27.8.7,22,tcp,open,ssh,OpenSSH7.2