GithubHelp home page GithubHelp logo

xielqs / iphisher Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 43 KB

IPhisher is a tool for phishing using images

License: MIT License

JavaScript 100.00%
image nodejs phish phishing image-phishing iphisher xielq

iphisher's Introduction

IPhisher



[•] Description

A phishing tool that uses images or files to phish people

[•] Installation

Install dependencies (git, nodejs and openssh)

  • For Debian
    • sudo apt install git nodejs openssh-client -y
  • For Arch
    • sudo pacman -S git nodejs openssh --noconfirm
  • For Fedora
    • sudo yum install git nodejs openssh -y
  • For Termux
    • pkg install git nodejs openssh -y

Pro tip: install wget if not installed

If you are a windows user, use this links: git, nodejs openssh

Clone this repository
  • git clone https://github.com/gamerboytr/IPhisher
Enter the directory
  • cd IPhisher
Run the tool
  • npm start
Or use another another package manager
  • yarn start
  • pnpm start

Or directly run

wget -qP IPhisher https://raw.githubusercontent.com/gamerboytr/IPhisher/master/index.js && (cd IPhisher && node .)

# Or

curl --create-dirs --output-dir IPhisher -O https://raw.githubusercontent.com/gamerboytr/IPhisher/master/index.js && (cd IPhisher && node .)

Quick Note

If you want to serve your own files, create a directory named exposed and put your files into the exposed directory and run the tool. It will automatically detect the files and serve them.

IPhisher
├───exposed
│   ├───index.html
│   └───tools
│       └───ip.txt
├───index.js
├───package.json
└───README.md
<domain>/index.html
<domain>/tools/ip.txt

CLI Options

Usage: node index.js [-h] [-p PORT] [--path PATH]

Options:
      --version  Show version number  [boolean]
  -p, --port     Port to run on  [number]
      --path     Fake image path on server  [string]
  -h, --help     Show help  [boolean]

[•] Support

OS Support Level
Linux Excellent
Android Excellent
MacOS Never tested
WSL Excellent
Windows Excellent

Pro tip: if you want to use cloudflared on termux, open your hotspot before running the tool

[•] Features

  • Cross platform (Support mostly linux)
  • Dual Tunneling (Cloudflared, Localhostrun and Serveo)
  • Easy to use
  • Possible error diagnoser
  • Portable file (Can be run from any directory)
  • Get IP Address and many other details
  • Serve any file (html, txt, js, etc.)

IPhisher Preview

[•] Requirements

  • NodeJS (>=12)
  • SSH
  • Wget or cURL

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

[•] Tested on

  • Windows
  • WSL
  • Ubuntu
  • Kali-Linux
  • Termux

[•] 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 IPhisher!

[•] License

This project is licensed under MIT License. See the LICENSE file for more details.

[•] Credits

iphisher's People

Contributors

xielqs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.