Lsrunase 2.0
LSrunase 2.0 can be used to run a command using another user account and passing the password as a parameter.
What's new in this version:
- Improved encryption. (RC4 + salt)
- The profile for the user is now automatically created.
- Improved parameter handling.
- Environment variables are now available.
Parameters:
1e parameter: specifies the username
2e parameter: specifies the domain
3e parameter: specifies the encrypted password
4e parameter: specifies the command
5e parameter: specifies the optional parameters
Examples:
lsrunase administrator Mydomain vA0j26NYqfc= notepad.exe
lsrunase administrator Mydomain vA0j26NYqfc= "C:\Program Files\Internet Explorer\iexplore.exe"
lsrunase administrator Mydomain vA0j26NYqfc= "C:\Program Files\Internet Explorer\iexplore.exe" "http://www.google.be"
|