RE: Clearing IIS logs

From: Jeremiah Jacks (jerat_private)
Date: Tue Oct 02 2001 - 07:03:49 PDT

  • Next message: quentynat_private: "Re: Hacking demo - most spectacular techniques"

    -----Original Message-----
    From: Jeremiah Jacks [mailto:jerat_private]
    Sent: Tuesday, October 02, 2001 7:03 AM
    To: Travis Kiger
    Subject: RE: Clearing IIS logs
    
    
    AT is good, but you can also use a batch file and run the following
    commands..
    
    iisreset /STOP
    
    del <path_to_log_file>.log
    
    iisreset /START
    
    del <batch_file_name>.bat
    
    
    
    -----Original Message-----
    From: Travis Kiger [mailto:Travis.Kigerat_private]
    Sent: Monday, October 01, 2001 7:24 PM
    To: Jason binger; pen-testat_private
    Subject: RE: Clearing IIS logs
    
    
    IIS keeps the log file open, so I don't know of a way to do it without
    stopping IIS. The easiest way to acccomplish this is to create an AT job
    that stops IIS, deletes the logs and then restarts IIS. The account that the
    AT service runs as probably has permissions to do this. To cause even more
    confusion for the admin, copy an old log and give it the same name as
    todays' log. Some log types don't show the date in the individual entries,
    but the admin may not notice either way.
    
    -Travis
    
    -----Original Message-----
    From: Jason binger [mailto:cisspstudyat_private]
    Sent: Sunday, September 30, 2001 6:21 PM
    To: pen-testat_private
    Subject: Clearing IIS logs
    
    
    Are there any tools or techniques out there that allow
    you to clear the active IIS log without first stopping
    the web service?
    
    Jason
    
    
    __________________________________________________
    Do You Yahoo!?
    Listen to your Yahoo! Mail messages from any phone.
    http://phone.yahoo.com
    
    ----------------------------------------------------------------------------
    This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
    Service. For more information on SecurityFocus' SIA service which
    automatically alerts you to the latest security vulnerabilities please see:
    https://alerts.securityfocus.com/
    
    ----------------------------------------------------------------------------
    This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
    Service. For more information on SecurityFocus' SIA service which
    automatically alerts you to the latest security vulnerabilities please see:
    https://alerts.securityfocus.com/
    
    
    
    
    ----------------------------------------------------------------------------
    This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
    Service. For more information on SecurityFocus' SIA service which
    automatically alerts you to the latest security vulnerabilities please see:
    https://alerts.securityfocus.com/
    



    This archive was generated by hypermail 2b30 : Tue Oct 02 2001 - 11:39:25 PDT