Fix indent

unstable
sinn3r 2012-07-19 10:21:30 -05:00
parent 2bb36f5ef9
commit 3253929555
1 changed files with 5 additions and 5 deletions

View File

@ -54,11 +54,11 @@ class Metasploit3 < Msf::Auxiliary
OptString.new('CHALLENGE', [ true, "The 8 byte challenge ", "1122334455667788" ]) OptString.new('CHALLENGE', [ true, "The 8 byte challenge ", "1122334455667788" ])
], self.class) ], self.class)
register_advanced_options( register_advanced_options(
[ [
OptBool.new("SMB_EXTENDED_SECURITY", [ true, "Use smb extended security negociation, when set client will use ntlmssp, if not then client will use classic lanman authentification", false ]), OptBool.new("SMB_EXTENDED_SECURITY", [ true, "Use smb extended security negociation, when set client will use ntlmssp, if not then client will use classic lanman authentification", false ]),
OptString.new('DOMAIN_NAME', [ true, "The domain name used during smb exchange with smb extended security set ", "anonymous" ]) OptString.new('DOMAIN_NAME', [ true, "The domain name used during smb exchange with smb extended security set ", "anonymous" ])
], self.class) ], self.class)
end end