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

Error: Can not call any WebBrowsers Check your Installed Browsers! #23

Closed th3j0ker closed 6 years ago

th3j0ker commented 6 years ago

I've installed all requirements, it seems like some sort of version conflict between various python versions but i am not able to understand the exact cause, I even tried installing chromium web driver instead of selenium but neither of them would work. any solutions?

I could not find any logs in this script which I could refer. ---------------------error--------------------- [*] Starting victim session on http://localhost:1337 Error: Can not call any WebBrowsers Check your Installed Browsers!

--------------things tried---------------- python -m pip install selenium (firefox) pip install chromedriver

--------------system_details--------- OS: kali linux Kernel: x86_64 Linux 4.14.0-kali3-amd64

th3j0ker commented 6 years ago

some progress, i installed the geckodrivers that were missing, i think selenium drivers were dependent on it. now the firefox window pops up but no response on terminal, it just reads "[*] Starting victim session on http://localhost:1337"

when i open my localhost, it doesnot show my any QR code, just that dummy html file..

th3j0ker commented 6 years ago

fixed! as I stated before, it was missing some python libraries anyone facing issues same as me should type the following.

python -m pip install -r requirements.txt

hanuga commented 5 years ago

not working out still, unable to fix the error. any lead?

prashhh0231 commented 5 years ago

All above given tricks does not working please help me

MedyThawedy81 commented 5 years ago

What is the solution please?

deepdarksa commented 5 years ago

guys pls all of you java scripters and qrl owners dont know how to fix this problem

deepdarksa commented 5 years ago

will sometimes in life its up to you as soon as you get into this door i fixd this issue try this installing CHROMIUM and thats it https://www.youtube.com/watch?v=GdUaG_mYMi0

olimpo88 commented 5 years ago

In the following comment I explained how to solve it in linux. I've tried it on ubuntu 18 and kali

https://github.com/OWASP/QRLJacking/issues/29#issuecomment-473978257

itsrohit486 commented 5 years ago

Stiil getting Error plzz help me

D4Vinci commented 5 years ago

Checkout the new version