Change --encryptor to --encrypt and fix a typo

This commit is contained in:
Wei Chen 2018-04-19 10:41:23 -05:00
parent 3611a1dfe4
commit 69995b7f80
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ require 'msf/core/payload/windows/exec'
###
#
# Executes a command on the target machine
#w
#
###
module MetasploitModule

View File

@ -106,7 +106,7 @@ def parse_args(args)
raise HelpError, msg
end
opt.on('--encryptor <value>', String, 'The type of encryptor or encoder to use for the shellcode') do |e|
opt.on('--encrypt <value>', String, 'The type of encryption or encoding to apply to the shellcode') do |e|
opts[:encryption_format] = e
end