Fix TrailingCommaInArrayLiteral in my modules

master
William Vu 2019-03-05 21:02:39 -06:00
parent a378dff8a9
commit 1f5695de07
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
))
register_options([
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT),
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT)
])
end

View File

@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
))
register_options([
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT),
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT)
])
end

View File

@ -21,7 +21,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Author' => [
'Paul Gebheim', # Python PoC (TCP)
'insanid', # Python PoC (UDP)
'wvu', # Metasploit module
'wvu' # Metasploit module
],
'References' => [
['URL', 'https://wiki.openwrt.org/toh/netgear/telnet.console'],