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
when 'android', 'java'
'jar'
when 'ruby'
'rb'
when 'linux' , 'aix' , 'hpux' , 'irix' , 'unix'
'lso'
when 'bsd' , 'openbsd' , 'bsdi' , 'netbsd' , 'freebsd'
'bso'
when 'php'
'php'
when 'python'
'py'
when 'nodejs', 'js'
'js'
else
nil
end