aboutsummaryrefslogtreecommitdiffstats
path: root/metasploit-framework-bin
AgeCommit message (Collapse)AuthorFilesLines
2026-08-08repo: move packages under their SBo categoryDanilo M.8-480/+0
Mirror SBo's own <category>/<package>/ layout instead of a flat <package>/ one. The category is now carried by the directory, so there's no separate map to maintain, and a package exports to the SBo repo at the identical relative path. misc: SecLists, exploitdb, nuclei games: UrbanTerror network: feroxbuster, ffuf, gobuster, metasploit-framework-bin, r8125 Categories taken from the synced SBo tree, which is authoritative. This also repairs two things the flat layout had broken: - test-build's category_of() returned "." for every package, since it derives the category from the parent directory name. - post-commit asserted a fixed depth. It now locates a build by the directory holding the .SlackBuild, and names the archive after the package with the package dir at the tarball root, as SBo expects. Drops the exec bit from SecLists.SlackBuild and gobuster.SlackBuild, flagged by sbolint once the pre-commit hook started running: SBo requires 0644 and ships both that way.
2026-08-07metasploit-framework-bin: update to 6.5.1Danilo M.3-7/+7
Regenerated msfvenom.bash-completion against the 6.5.1 framework. Man pages checked against kali, unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30metasploit-framework-bin: update to 6.4.147Danilo M.3-7/+7
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14metasploit-framework-bin: update to 6.4.144Danilo M.3-8/+8
Refresh msfvenom.bash-completion against the installed 6.4.144 framework. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-11Move metasploit-framework-bin from pentesting-suiteDanilo M.8-0/+480
Accepted on SBo, danix-maintained. Deduplicate like the other six. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>