
QRL Jacking
Quick Response Code Login Jacking (also known as QRL Jacking) is a social engineering attack by which the attacker can hijack the session, affecting all applications that depends on the “Login with QR code” feature as a secure way to login into their respective accounts. In simpler words, the attacker’s QR code is scanned by victim which results in session hijacking.
For example: by using the QRL Jacking tool, the attacker can create a phishing page of the WhatsApp web’s QR Code. When the victim scans this QR Code from his/her device, the generated authentication token is then sent to the attacker’s server. The attacker then verifies the authentication token from the WhatsApp web website; he can then see the victim’s messages.
- The attacker generates a QR session and clones the Login QR code into a phishing website. Then the well-crafted phishing page with a valid and updated QR code is ready to be sent to the victim.
- After that, the attacker sends the phishing page to the victim by using his social engineering skills.
- Victim will scan the QR Code with a specific device.
- The attacker gains control of the victim’s account.
- The victim’s data is exchanged with the attacker’s session.
On Windows
After downloading the Framework and Python:
- cd QrlJacking-Framework
- pip install -r requirements.txt
- python .py
On Ubuntu or Kali Linux
- git clone https://github.com/OWASP/QRLJacking
- cd QrlJacking-Framework
- pip install -r requirements.txt
- python .py
On OSX
- git clone https://github.com/OWASP/QRLJacking
- cd Qrl Jacking-Framework
- sudo easy_install pip
- sudo pip install -r requirements.txt
- python .py
The QRL Jacking consists of two sides:
- Server Side: A server-side script is needed to serve and shape the final look to the victim.
- Client Side: Cloning the QR Code and pushing it to the phishing page.
Let’s take an example from one (Read more...)
*** This is a Security Bloggers Network syndicated blog from InfoSec Resources authored by Sayaala. Read the original post at: http://feedproxy.google.com/~r/infosecResources/~3/iGFrmEqwAFQ/