Skip to content

XielQs/JsPhisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsPhisher



[+] Description :

Common phishing tool in javascript. Includes popular websites like facebook, twitter, instagram, github, reddit, gmail and many others..

[+] Installation

Install primary dependencies (git and nodejs)
  • For Debian
    • sudo apt install git nodejs -y
  • For Arch
    • sudo pacman -S git nodejs --noconfirm
  • For Fedora
    • sudo yum install git nodejs -y
  • For Termux
    • pkg install git nodejs -y
Clone this repository
  • git clone https://github.com/XielQs/JsPhisher
Enter the directory
  • cd JsPhisher
Run the tool
  • npm start
Or use yarn
  • yarn start

Features:

  • Multi platform (Does not support MacOS yet!)
  • 59 Website templates
  • Dual Tunneling (Ngrok and Cloudflared)
  • Easy to use
  • Possible error diagnoser
  • Built-in masking of url
  • Portable file (Can be run from any directory)
  • Get IP Address and many other details along with login credentials

Requirements

  • NodeJS(>=12)

If not found, all of the required packages will be installed on first run

Tested on

  • Windows
  • Termux
  • Kali-Linux

Usage

  1. Run the script
  2. Choose a Website
  3. Wait sometimes for setting up all
  4. Send the generated link to victim
  5. Wait for victim login. As soon as he/she logs in, credentials will be captured

[+] Disclaimer

This tool is developed for educational purposes. Here it demonstrates how phishing works. If anybody wants to gain unauthorized access to someones social media, he/she may try out this at his/her own risk. You have your own responsibilities and you are liable to any damage or violation of laws by this tool. The author is not responsible for any misuse of JsPhisher!

This repository is open source to help others. So if you wish to copy, consider giving credit!

Credits: XielQ

If this tool helped you, consider staring repository. Your stars encourage me a lot!

Thanks KasRoudra for creating PyPhisher