diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 11:15:08 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 11:15:08 +0200 |
| commit | c33a0ced54f0dabd5ffeae6abd5c754a9a917dd1 (patch) | |
| tree | ae0da93431c79dc458170d428da0685ffdd27c1a | |
| parent | 32f320068b076b506b3aa66cf17e105d4fce16d6 (diff) | |
| download | slackware-pentesting-suite-c33a0ced54f0dabd5ffeae6abd5c754a9a917dd1.tar.gz slackware-pentesting-suite-c33a0ced54f0dabd5ffeae6abd5c754a9a917dd1.zip | |
docs: add Tested -current/-stable columns to package table
Track build-test status per Slackware branch. All packages are build-tested
on -current; feroxbuster is also confirmed on -stable, the rest are not yet
tested there. Add a one-line legend for the table symbols.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 30 |
1 files changed, 16 insertions, 14 deletions
@@ -18,20 +18,22 @@ Yes, but I prefer Slackware. This list is ever growing, if you want to ask for a package to be prioritized, just open an issue -| Package Name | SlackBuilds.org available | Upstream | Version | -| -------------------- | ------------------------- | ------------------------------------------------------------ | ---------- | -| 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 | -| 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-04-30 | -| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | -| nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.8.0 | -| feroxbuster | ❎ | [epi052/feroxbuster](https://github.com/epi052/feroxbuster) | 2.13.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.133 | +Legend: ✅ yes / available / build-tested ❎ not on SlackBuilds.org ❔ not yet tested + +| Package Name | SlackBuilds.org available | Upstream | Version | Tested -current | Tested -stable | +| -------------------- | ------------------------- | ------------------------------------------------------------ | ---------- | --------------- | -------------- | +| 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 | ✅ | ❔ | +| 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-04-30 | ✅ | ❔ | +| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 | ✅ | ❔ | +| nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.8.0 | ✅ | ❔ | +| feroxbuster | ❎ | [epi052/feroxbuster](https://github.com/epi052/feroxbuster) | 2.13.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.133 | ✅ | ❔ | > [!IMPORTANT] > |
