docs: replace deprecated msfpayload/msfencode references with msfvenom#21546
Open
sucloudflare wants to merge 1 commit into
Open
docs: replace deprecated msfpayload/msfencode references with msfvenom#21546sucloudflare wants to merge 1 commit into
sucloudflare wants to merge 1 commit into
Conversation
- How-to-use-a-reverse-shell-in-Metasploit.md: replace all msfpayload commands and references with msfvenom equivalents - Guidelines-for-Accepting-Modules-and-Enhancements.md: remove msfpayload from list of external tools (no longer exists) - reverse_tcp.md: clarify msfvenom replaced msfpayload and msfencode Closes rapid7#21530
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #21530
msfpayload and msfencode were removed from Metasploit on June 8th, 2015.
This PR updates documentation that still referenced these deprecated tools.
Changes:
How-to-use-a-reverse-shell-in-Metasploit.md: replaced all msfpayloadcommands and references with msfvenom equivalents, including the example
payload generation command
Guidelines-for-Accepting-Modules-and-Enhancements.md: removed msfpayloadfrom the list of external tools (it no longer exists)
reverse_tcp.md: clarified that msfvenom replaced msfpayload and msfencode