myungjaeyu / web-form-hijacker

form hijacking chrome extension (POC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-form-hijacker

form hijacking chrome extension

DownLoad

NPM Version Total downloads Latest release
Alt text Alt text Alt text

Install

$ git clone https://github.com/u4bi-git/web-form-hijacker.git hi
$ cd hi
$ npm install

Usage

$ npm run server

Download ngrok (Because of SSL connection)

$ ./ngrok http 7777

Load unpacked extension (chrome://extensions)

Alt text


Login form field hijacking

Alt text

JSON DB

{
    "id"        : 1,
    "host"      : "www.example.com",
    "user_addr" : "0.0.0.0",
    ...etc
}

Alt text

Extension Icon

transparent color for the Icon

Alt text

License

MIT

About

form hijacking chrome extension (POC)

License:MIT License


Languages

Language:JavaScript 78.7%Language:HTML 21.3%