Skip to content

Using QRPhishing

Chitranjan Gupta edited this page Jul 16, 2023 · 2 revisions

This is for educational purpose only

Requirements

Installing

  1. Install the Node.js on your system.
  2. Install the Chrome Browser on your system.
  3. Extract the Chrome Web Driver and add in PATH in Linux or System Variable in Windows.
  4. Git clone the QRPhishing on your system. git clone https://github.com/chitranjan-gupta/QRPhishing
  5. Change the directory to QRPhishing. cd QRPhishing
  6. Install all the dependencies npm install

Executing

  1. Run the program. npm run start
  2. Google Message Web will open inside chrome browser.
  3. The QR inside the Google Message Web Refreshes automatically every 15-16 seconds.
  4. An Web Application consisting the QR from QR of Google Message Web is running on http://localhost:8200.
  5. Ask the victim's mobile phone by making any excuse.
  6. Open Message Android App and click on three dots and choose Device Pairing
  7. After that Click on QR Code Scanner option and scan the QR of Web Application running on http://localhost:8200.
  8. On success scanning of QR the Google Message Web inside the chrome browser will now contains the messages of victim.
Clone this wiki locally