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.
<(Installation)>
$ apt update && apt install git
$ apt install python && apt install python3
$ pip install --upgrade pip
$ git clone https://github.com/OWASP/QRLJacking.git
$ cd QRLJacking
$ cd QRLJacker
$ chmod +x *
$ pip install -r requirements.txt
$ python3 QrlJacker.py