Whitespace retab, add rport 3780 as default
parent
e436d31d23
commit
24b8fb0d7b
|
@ -39,6 +39,7 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
|
Opt::RPORT(3780),
|
||||||
OptString.new('USERNAME', [true, "The Nexpose user", "user"]),
|
OptString.new('USERNAME', [true, "The Nexpose user", "user"]),
|
||||||
OptString.new('PASSWORD', [true, "The Nexpose password", "pass"]),
|
OptString.new('PASSWORD', [true, "The Nexpose password", "pass"]),
|
||||||
OptString.new('FILEPATH', [true, "The filepath to read on the server", "/etc/shadow"]),
|
OptString.new('FILEPATH', [true, "The filepath to read on the server", "/etc/shadow"]),
|
||||||
|
|
Loading…
Reference in New Issue