begood Posted April 12, 2010 Report Posted April 12, 2010 Z (Z [at] wechall [dot] net) submitted this cool video to us. According to his submission:- I had to cut this video to a short one, so please use the pause button if something is too quick The mission is to create a new Windows domain administrator - in case we do not have any user in the domain or any local user at the workstation. Prerequisites:1. Physical access to one of the domain member workstations for ~20 minutes.2. Every local administrator user on the workstations have the same password. Strong or weak, it does not matter. NO social engineering, NO password stealer, NO password cracker, NO malicious code, NO exploiting zero-day or already patched vulnerabilities.Tools used for the attack:1. ophcrack (to get the local admin LM&NTLM hashes)2. Offline NT Password & Registry Editor, Bootdisk / CD from Petter Nordahl-Hagen (to login as local admin)3. pass-the-hash toolkit from Hernan Ochoa - Core Security (to authenticate with the hashes, so we do not have to crack them)4. psexec from Mark Russinovich (to run remote commands)Demo architecture: We have at least 3 computers: the workstation (WKS) for which we have physical access, the domain controller, and a workstation (ADMIN-WKS) with a logged in domain administrator (DomainAdmin).Steps:1. Boot the workstation with ophcrack. Stop the cracking process, and save the hashes. View the hashes, and write the local administrator hashes down with pencil&paper (or copy it on a USB stick, etc.).2. Boot in with the Offline NT Password & Registry Editor. Reset the local administrator password to blank, and reboot. 3. Login with administrator to the workstation with blank password.4. Use iam.exe or iam-alt.exe to change the LM&NTLM hashes in the memory.5. Copy the pass-the-hash toolkit to the admin-wks via an administrator share.6. Run the whosthere.exe or whosthere-alt.exe to get the DomainAdmin LM&NTLM hashes.7. Create a local user called DomainAdmin, and login into that profile.8. Use iam.exe or iam-alt.exe with the DomainAdmin hashes to change the LM & NTLM hashes in the memory.9. Right now we have the same privileges as the DomainAdmin, so we can create a domain admin for ourself. Or anything else we want in the domain (reset anyone elses password, read someone elses e-mail, etc.).Known limitations:1. Some Windows versions / service packs are not compatible with the pass-the-hash toolkit, feel free to modify the source or debug the libraries to get the correct memory addresses.2. Some AV engines detect pass-the-hash toolkit as malicious code, use AV evasion techniques against them.What is cool?1. It does not matter how complex the local admin and domain admin passwords are.2. It works even if the domain admins are forced to use smart cards for interactive login.3. We have not used any of the attacks mentioned above, so it works on fully patched networks with security paranoid admins. How to own a Windows Domain Tutorial Quote