explicitly declare rank 0

GSoC/Meterpreter_Web_Console
h00die 2018-10-08 13:16:14 -04:00
parent cd9ef01c9a
commit 023f7db9ba
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ class Msf::Module::Platform
# utilize this as a catch-all. # utilize this as a catch-all.
# #
class Unknown < Msf::Module::Platform class Unknown < Msf::Module::Platform
Rank = 0 # safeguard with 0 since the platform is completely unknown
Alias = "unknown" Alias = "unknown"
end end