aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-08 11:08:08 +0200
committerDanilo M. <danix@danix.xyz>2026-07-08 11:08:08 +0200
commitaed85b62f0cc5d2805a75820a0d75d28596d548d (patch)
treeb0a9475ecf1e9fc67151f9a594dd8bfef5a09738
parent5c4b45312bc5265529c9b0091656a31734764101 (diff)
downloadslackware-pentesting-suite-aed85b62f0cc5d2805a75820a0d75d28596d548d.tar.gz
slackware-pentesting-suite-aed85b62f0cc5d2805a75820a0d75d28596d548d.zip
docs: rename metasploit-framework to metasploit-framework-bin in references
-rw-r--r--.extras/nvchecker.toml2
-rw-r--r--AGENTS.md2
-rw-r--r--CLAUDE.md4
-rw-r--r--README.md4
4 files changed, 6 insertions, 6 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index ffc619c..b1948f7 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -25,7 +25,7 @@ source = "gitlab"
gitlab = "exploit-database/exploitdb-bin-sploits"
use_max_tag = "true"
-[metasploit-framework]
+[metasploit-framework-bin]
source = "regex"
url = "https://apt.metasploit.com/"
regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"
diff --git a/AGENTS.md b/AGENTS.md
index 4623c18..c2b95bd 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -51,7 +51,7 @@ Before updating or adding a package, identify which build strategy it uses:
|----------|----------|---------------|
| Go source | ffuf, gobuster, nuclei | `go build`, `REQUIRES="google-go-lang"` |
| Autotools/cmake source | hydra, cadaver | `./configure` or `cmake` |
-| Binary repack (.deb) | metasploit-framework | `ar p … data.tar.gz \| tar xzv` |
+| Binary repack (.deb) | metasploit-framework-bin | `ar p … data.tar.gz \| tar xzv` |
| Binary repack (.rpm) | nessus | `rpm2cpio … \| cpio -idmv` |
| Data archive | SecLists, exploitdb, webshells, windows-binaries | no compilation |
diff --git a/CLAUDE.md b/CLAUDE.md
index 7936c9a..d7b66d8 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -50,8 +50,8 @@ or `cmake`. Follow standard SBo template conventions.
### 3. Binary repacks — Debian `.deb`
-Packages such as `metasploit-framework` are repacked from upstream `.deb`
-archives:
+Packages such as `metasploit-framework-bin` are repacked from upstream `.deb`
+archives (SBo convention: `.deb`/binary repacks take a `-bin` suffix):
- Extract with: `ar p <file>.deb data.tar.gz | tar xzv`
- Set `DOWNLOAD="UNSUPPORTED"` and use `DOWNLOAD_x86_64` / `MD5SUM_x86_64`
diff --git a/README.md b/README.md
index 4d5191f..c9ef86c 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Legend: ✅ yes / available / build-tested &nbsp; ❎ not on SlackBuilds.org &nb
| netexec | ❎ | [Pennyw0rth/NetExec](https://github.com/Pennyw0rth/NetExec) | 1.5.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.135 | ✅ | ✅ |
+| metasploit-framework-bin | ✅ | [metasploit.com](https://www.metasploit.com/) | 6.4.135 | ✅ | ✅ |
> [!IMPORTANT]
>
@@ -42,7 +42,7 @@ Legend: ✅ yes / available / build-tested &nbsp; ❎ not on SlackBuilds.org &nb
> [!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.
+> There's an older `metasploit` package on slackbuilds.org (last updated in 2022) which is now orphaned. This `metasploit-framework-bin` package is a fresh `.deb` repack submitted alongside it, not a takeover of the old one.
>
> 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
>