Skip to content
Snippets Groups Projects
Commit d0f3e1d5 authored by CARDILE VINCENT's avatar CARDILE VINCENT
Browse files

i'm dumb

parent 97ecf5e8
Branches
No related merge requests found
Pipeline #362888 passed with stages
in 33 seconds
......@@ -105,7 +105,7 @@ def evtx_to_csv_for_kestrel(evtx_path, csv_path):
if __name__ == "__main__":
TARGET = "win"
evtx_file = "kestrel/win.evtx" + TARGET + ".evtx"
evtx_file = "kestrel/" + TARGET + ".evtx"
csv_name = TARGET + ".csv"
csv_file = "kestrel/" + csv_name
if os.path.exists(csv_file):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment