return PLUGIN_DESCRIPTION instead of actual string

GSoC/Meterpreter_Web_Console
Auxilus 2018-05-21 09:06:00 +05:30 committed by GitHub
parent 294b263159
commit d0941e847b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ module Msf
def name
PLUGIN_NAME
end
PLUGIN_DESCRIPTION
def desc
"Nessus Bridge for Metasploit"
end
class ConsoleCommandDispatcher