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 and not generating qr #188

Open ifood318 opened 1 year ago

ifood318 commented 1 year ago

Exception in thread Webserver manager thread:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/kali/Downloads/QRLJacking/QRLJacker/core/browser.py", line 170, in serve_module
webserver.start_serving(host)
File "/home/kali/Downloads/QRLJacking/QRLJacker/core/module_utils.py", line 32, in start_serving
self.httpd = ReusableTCPServer( (host, self.port), MyHandler)
File "/usr/lib/python3.10/socketserver.py", line 452, in init
self.server_bind()
File "/usr/lib/python3.10/socketserver.py", line 466, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use

PR0PH3CY33 commented 1 year ago

the port you are trying to bind to is taken, change to another port by running set port (another port) in the qrljacking framework

JESSIN7516 commented 1 year ago

Hello ,

did you fix the issue please ?

PR0PH3CY33 commented 1 year ago

Unfortunately the issue wasn't fixed regarding the qr code generation. The whole project is deprecated.