diff options
| -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" |
