Remove binary suffixes for payloads that don't exist

bug/bundler_fix
OJ 2016-10-14 14:08:13 +10:00
parent 022830634b
commit 70011922a3
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 0 additions and 6 deletions

View File

@ -327,18 +327,12 @@ class Msf::Payload::UUID
end end
when 'android', 'java' when 'android', 'java'
'jar' 'jar'
when 'ruby'
'rb'
when 'linux' , 'aix' , 'hpux' , 'irix' , 'unix' when 'linux' , 'aix' , 'hpux' , 'irix' , 'unix'
'lso' 'lso'
when 'bsd' , 'openbsd' , 'bsdi' , 'netbsd' , 'freebsd'
'bso'
when 'php' when 'php'
'php' 'php'
when 'python' when 'python'
'py' 'py'
when 'nodejs', 'js'
'js'
else else
nil nil
end end