aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-12 11:08:31 +0100
committerDanilo M. <danix@danix.xyz>2026-03-12 11:08:31 +0100
commita56cfec0234e5bdef6db9235c4fa91308b099f99 (patch)
tree28e64e3075d2d30ce90fd68c434a5cd0888deba3 /nvchecker.toml
parent068a36569d70885ea84104177e76670adef30a98 (diff)
downloadslackware-pentesting-suite-a56cfec0234e5bdef6db9235c4fa91308b099f99.tar.gz
slackware-pentesting-suite-a56cfec0234e5bdef6db9235c4fa91308b099f99.zip
Added nvchecker config file with entries for all packages upstream sources
Diffstat (limited to 'nvchecker.toml')
-rw-r--r--nvchecker.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/nvchecker.toml b/nvchecker.toml
new file mode 100644
index 0000000..6eabeeb
--- /dev/null
+++ b/nvchecker.toml
@@ -0,0 +1,31 @@
+[SecLists]
+source = "github"
+github = "danielmiessler/SecLists"
+use_latest_tag = "true"
+
+[gobuster]
+source = "git"
+git = "https://github.com/OJ/gobuster.git"
+use_latest_tag = "true"
+prefix = "v"
+
+[ffuf]
+source = "github"
+github = "ffuf/ffuf"
+use_latest_tag = "true"
+prefix = "v"
+
+[exploitdb]
+source = "gitlab"
+gitlab = "exploit-database/exploitdb"
+use_max_tag = "true"
+
+[exploitdb-bin-sploits]
+source = "gitlab"
+gitlab = "exploit-database/exploitdb-bin-sploits"
+use_max_tag = "true"
+
+[metasploit-framework]
+source = "regex"
+url = "https://apt.metasploit.com/"
+regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"