From 6b38a7d44d5ad8c2e2b7a4309dca2a708a18aa61 Mon Sep 17 00:00:00 2001 From: Xtormin Date: Sat, 24 Jun 2023 17:58:16 +0200 Subject: [PATCH] XNP v1.0.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 826ec93..9ebebe2 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ python3 xnp.py -d nmap/ -M -R --open -C all You can change the output formats and other settings through the [config.yaml](config%2Fconfig.yaml) file. # 💬 Change Log +- **24/06/2023** - XNP v1.0.5 + - 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". - **24/06/2023** - XNP v1.0.4 - Refactor "outputformat" and "outputname" arguments. - **24/06/2023** - XNP v1.0.3