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 | |
| parent | 8226603f95b30a046d506109ab42fba9a1cf21ca (diff) | |
| download | slackware-pentesting-suite-f0bd604f5c3e7cfbcb0437d02939581367ec2831.tar.gz slackware-pentesting-suite-f0bd604f5c3e7cfbcb0437d02939581367ec2831.zip | |
list expanded with latest entries.
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | nvchecker.toml | 17 |
2 files changed, 22 insertions, 0 deletions
@@ -23,6 +23,9 @@ This list is ever growing, if you want to ask for a package to be prioritized, j | SecLists | ✅ | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2025.3 | | ffuf | ✅ | [ffuf/ffuf](https://github.com/ffuf/ffuf) | 2.1.0 | | gobuster | ✅ | [OJ/gobuster](https://github.com/OJ/gobuster) | 3.8.2 | +| hydra | ✅ | [vanhauser-thc/thc-hydra](https://github.com/vanhauser-thc/thc-hydra) | 9.6 | +| hashcat | ✅ | [hashcat.net](https://hashcat.net/hashcat/) | 7.1.2 | +| john | ✅ | [openwall.com](https://www.openwall.com/john/) | 1.9.0 | | exploitdb | ✅ | [exploit-db.com](https://www.exploit-db.com/) | 2026-03-04 | | nuclei | ❎ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.7.1 | | windows binaries | ❎ | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 | @@ -35,3 +38,5 @@ This list is ever growing, if you want to ask for a package to be prioritized, j > [!NOTE] > > There's a metasploit package on slackbuilds.org but is an older version (last updated in 2022). I'll contact the mantainer and ask to transfer it to me and I'll update it. +> +> The hydra package on slackbuilds.org refers to version 9.4 and doesn't build anymore on Slackware64-current (as of today 17/03/2026), so I have reported here the build scripts with the updated source for version 9.6 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 |
