Skip to content

hank32601/nmap-parser-xml-to-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Script for parsing nmap xml output to csv format

This script is originate by Didier Stevens and modified by Sumedt Jitpukdebodin

Version

  • 0.1 - Change some display and fix the bug of parser multiple ports and hosts
  • 0.2 - Rearrange columns and add end time column into output csv.

How to use

  1. Normal usage for display result ./nmap-xml-script-output-modify.py test.xml
  2. Change default delimiter(;) to , ./nmap-xml-script-output-modify.py test.xml -s ,
  3. Output to test.csv ./nmap-xml-script-output-modify.py test.xml -s , -o test.csv

About

nmap-parser-xml-to-csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%