Set the defaults for psexec to Administrator/""
git-svn-id: file:///home/svn/framework3/trunk@5361 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c66f8706ef
commit
557a7bad9c
|
@ -75,8 +75,8 @@ class Exploits::Windows::Smb::Psexec < Msf::Exploit::Remote
|
|||
# These should be regular options for this exploit
|
||||
register_options(
|
||||
[
|
||||
OptString.new('SMBUser', [ true, 'The username to authenticate as', nil]),
|
||||
OptString.new('SMBPass', [ true, 'The password for the specified username', nil])
|
||||
OptString.new('SMBUser', [ true, 'The username to authenticate as', "Administrator"]),
|
||||
OptString.new('SMBPass', [ true, 'The password for the specified username', ""])
|
||||
], self.class)
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue