hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

Full Version: Terminal Services
tte
Where can I delete the Terminal services logs or the Remote desktop connection logs after I connect to some computer?

Thx, tte.
brOmstar
Event logs.
tte
QUOTE (brOmstar @ Jun 22 2004, 10:42 AM)
Event logs.

but how?
globey
i never relly secsued to stop the evant log...
i think u can delete all the log
search @ google clearlogs.exe

globey
manu
May be this will help you wink.gif

Manu laugh.gif
__m.3__
Also a nice thing is to disable logging at all. All you need is the auditpol.exe and a small batch file.

CODE
auditpol.exe \\MyComputer /disable >> auditpol.txt


Instead of "MyComputer" you have the use the name of the machine on which you are executing the .bat
If you haven't specified a computer name, the audit on the lokal computer will be disabled

After executing the .bat just check the autitpol.txt whether everything is allright smile.gif

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

AuditPol 2.0

AuditPol [\\computer] [/enable | /disable] [/help | /?] [/Category:Option] ...

/Enable = Enable audit (default).

/Disable = Disable audit.

Category = System : System events
Logon : Logon/Logoff events
Object : Object access
Privilege : Use of privileges
Process : Process tracking
Policy : Security policy changes
Sam : SAM changes
Directory : Directory access
Account : Account logon events

Option = Success : Audit success events
Failure : Audit failure events
All : Audit success and failure events
None : Do not audit these events

Samples are as follows:

AUDITPOL \\MyComputer
AUDITPOL \\MyComputer /enable /system:all /object:failure
AUDITPOL \\MyComputer /disable
AUDITPOL /logon:failure /system:all /sam:success /privilege:none

AUDITPOL /HELP | MORE displays Help one screen at a time.
kok
yes, clearlog is a good tool for deleting log wink.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.