diff options
| -rw-r--r-- | .extras/nvchecker.toml | 2 | ||||
| -rw-r--r-- | AGENTS.md | 2 | ||||
| -rw-r--r-- | CLAUDE.md | 4 | ||||
| -rw-r--r-- | README.md | 4 |
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" @@ -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 | @@ -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` @@ -34,7 +34,7 @@ Legend: ✅ yes / available / build-tested ❎ 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 ❎ 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 > |
