Fix TrailingCommaInArrayLiteral in my modules
parent
a378dff8a9
commit
1f5695de07
|
@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options([
|
register_options([
|
||||||
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT),
|
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT)
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options([
|
register_options([
|
||||||
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT),
|
Opt::RPORT(Rex::Proto::PJL::DEFAULT_PORT)
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Paul Gebheim', # Python PoC (TCP)
|
'Paul Gebheim', # Python PoC (TCP)
|
||||||
'insanid', # Python PoC (UDP)
|
'insanid', # Python PoC (UDP)
|
||||||
'wvu', # Metasploit module
|
'wvu' # Metasploit module
|
||||||
],
|
],
|
||||||
'References' => [
|
'References' => [
|
||||||
['URL', 'https://wiki.openwrt.org/toh/netgear/telnet.console'],
|
['URL', 'https://wiki.openwrt.org/toh/netgear/telnet.console'],
|
||||||
|
|
Loading…
Reference in New Issue