========================================================================
        cartman 
========================================================================
Files:

cartman.h
    This is the main header file for the application.  It includes other
    project specific headers (including Resource.h) and declares the
    CCartmanApp application class.

cartman.cpp
    This is the main application source file that contains the application
    class CCartmanApp.

cartman.rc
    This is a listing of all of the Microsoft Windows resources that the
    program uses.  It includes the icons, bitmaps, and cursors that are stored
    in the RES subdirectory.  This file can be directly edited in Microsoft
	Developer Studio.

res\cartman.ico
    This is an icon file, which is used as the application's icon.  This
    icon is included by the main resource file cartman.rc.

res\cartman.rc2
    This file contains resources that are not edited by Microsoft 
	Developer Studio.  You should place all resources not
	editable by the resource editor in this file.

cartman.clw
    This file contains information used by ClassWizard to edit existing
    classes or add new classes.  ClassWizard also uses this file to store
    information needed to create and edit message maps and dialog data
    maps and to create prototype member functions.


standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named cartman.pch and a precompiled types file named StdAfx.obj.

Resource.h
    This is the standard header file, which defines new resource IDs.
    Microsoft Developer Studio reads and updates this file.




/////////////////////////////////////////////////////////////////////////////

This app exploit poorly set permissions on NT domain. It provides an interface
to execute remote commands on the vulnerable machine ( InitSystemShutdown in this case).
Usage:

Target:   domain wide  name of the target machine ( like nt4_dev9  or whatever names are used )
Timeout:  delay before the target machine goes down in sec  ( watch out - if delay is set -
	  the targe user may notice in the mesasge that will pop up reflecting WHO initiated the shutdown )
	  Set it to 0.
Reboot:   Reboot the target machine or leave it shut. 

Force App Close: Nice one, bill. Closes all the apps on the target machine without asking the user to save
	  his/her work.


/////////////////////////////////////////////////////////////////////////////
