aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 122b484e1ba8b53c0eb2692d7f2508b03b2b2bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
![](.extras/assets/sl-hack-ware.jpg)

# Sl (hack) ware

### a Slackware GNU/Linux Pentesting Suite

The aim of this project is to bring a curated collection of programs, tools, libraries and various utilities, ~~packaged~~ (some packages are way too big, sorry) and ready to be installed on Slackware.

### Why Slackware

Because it's the best distro ever.

### We have Kali and/or Parrot

Yes, but I prefer Slackware.

## Packages List

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-07 |
| 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.131   |

> [!IMPORTANT]
>
> The exploitdb package pulls also the binsploits which consists of 1.1Gb of exploits.

> [!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 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.