d4rk-d4nph3 / ejax

Windows EVTX to XML and JSON converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ejax

Windows EVTX to JSON and XML converter. Comes in handy when playing blue team CTFs.

Requirements

pip install python-evtx
pip install xmltodict

Usage

python ejax.py Windows-Security.evtx -m json
python ejax.py Windows-Security.evtx -m xml

References

Adapted from williballenthin's evtx-dump script.

About

Windows EVTX to XML and JSON converter


Languages

Language:Python 100.0%