Skip to content

Releases: xtormin/XtremeNmapParser

XNP v1.0.5 - Updated columns argument

24 Jun 16:05
Compare
Choose a tag to compare

What's New in v1.0.5

New Features

  • Updated column argument format. It now accepts "default" and "all" options. Using "default" will select a predefined set of columns, while "all" will select all available columns. The columns for each case are defined in "config.yaml".

XNP v1.0.4 - Refactor arguments

24 Jun 13:12
Compare
Choose a tag to compare

Refactor "outputformat" and "outputname" arguments.

What's New in v1.0.4

Maintenance

  • Refactor "outputformat" and "outputname" arguments.

XNP v1.0.3 - Auto-Updating and Bug Fixes

24 Jun 10:32
Compare
Choose a tag to compare

What's New in v1.0.3

New Features

  • Added automatic version checking and updating to ensure that users are always running the latest version of XtremeNmapParser.

Bug fixes

  • Fixed directory argument bug when parsing an XML file.

XNP v1.0.2 - New Scripts Column and Bug Fixes

24 Jun 06:29
Compare
Choose a tag to compare

What's New in v1.0.2

New Features

  • Introduced an optional "Scripts" column in the output. Users can now include script results as part of the output for enhanced analysis and reporting.

Bug Fixes

  • Fixed the SettingWithCopyWarning issue by optimizing DataFrame operations in the OutputFormat module.
  • Added proper handling for directory path formatting across Windows, Linux, and macOS platforms.

Maintenance

  • Codebase has been cleaned up and refactored for better readability and maintainability.