return PLUGIN_DESCRIPTION instead of actual string
parent
294b263159
commit
d0941e847b
|
@ -12,9 +12,9 @@ module Msf
|
|||
def name
|
||||
PLUGIN_NAME
|
||||
end
|
||||
|
||||
PLUGIN_DESCRIPTION
|
||||
def desc
|
||||
"Nessus Bridge for Metasploit"
|
||||
|
||||
end
|
||||
|
||||
class ConsoleCommandDispatcher
|
||||
|
|
Loading…
Reference in New Issue