bug/bundler_fix
Meatballs 2013-09-27 20:40:16 +01:00
parent 6ca01adf1d
commit 8aeb134581
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 6 additions and 6 deletions

View File

@ -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