August 2017
Beginner to intermediate
274 pages
8h 11m
English
First of all, since EVTXtract is written in Python, make sure you have this installed on your workstation. If not, go to the official Python website, download and install it. Also, you will need python-evtx, which you can find in Willi's GitHub. Python-evtx is an EVTX parser, which is a dependence for EVTXtract. To install it, download and unpack the archive from GitHub, open Windows Command Prompt, choose the directory to which you unpacked the archive, and run the following command:
setup.py install
That's it; now you have python-evtx installed, and you are ready to install EVTXtract. The process is almost the same: download and unpack the archive from GitHub (but now use the EVTXtract download page), open the Windows Command ...
Read now
Unlock full access