python-evtx
python-evtx copied to clipboard
Pure Python parser for Windows Event Log files (.evtx)
Sorry for adding this as an issue, but I did not find a better way of asking this question: Are there any plans for releasing a new version to PyPI...
Running, for instance `evtx_info Windows_Logs.evtx` gives: ``` Traceback (most recent call last): File "/home/user/Projects/Event-Viewing/py-evtx/bin/evtx_info", line 5, in from scripts.evtx_info import main ModuleNotFoundError: No module named 'scripts' ``` Looking at the...
when the library is run on this [evtx](https://github.com/sbousseaden/EVTX-ATTACK-SAMPLES/blob/master/Credential%20Access/CA_PetiPotam_etw_rpc_efsr_5_6.evtx) file, it generated corrupted data: File being opened in windows event viewer: Generated data:
This simply fixes the import for evtx_eid_record_numbers.py, as there is no `filter_records` module.