diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-24 09:37:22 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-24 09:37:22 +0100 |
| commit | 42795392244cb81581490b533f251be9a78d16dc (patch) | |
| tree | afc1ee51b97d6c48829bd486d6314df6e59a3c09 | |
| parent | 9fa59672d9dd5f3a17f447773598c82ef80ba12d (diff) | |
| download | slackware-pentesting-suite-42795392244cb81581490b533f251be9a78d16dc.tar.gz slackware-pentesting-suite-42795392244cb81581490b533f251be9a78d16dc.zip | |
updated README and nvchecker file
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | nvchecker.toml | 12 |
2 files changed, 21 insertions, 3 deletions
@@ -1,6 +1,6 @@  -# Sl (hack ) ware +# Sl (hack) ware ### a Slackware GNU/Linux Pentesting Suite @@ -20,17 +20,19 @@ This list is ever growing, if you want to ask for a package to be prioritized, j | Package Name | SlackBuilds.org available | Upstream | Version | | -------------------- | ------------------------- | ------------------------------------------------------------ | ---------- | -| SecLists | ✅ | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2025.3 | +| SecLists | ✅ | [danielmiessler/SecLists](https://github.com/danielmiessler/SecLists) | 2026.1 | | 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 | +| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | +| powershell | ✅ | [microsoft.com](https://www.microsoft.com/powershell/) | 7.6.0 | | 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 | | webshells | ❎ | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 | -| metasploit framework | ❎ | [metasploit.com](https://www.metasploit.com/) | 6.4.123 | +| metasploit framework | ❎ | [metasploit.com](https://www.metasploit.com/) | 6.4.124 | > [!IMPORTANT] > @@ -41,3 +43,7 @@ This list is ever growing, if you want to ask for a package to be prioritized, j > 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 +> +> The cadaver package is available on slackbuilds.org but it's for an older version. I've reported here the script and built the newest version. The slackbuild includes now a pull from the [notroj/neon](https://github.com/notroj/neon) repository which is usually not allowed for SlackBuilds that are uploaded to slackbuilds.org +> +> The Powershell package is the same as the one on slackbuilds.org but builds the latest version available. diff --git a/nvchecker.toml b/nvchecker.toml index c057e0d..0474f7c 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -67,3 +67,15 @@ prefix = "v" 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" |
