Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tchoutri/nse-csv-script
- Owner: tchoutri
- License: mit
- Created: 2017-03-20T19:08:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T19:10:17.000Z (almost 8 years ago)
- Last Synced: 2024-11-05T18:54:28.355Z (about 2 months ago)
- Language: Lua
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- 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