Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Microsoft
[Top] [All Lists]

Re[2]: disclosure the administrative password

Subject: Re[2]: disclosure the administrative password
Date: Wed, 09 Feb 2005 05:29:35 +0300
Hi there.

The workstation admin idea sounds good to me. I want to do it in my 
network. Is there a way to easily push this policy to the workstations. 

You can use startup script (Computer configuration - Windows settings - 
Scripts) to create user's account and add them into local administrators group.
For example

net user localadmin /add
net localgroup administrators localadmin /add

Because startup scripts executed under machine account it will have enough 
rights to create account and change group membership. 
But you should not assign administrators password in the script because in this 
case password will be specified in clear text and any user can find and use it.
But you can use script to automatic assign passwords for created accounts from 
trusted workstation. See http://www.security.nnov.ru/articles/war/ for example 
of the script.


(c)oded by offtopic@mail.ru

---------------------------------------------------------------------------
---------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>