Removing "--"

GSoC/Meterpreter_Web_Console
g0tmi1k 2018-05-23 18:26:01 +01:00
parent 66c0610e2a
commit 4189819eaf
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ module Msf
def choose_arch(mod)
if arch.blank?
@arch = mod.arch.first
cli_print "[-] No --arch selected, selecting arch: #{arch} from the payload"
cli_print "[-] No arch selected, selecting arch: #{arch} from the payload"
datastore['ARCH'] = arch if mod.kind_of?(Msf::Payload::Generic)
return mod.arch.first
elsif mod.arch.include? arch