2 个稳定版本

1.1.0 2024年5月16日
1.0.0 2023年8月7日

#1436解析实现

Download history 139/week @ 2024-05-13 23/week @ 2024-05-20 2/week @ 2024-06-03 5/week @ 2024-06-10 1/week @ 2024-06-17

每月100 次下载

GPL-3.0-only

23KB
324 代码行

nmapx

nmapx 是一个快速可靠的 Rust 工具,用于将 Nmap 扫描结果从 XML 格式转换为 JSON 或 CSV 格式。

>$ 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

安装

您可以使用 Cargo(Rust 的包管理器和构建工具)轻松安装此包。在继续之前,请确保您的系统已安装 Rust 和 Cargo。如果您尚未安装 Rust,您可以从中官方 Rust 网站 下载它

cargo install nmapx

... 或将 nmapx 作为库用于您的项目

cargo add nmapx

贡献

欢迎贡献!请创建一个 PR 以添加 GitHub 个人资料。

📝 许可证

本项目采用 GPL-3.0 许可。

👨‍🚀 表达您的支持

如果此项目对您有帮助,请给它一个 ⭐️!

依赖

~4–15MB
~127K SLoC