certsocietegenerale / event2timeline

Simple Microsoft Windows sessions event logs visualization
GNU General Public License v3.0
150 stars 28 forks source link

Syntax error #5

Open krisz-bot opened 3 years ago

krisz-bot commented 3 years ago

i see the below error when running the script python3 event2timeline.py -e -f Security.evtx File "event2timeline.py", line 51 except Exception, e: ^ SyntaxError: invalid syntax

MarcVillain commented 2 years ago

You get this error because the script runs with python 2, not python 3