aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
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"