
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
SuperParseNmap is a command line utility that parses nmap XML into CSV or Excel format.
Package | |
Compatibility |
SuperParseNmap is a command line utility that generates files containing open port summaries from nmap XML.
The source code is currently hosted on GitHub at: https://github.com/jfarl/superparsenmap
Binary installers for the latest released version are available at the Python Package Index (PyPI)
# PyPI
pip3 install superparsenmap
In the superparsenmap
directory (same one where you found this file after
cloning the git repo), execute:
> python3 -m build
> pip3 install dist/superparsenmap-1.x.x.tar.gz
> pip3 show superparsenmap # Check the install location and ensure it's registered in your $PATH/PATH
> superparsenmap --help
In the superparsenmap
directory (same one where you found this file after
cloning the git repo), execute:
# Build the project first
python3 -m build
Then,
python3 superparsenmap.py
or
python3 -m superparsenmap
To run the script with minimum required options:
superparsenmap -i nmap_results.xml
To specify an output file:
superparsenmap -i nmap_results.xml -o hosts --excel
To overwrite the output file if it already exists:
superparsenmap -i nmap_results.xml -o output_result --overwrite
To generate a directory of text files grouped by ports:
superparsenmap -i nmap_results.xml --txt
To display help for available operations:
superparsenmap --help
This project is licensed under the GNU General Public License (GNU GPL). See license.txt
This project requires Python 3. It does not support Python 2.
FAQs
SuperParseNmap is a command line utility that parses nmap XML into CSV or Excel format.
We found that superparsenmap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.