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: 7 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T14:05:32.000Z (over 2 years ago)
- Last Synced: 2025-03-30T20:11:13.056Z (8 months ago)
- Topics: javascript, nodejs, nodejs-http, selenium, selenium-chrome, selenium-chromedriver, selenium-javascript, selenium-webdriver
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- 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 Locally
Node.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
[](https://choosealicense.com/licenses/mit/)
## Disclaimer
QRPhishing is created for educational purpose and it's not responsible
for any misuse or illegal purposes.