aboutsummaryrefslogtreecommitdiffstats
path: root/nvchecker.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvchecker.toml')
-rw-r--r--nvchecker.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/nvchecker.toml b/nvchecker.toml
index 6380235..6053710 100644
--- a/nvchecker.toml
+++ b/nvchecker.toml
@@ -45,3 +45,20 @@ 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" \ No newline at end of file