From a56cfec0234e5bdef6db9235c4fa91308b099f99 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 12 Mar 2026 11:08:31 +0100 Subject: Added nvchecker config file with entries for all packages upstream sources --- nvchecker.toml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 nvchecker.toml (limited to 'nvchecker.toml') 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" -- cgit v1.2.3