aboutsummaryrefslogtreecommitdiffstats
path: root/.extras
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-03 23:12:36 +0200
committerDanilo M. <danix@danix.xyz>2026-04-03 23:12:36 +0200
commit11735b294450fbb6b4478748c57df2f9969b31ce (patch)
tree1b15658f1eb274712a579ba8141753fcbc28d4ad /.extras
parent21cdfef9c762bb2e548abc7cf88f9207376abaf2 (diff)
downloadslackware-pentesting-suite-11735b294450fbb6b4478748c57df2f9969b31ce.tar.gz
slackware-pentesting-suite-11735b294450fbb6b4478748c57df2f9969b31ce.zip
remove hydra and nessus packages
Both are already maintained on SBo and identical to upstream. Remove package directories and clean up README and nvchecker.toml. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.extras')
-rw-r--r--.extras/nvchecker.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index a7eaac9..24f4e6f 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -57,12 +57,6 @@ source = "regex"
url = "https://www.openwall.com/john/"
regex = 'john-(\d+\.\d+\.\d+)\.tar\.xz'
-[hydra]
-source = "github"
-github = "vanhauser-thc/thc-hydra"
-use_latest_release = "true"
-prefix = "v"
-
[webshells]
source = "regex"
url = "https://pkg.kali.org/pkg/webshells"
@@ -80,7 +74,3 @@ 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]"