QRLJacker is a python framework which is used to exploit services that rely on QR code authentication.
#QRLJacker is a customizable framework to demonstrate “QRLJacking Attack Vector” and shows how easy to hijack services that relies on QR Code Authentication.
Installation
Installation on Windows
After downloading the framework and Python:
cd QrlJacking-Framework
pip install -r requirements.txt
python QRLJacker.py
Installation on Ubuntu 16.04 or Kali Linux
sudo apt-get install python-dev python-pip libncurses5-dev git
git clone https://github.com/OWASP/QRLJacking
cd QrlJacking-Framework
pip install -r requirements.txt
python QRLJacker.py
Installation on OSX
git clone https://github.com/OWASP/QRLJacking
cd QrlJacking-Framework
sudo easy_install pip
sudo pip install -r requirements.txt
python QRLJacker.py