Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clear all logs added to persistence/windows/cover
  • Loading branch information
wumb0 committed Oct 6, 2014
commit 1a3c83fb7ff40c9f532488310e8806bcc6a37741
3 changes: 2 additions & 1 deletion persistence/windows/cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ Microsoft-Windows-Diagnostics-Networking/Debug
* **Command with arguments**: `wevtutil cl [LOGNAME]`
* **Description**: **MUST be run as an administrator**. Clears the contents of a specific log.
* **Output**:
* <div class="slide" style="cursor: pointer;"> **Windows 2008:** Show/Hide</div><div class="view"><code>c:\temp>wevtutil cl Microsoft-Windows-EventLog/Debug</code></div>
* <div class="slide" style="cursor: pointer;"> **Windows 2008:** Show/Hide</div><div class="view"><code>c:\temp>wevtutil cl Microsoft-Windows-EventLog/Debug</code></div>
* **Remove all logs**: `for /f %a in ('wevtutil el') do @wevtutil cl "%a"`