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

Cant launch #54

Closed Alpha9807 closed 5 years ago

Alpha9807 commented 5 years ago

This comes and yes I did ' pip install -r requirements.txt ' Some help pls thx

File "QrlJacker.py", line 4, in from core import Cli,utils,Settings,db File "/root/Desktop/QRLJacking/QRLJacker/core/Cli.py", line 5, in from core import utils,db,module,Settings,browser File "/root/Desktop/QRLJacking/QRLJacker/core/utils.py", line 5, in from terminaltables import AsciiTable as table ModuleNotFoundError: No module named 'terminaltables'

D4Vinci commented 5 years ago

The problem is you installed the requirements using python 2, so use pip3 or python3 -m pip to install the requirements with python 3.