Giter Club home page Giter Club logo

Comments (4)

D4Vinci avatar D4Vinci commented on July 21, 2024

Read the fuckin instructions!
The framework isn't working on python 2 as I said in it!!

from qrljacking.

BlackScorpion10 avatar BlackScorpion10 commented on July 21, 2024

:~/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 5, in
from core import utils,db,module,Settings,browser
File "/root/QRLJacking/QRLJacker/core/utils.py", line 5, in
from terminaltables import AsciiTable as table
ModuleNotFoundError: No module named 'terminaltables'

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

WTF!
If you installed the requirements as I said in the instructions you won't see that error!!!!

from qrljacking.

BlackScorpion10 avatar BlackScorpion10 commented on July 21, 2024

root@kali:/QRLJacking/QRLJacker# ls
browser.py core docs QrlJacker.py README.md requirements.txt Screenshots sessions
root@kali:
/QRLJacking/QRLJacker# pip install -r requirements.txt
Requirement already satisfied: terminaltables>=3.1.0 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 1)) (3.1.0)
Requirement already satisfied: selenium>=3.141.0 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 2)) (3.141.0)
Requirement already satisfied: Pillow>=5.4.1 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 3)) (6.0.0)
Requirement already satisfied: Jinja2>=2.10 in /usr/lib/python2.7/dist-packages (from -r requirements.txt (line 4)) (2.10)
Requirement already satisfied: user-agent>=0.1.9 in /usr/local/lib/python2.7/dist-packages (from -r requirements.txt (line 5)) (0.1.9)
Requirement already satisfied: urllib3 in /usr/lib/python2.7/dist-packages (from selenium>=3.141.0->-r requirements.txt (line 2)) (1.24.1)
Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from user-agent>=0.1.9->-r requirements.txt (line 5)) (1.12.0)
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 5, in
from core import utils,db,module,Settings,browser
File "/root/QRLJacking/QRLJacker/core/utils.py", line 5, in
from terminaltables import AsciiTable as table
ModuleNotFoundError: No module named 'terminaltables'
root@kali:
/QRLJacking/QRLJacker#

from qrljacking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.