|
| |||||||||
| Tags: credential, exe |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to run a .exe with different credential
Hi, I need a way to execute a file giving for example: login administrator password banana. So a user (without administrators rights) could run a vb script with this information and execute a .exe file. |
|
#2
| |||
| |||
| Re: How to run a .exe with different credential
Moncherinux wrote: > I need a way to execute a file giving for example: > login administrator > password banana. So a user (without administrators rights) could > run a vb script with this information and execute a .exe file. Hi, Different RunAs products listed here, some free and some not, some with encryption option for the password as well: http://groups.google.co.uk/groups?se...75%40hydro.com Other ones not mentioned in the link above: SUperior SU (free, has a command line iterface) http://www.stefan-kuhr.de/supsu/main.php3 LSrunas/LSrunasE (the latter with password encryption) http://www.linkselection.com/lsrunas.asp You may also want to check out PolicyMaker Application Security (previously NeoExec), the main difference is that it does not require the use of a second account, as most other RunAs derivatives requires. PolicyMaker Application Security http://www.desktopstandard.com/Polic...nSecurity.aspx -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scr...r/default.mspx |
|
#3
| |||
| |||
| Re: How to run a .exe with different credential
Hi Torgeir, I used the tool "lsrunase.exe" with password encryption and It works. many thanks Andrea "Torgeir Bakken (MVP)" wrote: > Moncherinux wrote: > > > I need a way to execute a file giving for example: > > login administrator > > password banana. So a user (without administrators rights) could > > run a vb script with this information and execute a .exe file. > Hi, > > Different RunAs products listed here, some free and some not, some > with encryption option for the password as well: > > http://groups.google.co.uk/groups?se...75%40hydro.com > > Other ones not mentioned in the link above: > > SUperior SU (free, has a command line iterface) > http://www.stefan-kuhr.de/supsu/main.php3 > > LSrunas/LSrunasE (the latter with password encryption) > http://www.linkselection.com/lsrunas.asp > > You may also want to check out PolicyMaker Application Security > (previously NeoExec), the main difference is that it does not require > the use of a second account, as most other RunAs derivatives requires. > > PolicyMaker Application Security > http://www.desktopstandard.com/Polic...nSecurity.aspx > > > -- > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway > Administration scripting examples and an ONLINE version of > the 1328 page Scripting Guide: > http://www.microsoft.com/technet/scr...r/default.mspx > |
|
#4
| |||
| |||
| Re: How to run a .exe with different credential
There is also "CPAU" (Create Process As User) by Joe Richards: http://www.joeware.net/win/free/tools/cpau.htm As to you saying it works, do you specifically mean that the encryption works, and is difficult to defeat? /Al "Moncherinux" <Moncherinux@discussions.microsoft.com> wrote in message news:02E40CFC-30A2-4A8A-9355-9202CE9B1C29@microsoft.com... > Hi Torgeir, > > I used the tool "lsrunase.exe" with password encryption and It works. > > many thanks > > Andrea > > "Torgeir Bakken (MVP)" wrote: > > > Moncherinux wrote: > > > > > I need a way to execute a file giving for example: > > > login administrator > > > password banana. So a user (without administrators rights) could > > > run a vb script with this information and execute a .exe file. > > Hi, > > > > Different RunAs products listed here, some free and some not, some > > with encryption option for the password as well: > > > > http://groups.google.co.uk/groups?se...75%40hydro.com > > > > Other ones not mentioned in the link above: > > > > SUperior SU (free, has a command line iterface) > > http://www.stefan-kuhr.de/supsu/main.php3 > > > > LSrunas/LSrunasE (the latter with password encryption) > > http://www.linkselection.com/lsrunas.asp > > > > You may also want to check out PolicyMaker Application Security > > (previously NeoExec), the main difference is that it does not require > > the use of a second account, as most other RunAs derivatives requires. > > > > PolicyMaker Application Security > > http://www.desktopstandard.com/Polic...nSecurity.aspx > > > > > > -- > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway > > Administration scripting examples and an ONLINE version of > > the 1328 page Scripting Guide: > > http://www.microsoft.com/technet/scr...r/default.mspx > > |
|
#5
| |||
| |||
| Re: How to run a .exe with different credential
I've checked the tool you indicate. Lrunas.exe works but I'm not sure that the encrytion is really strong. Maybe depends how much the password is log and complex. In any case I've encripted a password (not really used): /Eh1neIX66bWmA== Would you like to try if is it strong? The non encrypted password is: qwertyuiop If you want to test it Thanks and regards Andrea "Al Dunbar [MS-MVP]" wrote: > There is also "CPAU" (Create Process As User) by Joe Richards: > > http://www.joeware.net/win/free/tools/cpau.htm > > As to you saying it works, do you specifically mean that the encryption > works, and is difficult to defeat? > > /Al > > "Moncherinux" <Moncherinux@discussions.microsoft.com> wrote in message > news:02E40CFC-30A2-4A8A-9355-9202CE9B1C29@microsoft.com... > > Hi Torgeir, > > > > I used the tool "lsrunase.exe" with password encryption and It works. > > > > many thanks > > > > Andrea > > > > "Torgeir Bakken (MVP)" wrote: > > > > > Moncherinux wrote: > > > > > > > I need a way to execute a file giving for example: > > > > login administrator > > > > password banana. So a user (without administrators rights) could > > > > run a vb script with this information and execute a .exe file. > > > Hi, > > > > > > Different RunAs products listed here, some free and some not, some > > > with encryption option for the password as well: > > > > > > http://groups.google.co.uk/groups?se...75%40hydro.com > > > > > > Other ones not mentioned in the link above: > > > > > > SUperior SU (free, has a command line iterface) > > > http://www.stefan-kuhr.de/supsu/main.php3 > > > > > > LSrunas/LSrunasE (the latter with password encryption) > > > http://www.linkselection.com/lsrunas.asp > > > > > > You may also want to check out PolicyMaker Application Security > > > (previously NeoExec), the main difference is that it does not require > > > the use of a second account, as most other RunAs derivatives requires. > > > > > > PolicyMaker Application Security > > > http://www.desktopstandard.com/Polic...nSecurity.aspx > > > > > > > > > -- > > > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway > > > Administration scripting examples and an ONLINE version of > > > the 1328 page Scripting Guide: > > > http://www.microsoft.com/technet/scr...r/default.mspx > > > > > > |
|
#6
| |||
| |||
| Re: How to run a .exe with different credential
Moncherinux wrote: > I've checked the tool you indicate. > Lrunas.exe works but I'm not sure that the encrytion is really strong. > Maybe depends how much the password is log and complex. > In any case I've encripted a password (not really used): I like the tool runasspc on www.robotronic.de/runasspcen.html password is with AES 256Bit encryption and the tool is simply to use. |
|
#7
| |||
| |||
| Re: How to run a .exe with different credential
Yes it is nice. But I don't succeded opening a web page using internet explorer directly. I nedd it to permit my user (non administrator) to execute an activex in the intranet site. Do you know how I can start a web page? I tried with: "cmd /C http://webpage/I/need.asp" "newsletter1@roboman.de" wrote: > Moncherinux wrote: > > I've checked the tool you indicate. > > Lrunas.exe works but I'm not sure that the encrytion is really strong. > > Maybe depends how much the password is log and complex. > > In any case I've encripted a password (not really used): > > > I like the tool runasspc on > www.robotronic.de/runasspcen.html > password is with AES 256Bit encryption and the tool is simply to use. > > |
|
#8
| |||
| |||
| Re: How to run a .exe with different credential
Moncherinux wrote: > Yes it is nice. But I don't succeded opening a web page using internet > explorer directly. I nedd it to permit my user (non administrator) to execute > an activex in the intranet site. > > Do you know how I can start a web page? > > I tried with: > "cmd /C http://webpage/I/need.asp" Hi, Try: "cmd.exe /C start iexplore.exe http://webpage/I/need.asp" -- torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway Administration scripting examples and an ONLINE version of the 1328 page Scripting Guide: http://www.microsoft.com/technet/scr...r/default.mspx |
|
#9
| |||
| |||
| Re: How to run a .exe with different credential
It works Thank U Andrea "Torgeir Bakken (MVP)" wrote: > Moncherinux wrote: > > > Yes it is nice. But I don't succeded opening a web page using internet > > explorer directly. I nedd it to permit my user (non administrator) to execute > > an activex in the intranet site. > > > > Do you know how I can start a web page? > > > > I tried with: > > "cmd /C http://webpage/I/need.asp" > Hi, > > Try: > > "cmd.exe /C start iexplore.exe http://webpage/I/need.asp" > > > > -- > torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway > Administration scripting examples and an ONLINE version of > the 1328 page Scripting Guide: > http://www.microsoft.com/technet/scr...r/default.mspx > |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to run a .exe with different credential" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vista Can't Log In - Credential Manager Server | Kathy | Vista Help | 15 | 3 Weeks Ago 04:32 PM |
| Disabling Credential Manager in HP Notebook? | Sun$Suvarna | Windows Software | 5 | 05-07-2011 10:36 PM |
| How to query user credential with LDAPS from Rsa | desquestions | Active Directory | 1 | 22-05-2011 04:44 AM |
| credential manager | alzadjali | Vista Help | 2 | 18-06-2008 10:18 PM |
| credential manager | sabine | Windows Security | 0 | 11-01-2007 06:01 PM |