Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Issue: No such file or directory #4

Closed
adrastee opened this issue Nov 1, 2021 · 1 comment
Closed

Issue: No such file or directory #4

adrastee opened this issue Nov 1, 2021 · 1 comment

Comments

@adrastee
Copy link

adrastee commented Nov 1, 2021

Hello,
Windows 10 issue with Python 3.8.0 :

python evtx_hunter.py c:\Windows\System32\winevt\Logs

2021-11-01 17:18:04,220 - evtx-hunter - INFO - started evtx-hunter
Traceback (most recent call last):
  File "evtx_hunter.py", line 100, in <module>
    main()
  File "evtx_hunter.py", line 36, in main
    evtxloader.load_evtx_files()
  File "evtx-hunter-main\app\helpers\evtx_loader.py", line 63, in load_evtx_files
    with open(vars.TMP_DIR + "files.json", "w") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\x\\Desktop\\evtx-hunter-main\\app/../tmp/files.json'

@adrastee
Copy link
Author

adrastee commented Nov 1, 2021

"tmp" folder created.

@adrastee adrastee closed this as completed Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant