Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Task 3.2: Privilege elevation attack with user add

In this task, you will initiate a privilege elevation attack with a specific user.

The following document may help you understand detecting privilege elevation attacks.


  1. To simulate the creation of an Admin account, run this command and select Enter.

    net user badactor Passw0rd123!@# /add
    net localgroup administrators badactor /add