Jump to content

ZPhisher: Difference between revisions

From Wiki
Created page with "==Features== *Latest and updated login pages. *Beginners friendly *Multiple tunneling options **Localhost **Ngrok **Cloudflared **LocalXpose *Mask URL support *Docker support ==Installation== ===On Linux=== Just, Clone this repository - <syntaxhighlight lang="bash"> git clone --depth=1 https://github.com/htr-tech/zphisher.git </syntaxhighlight> Now go to cloned directory and run zphisher.sh - <syntaxhighlight lang="bash"> cd zphisher </syntaxhighlight> <syntaxhighli..."
 
Line 47: Line 47:
==Source==
==Source==
*[https://github.com/htr-tech/zphisher github.com]
*[https://github.com/htr-tech/zphisher github.com]
[[Category:Security]]
[[Category:Cyber Security]]
[[Category:Phishing]]

Revision as of 17:47, 29 January 2023

Features

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

Installation

On Linux

Just, Clone this repository -

git clone --depth=1 https://github.com/htr-tech/zphisher.git

Now go to cloned directory and run zphisher.sh -

cd zphisher
bash zphisher.sh

On first launch, It'll install the dependencies and that's it. Zphisher is installed.

On Termux

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

pkg install tur-repo
pkg install zphisher
zphisher

Source