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

ModuleNotFoundError errors #53

Closed prasannabalaji08 closed 5 years ago

prasannabalaji08 commented 5 years ago

root@kali:~/QRLJacking/QRLJacker# python3 QrlJacker.py Traceback (most recent call last): File "QrlJacker.py", line 4, in from core import Cli,utils,Settings,db File "/root/QRLJacking/QRLJacker/core/Cli.py", line 4, in import os,sys,time,random,traceback,json,argparse,readline ModuleNotFoundError: No module named 'readline'

junmo2 commented 5 years ago

Run 'pip install readline' please. You don't have the module named 'readline'.

D4Vinci commented 5 years ago

You installed the requirements using python 3 not python 3.7, so use python3.7 -m pip to install the requirements with python 3.7

TomerGamerTV commented 4 years ago

can you show the command on how to install it?

praveenbutowski commented 4 years ago

im trying to run qrljacker but it throws this error

ModuleNotFoundError: No module named 'user_agent'

host2india commented 4 years ago

im trying to run qrljacker but it throws this error

ModuleNotFoundError: No module named 'user_agent'

Same error to me as well

mrezzaaa commented 3 years ago

im trying to run qrljacker but it throws this error ModuleNotFoundError: No module named 'user_agent'

Same error to me as well

run this command on your terminal

python3 -m pip install -r requirements.txt