aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/nvchecker.toml
diff options
context:
space:
mode:
Diffstat (limited to '.extras/nvchecker.toml')
-rw-r--r--.extras/nvchecker.toml86
1 files changed, 86 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
new file mode 100644
index 0000000..a7eaac9
--- /dev/null
+++ b/.extras/nvchecker.toml
@@ -0,0 +1,86 @@
+[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"
+
+[windows-binaries]
+# source = "gitlab"
+# gitlab = "kalilinux/packages/windows-binaries"
+# branch = "kali/master"
+# use_max_tag = "true"
+# prefix = "kali/"
+source = "regex"
+url = "https://pkg.kali.org/pkg/windows-binaries"
+regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)"
+
+[nuclei]
+source = "github"
+github = "projectdiscovery/nuclei"
+use_latest_release = "true"
+prefix = "v"
+
+[hashcat]
+source = "github"
+github = "hashcat/hashcat"
+use_latest_release = "true"
+prefix = "v"
+
+[john]
+source = "regex"
+url = "https://www.openwall.com/john/"
+regex = 'john-(\d+\.\d+\.\d+)\.tar\.xz'
+
+[hydra]
+source = "github"
+github = "vanhauser-thc/thc-hydra"
+use_latest_release = "true"
+prefix = "v"
+
+[webshells]
+source = "regex"
+url = "https://pkg.kali.org/pkg/webshells"
+regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)\\+kali8"
+
+[powershell]
+source = "github"
+github = "Powershell/Powershell"
+use_latest_release = "true"
+prefix = "v"
+
+[cadaver]
+source = "github"
+github = "notroj/cadaver"
+use_latest_tag = "true"
+prefix = "v"
+
+[Nessus]
+source = "jq"
+url = "https://www.tenable.com/downloads/api/v2/pages/nessus"
+filter = ".releases.latest | keys[0] | split(\" - \")[1]"