diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-17 20:24:45 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-17 20:24:45 +0100 |
| commit | f0bd604f5c3e7cfbcb0437d02939581367ec2831 (patch) | |
| tree | f08f53d2183a84aab4f8cb9e495870312cb559e8 /nvchecker.toml | |
| parent | 8226603f95b30a046d506109ab42fba9a1cf21ca (diff) | |
| download | slackware-pentesting-suite-f0bd604f5c3e7cfbcb0437d02939581367ec2831.tar.gz slackware-pentesting-suite-f0bd604f5c3e7cfbcb0437d02939581367ec2831.zip | |
list expanded with latest entries.
Diffstat (limited to 'nvchecker.toml')
| -rw-r--r-- | nvchecker.toml | 17 |
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 |
