aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/nvchecker.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-11 12:41:28 +0200
committerDanilo M. <danix@danix.xyz>2026-07-11 12:41:28 +0200
commit6444c92b3464904bcd5a07801be7693df04da88d (patch)
tree904686a2fb7d48fd0521e1e58320ef9a9e128589 /.extras/nvchecker.toml
parentd3049e83cf06b3c28f533f97f77045a53ce430ea (diff)
downloadsbo-slackbuilds-6444c92b3464904bcd5a07801be7693df04da88d.tar.gz
sbo-slackbuilds-6444c92b3464904bcd5a07801be7693df04da88d.zip
Track moved pentesting packages; document their build strategies
Add nvchecker stanzas for the seven packages moved from pentesting-suite (SecLists, ffuf, gobuster, exploitdb, nuclei, feroxbuster, metasploit-framework-bin) and a Build Strategies section covering Go/Rust source builds, .deb repacks, and data packages, plus the metasploit msfvenom-completion and man-page regeneration procedures. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to '.extras/nvchecker.toml')
-rw-r--r--.extras/nvchecker.toml44
1 files changed, 44 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index e258581..5347939 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -9,3 +9,47 @@ url = "https://www.urbanterror.info/downloads/"
regex = "UrbanTerror(\\d+)_full\\.zip"
from_pattern = "(\\d)(\\d)(\\d)"
to_pattern = "\\1.\\2.\\3"
+
+[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"
+
+[nuclei]
+source = "github"
+github = "projectdiscovery/nuclei"
+use_latest_release = "true"
+prefix = "v"
+
+[feroxbuster]
+source = "github"
+github = "epi052/feroxbuster"
+use_latest_release = "true"
+prefix = "v"
+
+[metasploit-framework-bin]
+source = "regex"
+url = "https://apt.metasploit.com/"
+regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"