diff options
Diffstat (limited to '.extras/nvchecker.toml')
| -rw-r--r-- | .extras/nvchecker.toml | 44 |
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" |
