Skip to content

Commit 56eadc0

Browse files
committed
Delete default values from options
1 parent fb83bf6 commit 56eadc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/auxiliary/admin/kerberos/ms14_068_kerberos_checksum.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ def initialize(info = {})
4343

4444
register_options(
4545
[
46-
OptString.new('USER', [ true, 'The Domain User', 'juan']),
47-
OptString.new('PASSWORD', [ true, 'The Domain User password', 'juan']),
48-
OptString.new('DOMAIN', [ true, 'The Domain Ex: DEMO.LOCAL', 'DEMO.LOCAL']),
49-
OptString.new('DOMAIN_SID', [ true, 'The Domain SID Ex: S-1-5-21-1755879683-3641577184-3486455962', 'S-1-5-21-1755879683-3641577184-3486455962'])
46+
OptString.new('USER', [ true, 'The Domain User' ]),
47+
OptString.new('PASSWORD', [ true, 'The Domain User password' ]),
48+
OptString.new('DOMAIN', [ true, 'The Domain Ex: DEMO.LOCAL' ]),
49+
OptString.new('DOMAIN_SID', [ true, 'The Domain SID Ex: S-1-5-21-1755879683-3641577184-3486455962' ])
5050
], self.class)
5151
end
5252

0 commit comments

Comments
 (0)