diff --git a/modules/exploits/windows/smb/psexec.rb b/modules/exploits/windows/smb/psexec.rb index 9bf45db75e..29e790efcb 100644 --- a/modules/exploits/windows/smb/psexec.rb +++ b/modules/exploits/windows/smb/psexec.rb @@ -76,7 +76,7 @@ class Exploits::Windows::Smb::Psexec < Msf::Exploit::Remote register_options( [ OptString.new('SMBUser', [ true, 'The username to authenticate as', "Administrator"]), - OptString.new('SMBPass', [ true, 'The password for the specified username', ""]) + OptString.new('SMBPass', [ false, 'The password for the specified username', ""]) ], self.class) end