aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-03-13 20:37:05 +0100
committerDanilo M. <danix@danix.xyz>2026-03-13 20:37:05 +0100
commit42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e (patch)
tree25281c6cdd34f80f8e8a89a625d88df0e2e0e0d9
parent6f9c5a1cded3baa3a70a4a5156b9748444ebdeba (diff)
downloadslackware-pentesting-suite-42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e.tar.gz
slackware-pentesting-suite-42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e.zip
updated nvchecker.toml and added list of packages to README.
-rw-r--r--README.md22
-rw-r--r--nvchecker.toml6
2 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c1ca3c..322d3ab 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,25 @@ 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) | 2025.3 |
+| ffuf | ✅ | [ffuf/ffuf](https://github.com/ffuf/ffuf) | 2.1.0 |
+| gobuster | ✅ | [OJ/gobuster](https://github.com/OJ/gobuster) | 3.8.2 |
+| 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 |
+| metasploit framework | ❎ | [metasploit.com](https://www.metasploit.com/) | 6.4.123 |
+
+> [!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.
diff --git a/nvchecker.toml b/nvchecker.toml
index d47cf96..6380235 100644
--- a/nvchecker.toml
+++ b/nvchecker.toml
@@ -39,3 +39,9 @@ regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"
source = "regex"
url = "https://pkg.kali.org/pkg/windows-binaries"
regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)"
+
+[nuclei]
+source = "github"
+github = "projectdiscovery/nuclei"
+use_latest_release = "true"
+prefix = "v"