Giter Club home page Giter Club logo

Comments (5)

D4Vinci avatar D4Vinci commented on July 21, 2024

What is the os you are using ?

from qrljacking.

xrami avatar xrami commented on July 21, 2024

I use Linux Deepin Os
Linux 4.4.0-2-deepin-amd64 #1 SMP Deepin 4.4.6-4 (2016-07-01) x86_64 GNU/Linux

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

Okay,it's a bug in the chromedriver.
Seems like if the chrome driver is not in your path you have to pass it in as an argument to the constructor.

Try:

pip install chromedriver

if the framework didn't work do the following..

For Windows

  • You should specify the executable file path, not the directory path that contains the executable.

    driver = webdriver.Chrome(executable_path=r"C:\Chrome\chromedriver.exe")

For Linux

  • Check you have installed latest version of chrome brwoser-> "chromium-browser -version"
  • If not, install latest version of chrome "sudo apt-get install chromium-browser"

For Mac

brew install chromedriver
That should put the chromedriver in your path and you should be all set.

from qrljacking.

xrami avatar xrami commented on July 21, 2024

Chromium version
Version 51.0.2704.79 built on Debian stretch/sid, running on Debian 8.0 (64-bit)
Chrome version
Version 52.0.2743.116 (64-bit)

from qrljacking.

SymbianSyMoh avatar SymbianSyMoh commented on July 21, 2024

We are working on a whole new version of QRLJacker, A multi-session framework full of features as a rewrite of the old #QRLJacker framework to hijack multiple accounts of several services that uses QR Code as a way of authentication, including WhatsApp, WeChat and many more. Stay tuned!

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.