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

Syntax error when running. #62

Closed quantumcore closed 4 years ago

quantumcore commented 5 years ago

Cloning the latest version. This is what I get when I run.

python3 QrlJacker.py --help
Traceback (most recent call last):
  File "QrlJacker.py", line 4, in <module>
    from core import Cli,utils,Settings,db
  File "/home/fahad/Documents/QRLJacking/QRLJacker/core/Cli.py", line 288
    status(f"Starting interaction with ({cmd.i})...")
                                                   ^
SyntaxError: invalid syntax
MrCrow32 commented 4 years ago

Hi, i have same problem

TomerGamerTV commented 4 years ago

same problem pls help (im on kali)

D4Vinci commented 4 years ago

You're not using Python 3.7 as said in the instructions so you get a syntax error in this line because of this is version 3.7 specific feature. See this pinned issue #47

telugutech07 commented 4 years ago

You're not using Python 3.7 as said in the instructions so you get a syntax error in this line because of this is version 3.7 specific feature. See this pinned issue #47

Bro same issue after that it's say Modulenotfounderror:No Module named 'readline'