Crates.io | nmapx |
lib.rs | nmapx |
version | 1.1.0 |
source | src |
created_at | 2023-08-07 15:16:58.591717 |
updated_at | 2024-05-16 16:59:39.363353 |
description | nmap serializer & deserializer |
homepage | |
repository | https://github.com/marcuccio/nmapx |
max_upload_size | |
id | 938036 |
size | 69,455 |
A fast and reliable Rust tool for converting Nmap scan results from XML to JSON or CSV formats.
>$ nmapx --help
nmap serializer & deserializer
Usage: nmapx [OPTIONS] <NMAP>...
Arguments:
<NMAP>... The XML files to use
Options:
-c, --csv Outputs in CSV format
-j, --json Outputs in JSON format
-o, --output <OUTPUT> Specifies the base name of the output file. The correct extension will be appended based on the selected format
-h, --help Print help
-V, --version Print version
You can easily install this package using Cargo, Rust's package manager and build tool. Before proceeding, ensure you have Rust and Cargo installed on your system. If you do not have Rust installed, you can download it from the official Rust website.
cargo install nmapx
cargo add nmapx
Contributions are always welcome! Please create a PR to add Github Profile.
This project is licensed under GPL-3.0 license.
Give a ⭐️ if this project helped you!