Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chitranjan-gupta/qrphishing
Hijack the Web session using QRPhishing
https://github.com/chitranjan-gupta/qrphishing
javascript nodejs nodejs-http selenium selenium-chrome selenium-chromedriver selenium-javascript selenium-webdriver
Last synced: about 1 month ago
JSON representation
Hijack the Web session using QRPhishing
- Host: GitHub
- URL: https://github.com/chitranjan-gupta/qrphishing
- Owner: chitranjan-gupta
- License: mit
- Created: 2022-08-18T11:42:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T14:05:32.000Z (over 1 year ago)
- Last Synced: 2023-08-09T15:19:18.454Z (over 1 year ago)
- Topics: javascript, nodejs, nodejs-http, selenium, selenium-chrome, selenium-chromedriver, selenium-javascript, selenium-webdriver
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRPhishing
Hijacking the Web session using QRPhishing.
Read the documentaion on [wiki](https://github.com/chitranjan-gupta/QRPhishing/wiki).
## Run LocallyNode.js Must be installed on your system
```
https://nodejs.org
```
Chrome Web Driver Must be in your Path
Download the Chrome Web Driver from this link for your system
```
https://chromedriver.chromium.org
```
Clone the project```bash
git clone https://github.com/chitranjan-gupta/QRPhishing
```Go to the project directory
```bash
cd QRPhishing
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```
## License[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
## Disclaimer
QRPhishing is created for educational purpose and it's not responsible
for any misuse or illegal purposes.