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