Remove binary suffixes for payloads that don't exist
parent
022830634b
commit
70011922a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue