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

Exception in thread Webserver manager thread: #118

Closed Obaidullah43 closed 3 years ago

Obaidullah43 commented 3 years ago

I need help! everything is done i am using the latest 0.27.0 version and firefox version is 68.2 on kali linux I am executing with python3.7 QRLJacking.py its smoothly running then i have set port as 1337 and host 0.0.0.0 when i run it its giving me this error

[+] Initializing webserver... [whatsapp] 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 "/home/kali/Downloads/geckodriver-v0.27.0-linux64/QRLJacking/QRLJacker/core/browser.py", line 150, 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 926, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/kali/Downloads/geckodriver-v0.27.0-linux64/QRLJacking/QRLJacker/core/browser.py", line 132, in check_img controller = self.browsers[module_name]["Controller"] KeyError: 'whatsapp'

Exception in thread QR updater 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 "/home/kali/Downloads/geckodriver-v0.27.0-linux64/QRLJacking/QRLJacker/core/browser.py", line 116, in website_qr controller = self.browsers[module_name]["Controller"] KeyError: 'whatsapp'