aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-24 12:10:37 +0100
committerDanilo M. <danix@danix.xyz>2026-03-24 12:10:37 +0100
commitc393d0e98cd3fdf02305f7659afa1bb1e4a02a7e (patch)
treef89bc22d7b62df6c8253470c62666fda4f96a666
parentf4d87426ec2524a30adf278a9dd74e26ac1875b1 (diff)
downloadslackware-pentesting-suite-c393d0e98cd3fdf02305f7659afa1bb1e4a02a7e.tar.gz
slackware-pentesting-suite-c393d0e98cd3fdf02305f7659afa1bb1e4a02a7e.zip
Updated README and nvchecker files
-rw-r--r--README.md3
-rw-r--r--nvchecker.toml5
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7fea34..de30849 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ This list is ever growing, if you want to ask for a package to be prioritized, j
| exploitdb | ✅ | [exploit-db.com](https://www.exploit-db.com/) | 2026-03-04 |
| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 |
| powershell | ✅ | [microsoft.com](https://www.microsoft.com/powershell/) | 7.6.0 |
+| Nessus | ✅ | [tenable.com](https://www.tenable.com/downloads/nessus) | 10.11.3 |
| nuclei | ❎ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.7.1 |
| windows binaries | ❎ | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 |
| webshells | ❎ | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 |
@@ -47,3 +48,5 @@ This list is ever growing, if you want to ask for a package to be prioritized, j
> The cadaver package is available on slackbuilds.org but it's for an older version. I've reported here the script and built the newest version. The slackbuild includes now a pull from the [notroj/neon](https://github.com/notroj/neon) repository which is usually not allowed for SlackBuilds that are uploaded to slackbuilds.org
>
> The Powershell package is the same as the one on slackbuilds.org but builds the latest version available.
+>
+> The Nessus package is the same as the one on slackbuilds.org but builds the latest version available.
diff --git a/nvchecker.toml b/nvchecker.toml
index 0474f7c..a7eaac9 100644
--- a/nvchecker.toml
+++ b/nvchecker.toml
@@ -79,3 +79,8 @@ source = "github"
github = "notroj/cadaver"
use_latest_tag = "true"
prefix = "v"
+
+[Nessus]
+source = "jq"
+url = "https://www.tenable.com/downloads/api/v2/pages/nessus"
+filter = ".releases.latest | keys[0] | split(\" - \")[1]"