Land #7609, set SSL to true by default for cisco_nac_manager_traversal

bug/bundler_fix
wchen-r7 2016-11-28 11:30:41 -06:00
commit 4eb109b22f
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
1 changed files with 1 additions and 0 deletions

View File

@ -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)