aboutsummaryrefslogtreecommitdiffstats
path: root/AGENTS.md
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 /AGENTS.md
parent5c4b45312bc5265529c9b0091656a31734764101 (diff)
downloadslackware-pentesting-suite-aed85b62f0cc5d2805a75820a0d75d28596d548d.tar.gz
slackware-pentesting-suite-aed85b62f0cc5d2805a75820a0d75d28596d548d.zip
docs: rename metasploit-framework to metasploit-framework-bin in references
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
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 |