aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-18 15:08:22 +0100
committerDanilo M. <danix@danix.xyz>2026-03-18 15:08:22 +0100
commit556912984f0c2d2d940bd85374957bb912c8042b (patch)
tree5b2ee2722dd7749322f265828376943fa91f7583 /nvchecker.toml
parent414d3b50ee388fc30d781108d00d0c26c7f35ef2 (diff)
downloadslackware-pentesting-suite-556912984f0c2d2d940bd85374957bb912c8042b.tar.gz
slackware-pentesting-suite-556912984f0c2d2d940bd85374957bb912c8042b.zip
updated entries in readme, nvchecker and setup script.
Diffstat (limited to 'nvchecker.toml')
-rw-r--r--nvchecker.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/nvchecker.toml b/nvchecker.toml
index 6053710..c057e0d 100644
--- a/nvchecker.toml
+++ b/nvchecker.toml
@@ -61,4 +61,9 @@ regex = 'john-(\d+\.\d+\.\d+)\.tar\.xz'
source = "github"
github = "vanhauser-thc/thc-hydra"
use_latest_release = "true"
-prefix = "v" \ No newline at end of file
+prefix = "v"
+
+[webshells]
+source = "regex"
+url = "https://pkg.kali.org/pkg/webshells"
+regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)\\+kali8"