Skip to content

Commit 7ad8adf

Browse files
author
Brent Cook
committed
Land rapid7#6240, change default SMBDomain to '.'
2 parents 55b3e10 + 708cbe9 commit 7ad8adf

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)