Land #7609, set SSL to true by default for cisco_nac_manager_traversal
commit
4eb109b22f
|
@ -30,6 +30,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
register_options(
|
||||
[
|
||||
Opt::RPORT(443),
|
||||
OptBool.new('SSL', [ false, 'Negotiate SSL/TLS for outgoing connections', true]),
|
||||
OptString.new('FILE', [ true, 'The file to traverse for', '/etc/passwd']),
|
||||
OptInt.new('MAXDIRS', [ true, 'The maximum directory depth to search', 7]),
|
||||
], self.class)
|
||||
|
|
Loading…
Reference in New Issue