From 6444c92b3464904bcd5a07801be7693df04da88d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 11 Jul 2026 12:41:28 +0200 Subject: 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 --- .extras/nvchecker.toml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to '.extras/nvchecker.toml') 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" -- cgit v1.2.3