![]() |
Change IP without password admin |
Post Reply
|
| Author | ||
dhia
Newbie
Joined: 24 May 2006 Location: Tunisia Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: Change IP without password adminPosted: 24 May 2006 at 3:57am |
|
|
Hello, How we can allow user to change his IP addresses without according the local administrator password. Best regards |
||
![]() |
||
MP_ART
Senior Member
Joined: 08 March 2006 Location: Russian Federation Status: Offline Points: 947 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 May 2006 at 4:05am |
|
|
It can be done by win32 interactive service that runs under admin/system account.
|
||
![]() |
||
EP_X0FF
Senior Member
Joined: 08 March 2006 Location: Russian Federation Status: Offline Points: 4753 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 May 2006 at 11:36am |
|
|
Maybe Group Policy (gpedit.msc) settings might help?
|
||
![]() |
||
Pisnaz
Newbie
Joined: 24 May 2006 Location: Canada Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 May 2006 at 7:51pm |
|
|
You could apply it throgh a script. You just need to allow it to run as admin. Either using a bat file with runas. I'd suggest CPAU.exe allows admin pasword to be stored in the file. Then use a vb script to change the ip called fom the bat file.
Sample VB from MS attached below.
I am working on similar items currently this will be one I proably modify to run automated without the possibility of my admin password being viewed. CPAU does allow a method for protecting the file, to prevent recovery of the admin password. http://www.robvanderwoude.com/ < great site full of bat files /scripts I will repost anything I stumble across/ hash out Pisnaz Forgot this till now
Netsh is a comand line way to interact with your network settings. The above command will change ip, netmask, and gateway. If only ipconfig was as powerful as ifconfig. http://www.petri.co.il/configure_tcp_ip_from_cmd.htm Really good ref you may be able to use save / import features. Some things like rundll32.exe can be called from the command line with system access (meaning users can use it to perform actions above thier access rights). I am not sure about netsh I can confirm it tomorrow on my test system. Pisnaz Edited by Pisnaz - 24 May 2006 at 8:57pm |
||
![]() |
||
yafake
Newbie
Joined: 18 June 2006 Status: Offline Points: 27 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 June 2006 at 5:12pm |
|
|
Changing the IP address just requires being a member of the Network Configuration Operators group (or, well, an Administrat0r).
> CPAU does allow a method for protecting the file, to > prevent recovery of the admin password. Bullsh*t. One can modify to executeable to display the password in clear text instead of passing it to CreateProcessAsUser(). What about using Impersonation on a program without any credentials, f.e. with PolicyMaker Application Security? Now that's actually secure. |
||
![]() |
||
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |