WithSecureLabs / chainsaw

Rapidly Search and Hunt through Windows Forensic Artefacts
GNU General Public License v3.0
2.7k stars 242 forks source link

-o flag not recognized #141

Closed maikroservice closed 1 year ago

maikroservice commented 1 year ago

Hello, I just tried to run the following command in chainsaw 1.1.7

.\chainsaw.exe hunt .\evtx_dc --rules .\sigma_rules\ --mapping .\mapping_files\sigma-mapping.yml -o results.txt

and received the error

error: Found argument '-o' which wasn't expected, or isn't valid in this context

when I changed this to --output everything worked fine, but the documentation says that -o should also work

alexkornitzer commented 1 year ago

Hey, may I ask why you are using version 1 and not version 2 as version 1 is now obsolete? The latest version does not exhibit this bug.

maikroservice commented 1 year ago

it's in a closed lab so no chance to update the software, but good to know - thank you for the update