-
Notifications
You must be signed in to change notification settings - Fork 636
QR code not loading #200
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
Comments
Not Yet |
I Will try it on my other laptop. When i use Debug Firefox wil automatic open. But with debug disabled it wil not open Firefox |
any update guys. |
I think that the code is outdated. I see 2 problems:
I don't know if there is anything else to be fixed at the moment. I don't know if this project is dead: is there anyone who want to fix this? Edit: working on it |
Found and fixed other problems that prevents the program from working correctly. I'm going to update my forked repo in a couple of days and submit a pull request |
Very nice 😄👌
…On Mon, 10 Apr 2023, 13:02 LucaReggiannini ***@***.***> wrote:
Found and fixed other problems that prevents the program from working
correctly. I'm going to update my forked repo in a couple of days and
submit a pull request
—
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUNIJ6ASYGJORHKBA35RNYLXAPSDTANCNFSM6AAAAAAUPQGIWI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello @LucaReggiannini, Sorry for not replying back in time, I would like to thank you a lot for your efforts, once you make the PR and everything goes well please reach out to me to add you as a maintainer because most of the maintainers are so busy in the meantime. |
Hello everybody. Working on: https://github.com/LucaReggiannini/QRLJacking
This specific issue was about Whatsapp so i actually tested/fixed the code for the Whatsapp grabber. Edit: sorry i was tricked by the OS check message elif os.name=="nt":
error("The framework is designed to work on linux or windows only! Sorry for that :)") Fixed this typo. I actually tested the code on MacOS Monterey and fixed some other bug. |
Update done. The problem should be solved: can you recheck guys? @SymbianSyMoh Thanks for the merge. If you want I can help keep the project up to date |
Module(grabber/whatsapp) > run QrlJacker Module(grabber/whatsapp) > Exception in thread Webserver manager thread: |
Problem still actual. |
Ciao Luca, hai risolto definitivamente? Perchè purtroppo il problema persiste |
Apparently the "tmp.png" file is not generated and when the html code tries to search, it does not exist in the folder. Any way to fix this? |
This is 2024......i am encountering the same issue. is it that the project is dead? |
please have you been able to find a solution? |
Can anyone suggest a solution for this error and qr code is not loading, QR code Image is not generating as there not image in the directories QrlJacker > refresh QrlJacker > reload QrlJacker > use grabber/whatsapp QrlJacker Module(grabber/whatsapp) > show Name Description QrlJacker Module(grabber/whatsapp) > options Name Current value Required Description QrlJacker Module(grabber/whatsapp) > set port 1337 QrlJacker Module(grabber/whatsapp) > run QrlJacker Module(grabber/whatsapp) > options Name Current value Required Description QrlJacker Module(grabber/whatsapp) > sessions QrlJacker Module(grabber/whatsapp) > ---------------------------------------- During handling of the above exception, another exception occurred: Traceback (most recent call last):
|
under /home/kali/tools/qr/qr/QRLJacking/QRLJacker/core/modules/grabber folder. Change xpaths for your whatsapp and save it. And rerun the code. |
Good day, QR is not generated for me either, is there a solution? I opened the directory /home/kali/QRLJacking/QRLJacker/core/modules/ there are files whatsapp.py and init_.py as you said MuhammedE 6D9C nesGurkan, I would like to clarify what exactly needs to be changed? Can you please help |
Hi I am getting below logs and the QR code is not loading. Could anyone please help me.
QrlJacker 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 occurred during processing of request from ('127.0.0.1', 43532)
Traceback (most recent call last):
File "/usr/lib/python3.10/http/server.py", line 727, in send_head
f = open(path, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/home/rockstar005
Downloads/QRLJacking/QRLJacker/core/www/whatsapp/tmp.png'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/socketserver.py", line 316, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python3.10/socketserver.py", line 347, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python3.10/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/home/rockstar005/Downloads/QRLJacking/QRLJacker/core
module_utils.py", line 27, in init
super().init(*args, directory=serve_dir, **kwargs)
File "/usr/lib/python3.10/http/server.py", line 668, in init
super().init(*args, **kwargs)
File "/usr/lib/python3.10/socketserver.py", line 747, in init
self.handle()
File "/usr/lib/python3.10/http/server.py", line 433, in handle
self.handle_one_request()
File "/usr/lib/python3.10/http/server.py", line 421, in handle_one_request
method()
File "/usr/lib/python3.10/http/server.py", line 672, in do_GET
f = self.send_head()
File "/usr/lib/python3.10/http/server.py", line 729, in send_head
self.send_error(HTTPStatus.NOT_FOUND, "File not found")File "/usr/lib/python3.10/http/server.py", line 488, in send_error
self.wfile.write(body)
File "/usr/lib/python3.10/socketserver.py", line 826, in write
self._sock.sendall(b)
BrokenPipeError: [Errno 32] Broken pipe
QrlJacker Module(grabber/whatsapp) >
The text was updated successfully, but these errors were encountered: