Skip to content

Nazicc/nmap-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmap-converter

Python script for converting nmap reports into XLS

Requirements

sudo pip install python-libnmap
sudo pip install XlsxWriter

or

sudo pip install -r requirements.txt

Usage

usage: nmap-converter.py [-h] [-o XLS] XML [XML ...]

positional arguments:
  XML                   path to nmap xml report

optional arguments:
  -h, --help            show this help message and exit
  -o XLS, --output XLS  path to xlsx output

About

Python script for converting nmap reports into XLS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%