
Impersonate Logged In Accounts & Execute Commands
This application is able to impersonate any logged in user and execute commands under the context of the impersonated user.
Released as open source by NCC Group Plc - http://www.nccgroup.com/
Developed By:
https://github.com/nccgroup/WhoWasI
Released under AGPL see LICENSE for more information
[List Process Privileges]
WhoWasI.exe -pp
[List All Available Accounts]
WhoWasI.exe -la
[Impersonate & Execute Command as Another User]
usage: WhoWasI.exe {account} {command}
The following command will spawn a command shell as the SYSTEM user:
WhoWasI.exe system cmd.exe
THE SOLUTION WILL COMPILE WITH ALL STOCK VERSIONS OF .NET, NO DEPENDANCIES ARE REQUIRED.
Note: .NET Framework Binaries (.NET 2 is present on all Windows OS’s until Windows 8 / Server 2012 where .NET 4 is present by default) are required.
Version 1.0 - 17th June 2014
Version 1.1 - 1st Sept 2014