metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

Fix a typo in _msfvenom

Open zeroSteiner opened this issue 3 years ago • 0 comments

Fixes #16838

This fixes a typo in the ZSH completion file for _msfvenom that would cause an error when completing the --arch argument.

Verification

  • [ ] Install zsh
  • [ ] Install the _msfvenom completion file
  • [ ] Initialize it so the completions are loaded
  • [ ] Type ./msfvenom --arch and hit tab, you should see architectures and not an error

zeroSteiner avatar Aug 18 '22 15:08 zeroSteiner