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.33k stars 619 forks source link

run is not recognized as an internal command ! #196

Open RichardPompeo opened 1 year ago

RichardPompeo commented 1 year ago

I receive this error when I try to run the "run" command on macos, something to do?

Screenshot 2022-12-14 at 22 08 41
4m3k commented 1 year ago

I've the same problem.. This is the debug

QrlJacker > debug [+] Debug mode enabled!

QrlJacker > use grabber/whatsapp

QrlJacker Module(grabber/whatsapp) > run Exception -> init() should return None, not 'dict' Input -> run Trackback -> Traceback (most recent call last): File "/Users/lucagarufi/Documents/QRLJacking/QRLJacker/core/module.py", line 55, in handle handler(args) File "/Users/lucagarufi/Documents/QRLJacking/QRLJacker/core/module.py", line 135, in command_run Settings.headless_browser = browser.headless_browsers() TypeError: init() should return None, not 'dict' [!] run is not recognized as an internal command ! [+] Maybe you meant : , runreload, refresh, resource [+] Type help or ? to learn more..

I'm on Apple silicon M2 with MacOS Ventura 13.1. Geckodriver works correctly

rockstarvibu commented 1 year ago

I've the same problem.. This is the debug

QrlJacker > debug [+] Debug mode enabled!

QrlJacker > use grabber/whatsapp

QrlJacker Module(grabber/whatsapp) > run Exception -> init() should return None, not 'dict' Input -> run Trackback -> Traceback (most recent call last): File "/Users/lucagarufi/Documents/QRLJacking/QRLJacker/core/module.py", line 55, in handle handler(args) File "/Users/lucagarufi/Documents/QRLJacking/QRLJacker/core/module.py", line 135, in command_run Settings.headless_browser = browser.headless_browsers() TypeError: init() should return None, not 'dict' [!] run is not recognized as an internal command ! [+] Maybe you meant : , runreload, refresh, resource [+] Type help or ? to learn more..

I'm on Apple silicon M2 with MacOS Ventura 13.1. Geckodriver works correctly

same issue with apple intel macbook

LucaReggiannini commented 1 year ago

Error fixed (see commit https://github.com/OWASP/QRLJacking/pull/203/commits/22d5195f8d084b1d71d7742d0fe216e316b6c92d). You should download the project again and retry