Skip to content

hFisher – A powerful and easy-to-use phishing tool for penetration testing and cybersecurity research. Includes 30+ templates (Facebook, Instagram, Google, etc.), IP tracking, and Ngrok tunneling. Ethical hacking tool for Linux, Termux, and macOS.

License

Notifications You must be signed in to change notification settings

hsecurities/hfisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A beginners friendly, Automated phishing tool with 30+ templates.

Disclaimer

Any actions and or activities related to hfisher is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held responsible in the event any criminal charges be brought against any individuals misusing this toolkit to break the law.

This toolkit contains materials that can be potentially damaging or dangerous for social media. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way.

This Tool is made for educational purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then Get the hell out of here!

It only demonstrates "how phishing works". You shall not misuse the information to gain unauthorized access to someones social media. However you may try out this at your own risk.

Features

  • Latest and updated login pages.
  • Beginners friendly
  • Multiple tunneling options
    • Localhost
    • Cloudflared
    • LocalXpose
  • Mask URL support
  • Docker support

Installation

  • Just, Clone this repository -

    git clone --depth=1 https://github.com/hsecurities/hfisher.git
    
  • Now go to cloned directory and run hfisher.sh -

    $ cd hfisher
    $ bash hfisher.sh
    
  • On first launch, It'll install the dependencies and that's it. hfisher is installed.

Installation (Termux)

You can easily install hfisher in Termux by using tur-repo

$ pkg install tur-repo
$ pkg install hfisher
$ hfisher

A Note :

Termux discourages hacking .. So never discuss anything related to hfisher in any of the termux discussion groups. For more check : wiki

Run on Docker

  • Docker Image Mirror:

    • DockerHub :
      docker pull htrtech/hfisher
      
    • GHCR :
      docker pull ghcr.io/hsecurities/hfisher:latest
      
  • By using the wrapper script run-docker.sh

    $ curl -LO https://raw.githubusercontent.com/hsecurities/hfisher/master/run-docker.sh
    $ bash run-docker.sh
    
  • Temporary Container

    docker run --rm -ti htrtech/hfisher
    
    • Remember to mount the auth directory.

If you have \r Error

Use sed (Universal)

The sed command is available on virtually all Linux/macOS systems, so you don't need to install anything.

Run this single command to remove all the \r characters:

sed -i 's/\r$//' hFisher.sh

Dependencies

hfisher requires following programs to run properly -

  • git
  • curl
  • php

All the dependencies will be installed automatically when you run hfisher for the first time.

Tested on

  • Ubuntu
  • Debian
  • Arch
  • Manjaro
  • Fedora
  • Termux

About

hFisher – A powerful and easy-to-use phishing tool for penetration testing and cybersecurity research. Includes 30+ templates (Facebook, Instagram, Google, etc.), IP tracking, and Ngrok tunneling. Ethical hacking tool for Linux, Termux, and macOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published