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: 12 months ago
JSON representation
An Nmap Scripting Engine (NSE) script to output data in CSV format
- Host: GitHub
- URL: https://github.com/tchoutri/nse-csv-script
- Owner: tchoutri
- License: mit
- Created: 2017-03-20T19:08:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T19:10:17.000Z (about 9 years ago)
- Last Synced: 2025-04-09T15:15:50.383Z (about 1 year ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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