Creating malicious QR codes to hack phones and other devices |
Creating malicious QR codes to hack phones and other devices Warning! You are not allowed to view this text.
After downloading, change the directory using cd. cd /QRGen Let's look at the file README.md . Now we need to install some requirements and libraries that are required for QRGen. pip3 install -r requirements.txt If this command doesn't work, there is another alternative.python3 -m pip install -r requirements.txt Creating a malicious QRcode from a payload python3 qrgen.py As you can see, it is easy to generate a payload. python3 qrgen.py -l 5 A series of QR codes will be generated, and the last one created will open automatically. cd genqr Let's scan our QR code and see.
Go back |
13-03-2022, 15:05 |