Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

[![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.