aboutsummaryrefslogtreecommitdiffstats
path: root/metasploit-framework-bin/msfvenom.1
AgeCommit message (Collapse)AuthorFilesLines
3 daysmetasploit-framework-bin: apply SBo reviewer fixes, add man pagesDanilo M.1-0/+136
Christoph Willing's review changes: - generate /usr/bin launcher symlinks in the SlackBuild and let makepkg build doinst.sh per-arch, instead of shipping a preloaded doinst.sh. The preloaded doinst.sh was baked from an x86_64 build; on i386 its symlink targets did not exist, leaving a stray symlink in / on install. - cat msfvenom.bash-completion and README.SLACKWARE into place instead of cp -a, avoiding inserting files with a non-root uid/gid. Also: - ship msfconsole.1 and msfvenom.1 man pages from kali (the .deb ships none of its own), gzipped into /usr/man/man1. - note in README.SLACKWARE that the completion is a snapshot matching the shipped MSF version, and that the man pages come from kali. - document in CLAUDE.md how to regenerate the completion and refresh the man pages on version bumps. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>