Set the defaults for psexec to Administrator/""

git-svn-id: file:///home/svn/framework3/trunk@5361 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-01-27 02:06:02 +00:00
parent c66f8706ef
commit 557a7bad9c
1 changed files with 2 additions and 2 deletions

View File

@ -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