Welcome to PhisherMan's blog

PhisherMan is a powerful, automated phishing toolkit designed for educational and research purposes. It simplifies the process of launching phishing pages and exposing them via stable tunneling services.

WARNING
This tool is intended for ethical use only — educational, research, and authorized testing. Misuse can lead to legal consequences.
See licence for more details.

Features

System Requirements

requests
rich
beautifulsoup4
cryptography
pycryptodome

Installation

git clone https://github.com/WorkofAditya/PhisherMan.git
cd PhisherMan
chmod +x Phisherman.py
pip install -r files/requirements.txt
Tip: If 'pip install -r requirements.txt' fails, try installing Python dependencies manually using:
pip install dependency_name

You’re now ready to run the tool.

Running PhisherMan

python3 Phisherman.py

Follow the on-screen instructions to:


  1. Choose a phishing site template.
  2. Select a tunneling method (Cloudflared or localhost.run).
  3. Launch the page and wait for the link to be generated.

Tunneling Setup

For more info, visit Tunneling Setup

FAQs

Only if used for educational, research, or authorized testing. Misuse is illegal and unethical.
No, PhisherMan does not require root access to run on most systems, Android users can run it without root.
Yes you can, in android you can run PhisherMan via Termux application. Ensure Python and required dependencies are set up.
This usually happens when the tunneling service fails to connect. Make sure you have stable internet connection.
Install Python and Git, clone the repo, install reqirements, and run the script. You may need to allow storage access with termux-setup-storage.
It means your terminal doesn't have permission to access certain files or folders. Run termux-setup-storage or ensure proper permissions.
Make sure Cloudflared and SSH are Installed. Check that your internet is active and port 8080 is free. Restart terminal and try again.
Yes, you can run it offline on LAN connection but you can't use tunneling services.
Yes, a Dockerfile is included. You can build and run it using: docker build -t phisherman . then docker run -it phisherman.

License

This project is licensed under the Use-Only License.