diff --git a/lib/msf/util/exe.rb b/lib/msf/util/exe.rb index 38733725d2..8fea1c2c02 100755 --- a/lib/msf/util/exe.rb +++ b/lib/msf/util/exe.rb @@ -1727,12 +1727,12 @@ def self.to_vba(framework,code,opts={}) output end - def self.to_executable_fmt_formats - [ - 'dll','exe','exe-service','exe-small','exe-only','elf','macho','vba','vba-exe', - 'vbs','loop-vbs','asp','aspx', 'aspx-exe','war','psh','psh-net', 'msi', 'msi-nouac' - ] - end + def self.to_executable_fmt_formats + [ + 'dll','exe','exe-service','exe-small','exe-only','elf','macho','vba','vba-exe', + 'vbs','loop-vbs','asp','aspx', 'aspx-exe','war','psh','psh-net', 'msi', 'msi-nouac' + ] + end # # EICAR Canary: https://www.metasploit.com/redmine/projects/framework/wiki/EICAR