Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 888 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 888 Bytes

evtx-python


Quick evtx files parsing using: https://github.com/omerbenamram/evtx

Setup environment:

python -m venv venv_evtx-python
source venv_evtx-python/bin/activate
pip install evtx

Usage

python .\evtx-parser.py -h
usage: evtx-parser.py [-h] --eventids EVENTIDS [EVENTIDS ...] --file FILE [--show-all] [--search SEARCH]

Parse evtx files by EventID

options:
  -h, --help            show this help message and exit
  --eventids EVENTIDS [EVENTIDS ...], -ids EVENTIDS [EVENTIDS ...]
                        EventID to parse, can be a list of IDs separated by a space. Example: --eventids 1149
  --file FILE, -f FILE  Path for evtx file
  --show-all            Show all event data
  --search SEARCH       search for a specific string in the EventData