Skip to content

Commit 708cbe9

Browse files
David MaloneyDavid Maloney
authored andcommitted
change the default SMBDomain to .
Due to a recent change using WORKGROUP as the SMBDomain causes Trust errors. Using '.' instead works fine.
1 parent 06a5b5b commit 708cbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/smb/client/authenticated.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def initialize(info = {})
1414
[
1515
OptString.new('SMBUser', [ false, 'The username to authenticate as', '']),
1616
OptString.new('SMBPass', [ false, 'The password for the specified username', '']),
17-
OptString.new('SMBDomain', [ false, 'The Windows domain to use for authentication', 'WORKGROUP']),
17+
OptString.new('SMBDomain', [ false, 'The Windows domain to use for authentication', '.']),
1818
], Msf::Exploit::Remote::SMB::Client::Authenticated)
1919
end
2020
end

0 commit comments

Comments
 (0)