Skip to content

Instantly share code, notes, and snippets.

View vivekspell's full-sized avatar
🎯
Focusing

Vivek P vivekspell

🎯
Focusing
  • SpellSecurity Inc
  • Chennai
View GitHub Profile
@exp0se
exp0se / logparser.ps1
Created March 13, 2016 09:22
Logparser log parsing
# Logparser
###############
# Security Log
###############
# Find Event id
& 'C:\Program Files (x86)\Log Parser 2.2\LogParser.exe' -stats:OFF -i:EVT "SELECT * FROM 'Security.evtx' WHERE EventID = '5038'"