SecuraBV / CVE-2020-1472

Test tool for CVE-2020-1472
MIT License
1.73k stars 360 forks source link

SyntaxError #2

Closed mr-at closed 4 years ago

mr-at commented 4 years ago

I get a SyntaxError: invalid syntax. It's at line 16 print(msg, file=sys.stderr)

image

schinken commented 4 years ago

Make sure you've used pip3 to install that package and follow that command with python3 zerologon_tester.py

ghost commented 4 years ago

Ok

mr-at commented 4 years ago

Thanks, that was the solution.

TokenRing commented 4 years ago

Just a heads up for anyone testing from Anaconda3's version of python - you only need to do python zerologon_tester.py instead of python3.

I was having a similar issue as the OP but it's resolved now thanks to tweaking the instructions in this thread.