aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvchecker.toml')
-rw-r--r--nvchecker.toml86
1 files changed, 0 insertions, 86 deletions
diff --git a/nvchecker.toml b/nvchecker.toml
deleted file mode 100644
index a7eaac9..0000000
--- a/nvchecker.toml
+++ /dev/null
@@ -1,86 +0,0 @@
-[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]"