Giter Club home page Giter Club logo

Comments (44)

D4Vinci avatar D4Vinci commented on July 21, 2024 7

I think googling it would be better lol 😄

from qrljacking.

40R40L avatar 40R40L commented on July 21, 2024 7

Hi guys, I had the same issue and I found the solution.

The problem is that when i installed QrlJacker with root permissions and I tried to run it as root something went wrong with Firefox. ( same error as @manan2501)

I tried to show Firefox version on a terminal as root and i had this message:

root@Silver: ~/Desktop# Firefox version
Running Firefox as root in a regular user's session is not supported. ($HOME is /home/user which is owned by user.)

When I installed QrlJacker again, but this time with a normal user permission (same as Firefox) it works!!!

I hope this could help you :)

from qrljacking.

kingabhijit01 avatar kingabhijit01 commented on July 21, 2024 2

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.

AlainChaaya avatar AlainChaaya commented on July 21, 2024 1

QrlJacker Module(grabber/whatsapp) > run
[+] Using the default useragent
[ ! ] Couldn't open FireFox! Check installation intrsuctions again!

I HAVE INSTALLED THIS TOOLS FOR 7 TIMES AS PER THE INSTRUCTIONS. I DONT KNOW WHAT TO DO NEXT. :( :(

Hey manan I followed this link to be able to install/upgrade correctly the latest version of firefox (the one required for the QRLJacking) https://www.tecmint.com/install-firefox-quantum-in-linux/

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024 1

Hi guys, I had the same issue and I found the solution.

The problem is that when I installed QrlJacker with root permissions and I tried to run it as root something went wrong with Firefox. ( same error as @manan2501)

I tried to show Firefox version on a terminal as root and I had this message:

root@Silver: ~/Desktop# Firefox version
Running Firefox as root in a regular user's session is not supported. ($HOME is /home/user which is owned by user.)

When I installed QrlJacker again, but this time with normal user permission (same as Firefox) it works!!!

I hope this could help you :)

Makes sense, try it guys, of course, this would be the cause of the problem as geckodriver can't call Firefox from the beginning.

from qrljacking.

manan2501 avatar manan2501 commented on July 21, 2024

QrlJacker Module(grabber/whatsapp) > run
[+] Using the default useragent
[ ! ] Couldn't open FireFox! Check installation intrsuctions again!

I HAVE INSTALLED THIS TOOLS FOR 7 TIMES AS PER THE INSTRUCTIONS. I DONT KNOW WHAT TO DO NEXT. :( :(

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

You are missing the geckodriver or didn't update firefox to the latest version!
That's the reason behind the error.
Read the instructions again!

from qrljacking.

manan2501 avatar manan2501 commented on July 21, 2024

I have installed geckodriver (4 times) and my firefox version is 60.4.0. Should it work on that version?

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

i have the same problem :(

from qrljacking.

manan2501 avatar manan2501 commented on July 21, 2024

i have the same problem :(

this is what I replied to your issue xD

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

i have the same problem :(

this is what I replied to your issue xD

hahahahahha yeah i remembered you while commenting it

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

I have installed geckodriver (4 times) and my firefox version is 60.4.0. Should it work on that version?

If you installed it 4 times wrong, it wouldn't matter 😄 See this tutorial I just published:
https://www.youtube.com/watch?v=sYtH5-K2JZc
I used the latest version of Firefox in this video which is 66 so update your Firefox 😉

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

Can you just tell us how did you update your firefox?? I mean i am doing so but it doesn’t seem updating idk its very weird sorry and thanks

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

Man the issue is still here... I installed firefox quantum and it's version 66.0.3 but I still get this error, I don't understand why.
It seems like the code can't see the new firefox or something like that, I don't really know.
If that's the case, is there any code line that I should replace?

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

i ran the command: firefox --version to check and suprisingly it's showed this:
root@kali:~# firefox --version
Mozilla Firefox 60.4.0

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

i ran the command: firefox --version to check and suprisingly it's showed this:
root@kali:~# firefox --version
Mozilla Firefox 60.4.0

Then no need to say you updated it wrong 😄 try uninstalling all the versions you are having and install version 66 only again.

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

I’ve searched a lot and couldn’t find the right way to update this firefox since the auto update of firefox keeps it at version 60
Do you have any solution in mind? Or any reference that u know?

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

I have uninstalled Firefox and then reinstalled it.
I kept it on the home directory and I'm launching it using the command ./firefox or double clicking in this specific folder.
As you can see here the version is 66 as required:
root@kali:~/firefox/firefox# ./firefox --version
Mozilla Firefox 66.0.3

But even with that I still get the same error when running:

<Module(grabber/whatsapp) > run
[+] Using the default useragent
[+] Running a thread to keep the QR image [whatsapp]
[+] Waiting for sessions on whatsapp
[+] Running a thread to detect Idle once it happens then click the QR reload button [whatsapp]
[+] Initializing webserver... [whatsapp]

QrlJacker Module(grabber/whatsapp) > Exception in thread QR updater thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/root/QRLJacking/QRLJacker/core/browser.py", line 107, in website_qr
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

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

Exception in thread Idle detector thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/root/QRLJacking/QRLJacker/core/browser.py", line 120, in check_img
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

Just released a new version try it and give me the new output!

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

Just tried it and got this:

<Module(grabber/whatsapp) > run
[+] Using the default useragent
[+] Running a thread to keep the QR image [whatsapp]
[+] Waiting for sessions on whatsapp
[+] Running a thread to detect Idle once it happens then click the QR reload button [whatsapp]
[+] Initializing webserver... [whatsapp]

QrlJacker Module(grabber/whatsapp) > Exception in thread QR updater thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/root/QRLJacking/QRLJacker/core/browser.py", line 116, in website_qr
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

Exception in thread Idle detector thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/root/QRLJacking/QRLJacker/core/browser.py", line 132, in check_img
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

Exception in thread Webserver manager thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, 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.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

When i run again directly after this error I still get this error:

QrlJacker Module(grabber/whatsapp) > run
[+] Using the default useragent
[!] Couldn't open Firefox! Check the installation instructions again!

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

try typing report while debug mode is activated

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

Done, that's what i got from it:

QrlJacker Module(grabber/whatsapp) > run
[+] Using the default useragent
Exception: Message: 'geckodriver' executable may have wrong permissions.

Trackback:
Exception -> name 'traceback' is not defined
Input -> run
Trackback ->
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 76, in start
stdin=PIPE)
File "/usr/lib/python3.7/subprocess.py", line 775, in init
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: 'geckodriver'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/QRLJacking/QRLJacker/core/browser.py", line 61, in new_session
new_headless[module_name]["Controller"] = Firefox(profile)#options=self.opts) # Inserting the browser object
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 164, in init
self.service.start()
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 88, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable may have wrong permissions.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/QRLJacking/QRLJacker/core/module.py", line 55, in handle
handler(args)
File "/root/QRLJacking/QRLJacker/core/module.py", line 137, in command_run
Settings.headless_browser.new_session(exec_info.name, exec_info.url, global_options["useragent"][2])
File "/root/QRLJacking/QRLJacker/core/browser.py", line 68, in new_session
traceback.print_exc()
NameError: name 'traceback' is not defined
[!] run is not recognized as an internal command !
[+] Maybe you meant : , runreload, refresh, resource
[+] Type help or ? to learn more..

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

well then try running the framework as root

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

Still the same (was actually already on root but double checked and tried again)

from qrljacking.

D4Vinci avatar D4Vinci commented on July 21, 2024

Closed the issue because the error reason revealed and appeared it's not from the framework. Reopen if the problem persists.
Thanks, @40R40L 😄

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

from qrljacking.

AlainChaaya avatar AlainChaaya commented on July 21, 2024

from qrljacking.

Liqudity2provider avatar Liqudity2provider commented on July 21, 2024

Hi guys, I had the same issue and I found the solution.

The problem is that when i installed QrlJacker with root permissions and I tried to run it as root something went wrong with Firefox. ( same error as @manan2501)

I tried to show Firefox version on a terminal as root and i had this message:

root@Silver: ~/Desktop# Firefox version
Running Firefox as root in a regular user's session is not supported. ($HOME is /home/user which is owned by user.)

When I installed QrlJacker again, but this time with a normal user permission (same as Firefox) it works!!!

I hope this could help you :)

Can you specify how you installed it with not root pernissions? Thankyou in advance

from qrljacking.

40R40L avatar 40R40L commented on July 21, 2024

Hi guys, I had the same issue and I found the solution.
The problem is that when i installed QrlJacker with root permissions and I tried to run it as root something went wrong with Firefox. ( same error as @manan2501)
I tried to show Firefox version on a terminal as root and i had this message:

root@Silver: ~/Desktop# Firefox version
Running Firefox as root in a regular user's session is not supported. ($HOME is /home/user which is owned by user.)

When I installed QrlJacker again, but this time with a normal user permission (same as Firefox) it works!!!
I hope this could help you :)

Can you specify how you installed it with not root pernissions? Thankyou in advance

Hi ,

try to create a user different thant root and install the app using that user

from qrljacking.

azamet90 avatar azamet90 commented on July 21, 2024

i have the same problem

from qrljacking.

RUGMJ avatar RUGMJ commented on July 21, 2024

I'm having the same issue I've tried running as root with sudo and without root still, get the same error has anyone found a fix?

from qrljacking.

karthikiller avatar karthikiller commented on July 21, 2024

from qrljacking.

H4xl0r avatar H4xl0r commented on July 21, 2024

No fix till jet ?
what a mess , not working anymore

from qrljacking.

stylishstar002 avatar stylishstar002 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'

I also have this same problem

from qrljacking.

shelby-67 avatar shelby-67 commented on July 21, 2024

I have same problem can anyone help me step by step?

from qrljacking.

nasyx-rakeeb avatar nasyx-rakeeb commented on July 21, 2024

did anyone find the solution

from qrljacking.

shelby-67 avatar shelby-67 commented on July 21, 2024

from qrljacking.

nasyx-rakeeb avatar nasyx-rakeeb commented on July 21, 2024

@shelby-67 what are u trying to say? i Dont get it

from qrljacking.

shelby-67 avatar shelby-67 commented on July 21, 2024

from qrljacking.

fffff515 avatar fffff515 commented on July 21, 2024

Модуль QrlJacker (граббер/whatsapp) > запустить [+] Использование юзерагента по умолчанию [ ! ] Не удалось открыть FireFox! Проверьте инструкции по установке еще раз!

Я УСТАНАВЛИВАЛ ЭТОТ ИНСТРУМЕНТ 7 РАЗ СОГЛАСНО ИНСТРУКЦИИ. Я НЕ ЗНАЮ, ЧТО ДЕЛАТЬ ДАЛЬШЕ. :( :(

Translated by Google Translate
Please tell me what processor you have. I had the same problem, as it turned out the problem with geckodriver

from qrljacking.

immortal-007 avatar immortal-007 commented on July 21, 2024

firefox

i am using python 3.10
and 91.8 firefox still error accure

QrlJacker Module(grabber/whatsapp) > run
[+] Using the default useragent
[+] Running a thread to keep the QR image [whatsapp]
Exception in thread QR updater thread:
[+] Waiting for sessions on whatsapp
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
[+] Running a thread to detect Idle once it happens then click the QR reload button [whatsapp]
Exception in thread Idle detector thread:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
[+] Initializing webserver... [whatsapp]
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run

QrlJacker Module(grabber/whatsapp) > Exception in thread Webserver manager thread:
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/home/immortal/Downloads/QRLJacking/QRLJacker/core/browser.py", line 133, in website_qr
Traceback (most recent call last):
controller = self.browsers[module_name]["Controller"]
File "/usr/lib/python3.10/threading.py", line 1009, in _bootstrap_inner
KeyError: 'whatsapp'
self._target(*self._args, **self._kwargs)
File "/home/immortal/Downloads/QRLJacking/QRLJacker/core/browser.py", line 149, in check_img
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'
self.run()
File "/usr/lib/python3.10/threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "/home/immortal/Downloads/QRLJacking/QRLJacker/core/browser.py", line 167, in serve_module
self.browsers[module_name]["host"] = "http://"+host
KeyError: 'whatsapp'

I hope it can be solve advance thankyou

from qrljacking.

Mergim-dev avatar Mergim-dev commented on July 21, 2024

what

from qrljacking.

Mergim-dev avatar Mergim-dev commented on July 21, 2024

<Module(grabber/whatsapp) > run
[+] Using the default useragent
[!] Couldn't open Firefox! Check the installation instructions again!

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.