Skip to content

sayedmahmud/exploit-qrgen

 
 

Repository files navigation

Exploit QRGen v1.0 🧐

banner image

What is a QRGen ?

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. Banner

Required parametres 🔗

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

How to example 🔍

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

How to download 💡

You can download instanet directly by saying

pip install -r requirements.txt

or

python -m pip install -r requirements.txt

About 🚀

My gmail adress: [email protected]

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%