net user /add <username> <password>
To add the user to the local administrators group:net localgroup administrators <username> /add
Twitter: @lokut
This blog is for educational purposes only. The opinions expressed in this blog are my own and do not reflect the views of my employers.
Working with the IT420 lab, you will discover that we need to discover a vulnerable user account. The following python3 script uses the pex...
No comments:
Post a Comment