replacement of the netgear-sph200d module
parent
509ae76dc9
commit
47d458a294
|
@ -31,7 +31,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
)
|
)
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
Opt::RPORT(80),
|
|
||||||
OptPath.new('FILELIST', [ true, "File containing sensitive files, one per line",
|
OptPath.new('FILELIST', [ true, "File containing sensitive files, one per line",
|
||||||
File.join(Msf::Config.install_root, "data", "wordlists", "sensitive_files.txt") ]),
|
File.join(Msf::Config.install_root, "data", "wordlists", "sensitive_files.txt") ]),
|
||||||
OptString.new('USERNAME',[ true, 'User to login with', 'admin']),
|
OptString.new('USERNAME',[ true, 'User to login with', 'admin']),
|
Loading…
Reference in New Issue