diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-12 11:08:31 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-12 11:08:31 +0100 |
| commit | a56cfec0234e5bdef6db9235c4fa91308b099f99 (patch) | |
| tree | 28e64e3075d2d30ce90fd68c434a5cd0888deba3 /nvchecker.toml | |
| parent | 068a36569d70885ea84104177e76670adef30a98 (diff) | |
| download | slackware-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.toml | 31 |
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" |
