Skip to main content

SuperParseNmap is a command line utility that parses nmap XML into CSV or Excel format.

Project description

SuperParseNmap: Yet Another (super!) Nmap Parser

Package PyPI - Status Upload Python Package PyPI Latest Release PyPI - License

SuperParseNmap is a command line utility that parses nmap XML into CSV or Excel format. It also supports outputting IP address lists to flat files grouped by port for list importing into security tools.

Table of Contents

Introduction

Briefly introduce your project here. Explain its purpose and main features.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/jfarl/superparsenmap

Installation

Binary installers for the latest released version are available at the Python Package Index (PyPI)

# PyPI
pip install superparsenmap

Installation From Source

In the superparsenmap directory (same one where you found this file after cloning the git repo), execute:

python3 -m build
pip install dist/superparsenmap-1.0.1.tar.gz

Usage

In the superparsenmap directory (same one where you found this file after cloning the git repo), execute:

python superparsenmap.py

or

python -m superparsenmap

Usage Examples:

To run the script with default options:

python superparsenmap.py -i hosts.csv

To specify an output file:

python superparsenmap.py -i hosts.csv -o hosts.xlsx

To overwrite the output file if it already exists:

python superparsenmap.py -i input_data.csv -o output_result.xlsx --overwrite

To generate a directory of text files grouped by ports:

python superparsenmap.py -i hosts.csv --generate_txt

To display help for available operations:

python superparsenmap.py --help

License

This project is licensed under the GNU General Public License (GNU GPL). See license.txt

Python Version Support

This project requires Python 3. It does not support Python 2.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

superparsenmap-1.0.2.tar.gz (42.0 kB view hashes)

Uploaded Source

Built Distribution

superparsenmap-1.0.2-py3-none-any.whl (29.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page