A phishing tool that uses images or files to phish people
- 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
git clone https://github.com/gamerboytr/IPhisher
cd IPhisher
npm start
yarn start
pnpm start
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 .)
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
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]
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
- 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.)
NodeJS (>=12)
SSH
Wget or cURL
Info: If not found, all of the required packages will be installed on first run
Windows
WSL
Ubuntu
Kali-Linux
Termux
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!
This project is licensed under MIT License. See the LICENSE file for more details.
- XielQ (Author)