Giter Club home page Giter Club logo

Comments (16)

AlainChaaya avatar AlainChaaya commented on July 21, 2024 3

Its pre-installed in kali you just need to change the default version to 3.7 before running the command: pip3 install -r requirements.txt

First type:

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2

Then type:
sudo update-alternatives --config python

This should fix the issue

from qrljacking.

manan2501 avatar manan2501 commented on July 21, 2024 2

I think you using python 3 can solve your problem.

pip3 install -r requirements.txt
python3 QrlJacking.py

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024 1

You should probably change the default python version from 2.7 to 3.7.
You can do that following the instructions from that link: https://unix.stackexchange.com/questions/410579/change-the-python3-default-version-in-ubuntu

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024 1

I had the exact same issue did the same thing u did and it didn’t work. But idk why when i changed the default version using the link i commented above it worked so try this way before the pip3 install requirements

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024 1

As said, yes it's version problem and I said that too in the instructions. The framework works with version 3.7 only.
Also, I just made a tutorial for installing and using the framework, check it out:
https://www.youtube.com/watch?v=sYtH5-K2JZc

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024 1

and thanks guys for the help 😄

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024 1

Thanks for yours! 😄

from qrljacking.

MrDaniell avatar MrDaniell commented on July 21, 2024

I tried it too but it doesn't work! I tried write pip3 install -r requirements.txt but nothing!!!

from qrljacking.

MrDaniell avatar MrDaniell commented on July 21, 2024

ah OK so you say that it could be solved simply by installing Python 3?

from qrljacking.

Michaenabil avatar Michaenabil commented on July 21, 2024

KeyError= "whatsapp" , any help with that ?!

from qrljacking.

pervez1216 avatar pervez1216 commented on July 21, 2024

I have installed python 3.7
But qrljacking is not showing qrljacking-framework to me what to do

from qrljacking.

YoAkky avatar YoAkky commented on July 21, 2024

Exception in thread Webserver manager thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/root/QRLJacking/QRLJacker/core/browser.py", line 150, in serve_module
self.browsers[module_name]["host"] = "http://"+host
KeyError: 'whatsapp'

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

For KeyError issues see this pinned issue #37

@pervez1216 see our install instructions, not an old youtube video!

from qrljacking.

mende237 avatar mende237 commented on July 21, 2024

I had the same problem as you, I solved it by following the instructions in this tutorial to correctly install firefox
https://www.youtube.com/watch?v=YRESw2ppQz8
or you can directly follow the site intruction
https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04

from qrljacking.

aoc99 avatar aoc99 commented on July 21, 2024

init() should return None, not 'dict' when command run

from qrljacking.

unexpectedbro avatar unexpectedbro commented on July 21, 2024

I am trying to use it in wsl1 and I cant have wsl2.Can anyone tell me how to remove the cant open firefox problem and I tried it as localhost and to access via local ip adress and I also fix the selenium prble by usng the correct version.

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.