Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread Webserver manager thread: Traceback #46

Closed
thetruegeek opened this issue Apr 20, 2019 · 7 comments
Closed

Exception in thread Webserver manager thread: Traceback #46

thetruegeek opened this issue Apr 20, 2019 · 7 comments

Comments

@thetruegeek
Copy link

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 "/home/kali/Desktop/QRLJacking/QRLJacker/core/browser.py", line 150, in serve_module
self.browsers[module_name]["host"] = "http://"+host
KeyError: '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 "/home/kali/Desktop/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 "/home/kali/Desktop/QRLJacking/QRLJacker/core/browser.py", line 132, in check_img
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

@desti8383
Copy link

I have the same problem now....
pleas help....**

@jepunband
Copy link

have geckodriver & the latest firefox 66.

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 "/home/hol/Tools/QRLJacking/QRLJacker/core/browser.py", line 116, in website_qr
controller = self.browsers[module_name]["Controller"]
KeyError: 'whatsapp'

QrlJacker Module(grabber/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 "/home/hol/Tools/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 "/home/hol/Tools/QRLJacking/QRLJacker/core/browser.py", line 150, in serve_module
self.browsers[module_name]["host"] = "http://"+host
KeyError: 'whatsapp'

@D4Vinci
Copy link
Collaborator

D4Vinci commented Jun 17, 2019

This error will happen only if you ran the debug mode and after the browser appeared you closed it by yourself so now the framework can't communicate with the browser!
Solution: don't use debug mode if you don't need it 😄

@D4Vinci D4Vinci closed this as completed Jun 17, 2019
@KamiSantos
Copy link

Sir i'm needin' your help, i'm in same situation that '' jepunband commented on May 13'' u said to her that Solution: don't use debug mode if you don't need it smile, i wanna know how can i go out debug mode i'm needin' much ur help thx u sir have a good a day.

@rasyidcode
Copy link

For those who still encounter this problem, try to set the host to your localhost 127.0.0.1 or your ip address in your network for example 192.168.1.X, and don't forget to set the port

@GSri30
Copy link

GSri30 commented Dec 26, 2019

Yea..It perfectly works fine using local host, but it's not the thing we needed..right. For example in my case, It's not sufficient to run over only on my localhost..So is there anything we are missing?
I just have a doubt..does this script also depend upon the version of kali we are using?

@Cthacker200
Copy link

python -m pip install pyaudio
pip install tf-models-official
pip install djoser
export PYTHONPATH=$PYTHONPATH:/path/tomy/tf_models
py -m pip install # sit module in cmd
pip install 'modulename'

Problem solved, have a good day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants