OWASP / QRLJacking

QRLJacking or Quick Response Code Login Jacking is a simple-but-nasty attack vector affecting all the applications that relays on “Login with QR code” feature as a secure way to login into accounts which aims for hijacking users session by attackers.
GNU General Public License v3.0
1.35k stars 615 forks source link

SyntaxError: invalid syntax #115

Closed hamzasaeed2029 closed 4 years ago

hamzasaeed2029 commented 4 years ago

root@server:~/qrl/QRLJacking/QRLJacker# python QrlJacker.py Traceback (most recent call last): File "QrlJacker.py", line 4, in from core import Cli,utils,Settings,db File "/root/qrl/QRLJacking/QRLJacker/core/Cli.py", line 288 status(f"Starting interaction with ({cmd.i})...") ^ SyntaxError: invalid syntax

hamzasaeed2029 commented 4 years ago

issue is resolved by upgrading my python version from 3.6 to 3.7. The framework is designed to work only on python 3.7 or above!