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

Does this framework works with new python version? #112

Closed kanez69 closed 3 years ago

kanez69 commented 4 years ago

Exception in thread QR updater thread: Traceback (most recent call last): File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/local/lib/python3.8/threading.py", line 870, in run self._target(*self._args, *self._kwargs) File "/root/Desktop/QRLJacking/QRLJacker/core/browser.py", line 116, in website_qr controller = self.browsers[module_name]["Controller"] KeyError: 'whatsapp' [+] Waiting for sessions on whatsapp [+] 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/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/local/lib/python3.8/threading.py", line 870, in run self._target(self._args, **self._kwargs) File "/root/Desktop/QRLJacking/QRLJacker/core/browser.py", line 132, in check_img controller = self.browsers[module_name]["Controller"] KeyError: 'whatsapp' [+] Initializing webserver... [whatsapp]

QrlJacker Module(grabber/whatsapp) > Exception in thread Webserver manager thread: Traceback (most recent call last): File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/local/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/root/Desktop/QRLJacking/QRLJacker/core/browser.py", line 150, in serve_module self.browsers[module_name]["host"] = "http://"+host KeyError: 'whatsapp'

RUGMJ commented 3 years ago

im getting this error on python3.7!