WithSecureLabs / chainsaw

Rapidly Search and Hunt through Windows Forensic Artefacts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evtx files with different extension

jurelou opened this issue · comments

I can see that chainsaw only supports files with evtx extension.
https://github.com/countercept/chainsaw/blob/master/src/util.rs#L56

Would it be possible to add a command line argument to check for a different file extension ?

thanks !

As in supporting other event log formats that are not evtx? Or handling evtx files that do not have the evtx extension?

I mean handling evtx files that do not have the evtx extension

Awesome, cause that is on the list for v2, extension will no longer matter. It can be easily backported to v1 too to be honest.

This is addressed in v2.0.0-alpha.0