Fix TrailingCommaInArrayLiteral in my modules
parent
a378dff8a9
commit
1f5695de07
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue