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

General code update #203

Closed LucaReggiannini closed 1 year ago

LucaReggiannini commented 1 year ago

Fixes list:

Changes working on the following system and Geckodriver 0.33:

kali@kali:~/Downloads/QRLJacking/QRLJacker$ uname -a && python --version
Linux kali 6.1.0-kali5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.12-1kali2 (2023-02-23) x86_64 GNU/Linux
Python 3.11.2

Tested using the Whatsapp grabber module.

Partially tested on MacOS:

Screenshot from 2023-04-12 02-40-56

On my system, Firefox is loading the Whatsapp Web page but not the QRCode (this results in a corrupted image on the phishing page): probably i miss the hardware acceleration for this task.
At the moment i don't have the possibiliy to use a real Macintosh.