IOS>> n2c>> 返回
项目作者: gocaio

项目描述 :
nmap to csv
高级语言: Go
项目地址: git://github.com/gocaio/n2c.git
创建时间: 2020-06-02T16:34:46Z
项目社区:https://github.com/gocaio/n2c

开源协议:Apache License 2.0

下载


n2c

Go Report Card

Tool to convert nmap XML output to CSV:

USAGE

Options:

  1. $ n2c -h
  2. -xml string
  3. XML file to use

Convert XML file to CSV:

  1. $ n2c -xml testdata.xml
  2. IP,Host,Proto,Port,Service,Product,NSE Script ID
  3. 192.168.1.100,nuc.int,tcp,22,ssh,OpenSSH 7.4p1 Debian 10+deb9u7
  4. 192.168.1.100,nuc.int,tcp,2222,ssh,OpenSSH 7.7
  5. 192.168.1.100,nuc.int,tcp,3000,ppp,
  6. 192.168.1.100,nuc.int,tcp,3306,mysql,MySQL 5.7.26
  7. 192.168.1.100,nuc.int,tcp,8080,http-proxy,
  8. 192.168.1.100,nuc.int,tcp,9090,http,Node.js Express framework