Fix style

GSoC/Meterpreter_Web_Console
Jon Hart 2018-03-06 18:13:50 -08:00
parent 7733662767
commit 1e04fa009f
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 7 additions and 5 deletions

View File

@ -22,15 +22,17 @@ class MetasploitModule < Msf::Auxiliary
],
'License' => MSF_LICENSE,
'DisclosureDate' => 'Jul 23, 2003',
'References' =>
'References' =>
[
['URL', 'https://github.com/memcached/memcached/blob/master/doc/protocol.txt'],
['URL', 'https://github.com/memcached/memcached/blob/master/doc/protocol.txt']
]
)
register_options([
Opt::RPORT(11211)
])
register_options(
[
Opt::RPORT(11211)
]
)
end
def build_probe