diff --git a/README.md b/README.md index 2061febd..5c349b5f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- + @@ -67,6 +67,18 @@ It only demonstrates "how phishing works". You shall not misuse the informati ## +### Installation (Termux) +You can easily install zphisher in Termux by using tur-repo +``` +$ apt install tur-repo +$ apt install zphisher +$ zphisher +``` +### A Note : +***Termux discourages hacking*** .. So never discuss anything related to *zphisher* in any of the termux discussion groups. For more check : [wiki](https://wiki.termux.com/wiki/Hacking) + +## + ### Installation via ".deb" file - Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest) diff --git a/make-deb.sh b/make-deb.sh index 789a73da..3523ce12 100755 --- a/make-deb.sh +++ b/make-deb.sh @@ -2,7 +2,7 @@ # Make Deb Package for Zphisher (^.^) _PACKAGE=zphisher -_VERSION=2.3.1 +_VERSION=2.3.2 _ARCH="all" PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb" diff --git a/zphisher.sh b/zphisher.sh index 86a0377d..80bd79d3 100755 --- a/zphisher.sh +++ b/zphisher.sh @@ -2,7 +2,7 @@ ## Zphisher : Automated Phishing Tool ## Author : TAHMID RAYAT -## Version : 2.3.1 +## Version : 2.3.2 ## Github : https://github.com/htr-tech/zphisher @@ -85,11 +85,12 @@ ## Ali Milani Amin - https://github.com/AliMilani ## Ignitetch - https://github.com/Ignitetch/AdvPhishing ## Moises Tapia - https://github.com/MoisesTapia +## Mr.Derek - https://github.com/E343IO ## Mustakim Ahmed - https://github.com/bdhackers009 ## TheLinuxChoice - https://twitter.com/linux_choice -__version__="2.3.1" +__version__="2.3.2" ## ANSI colors (FG & BG) RED="$(printf '\033[31m')" GREEN="$(printf '\033[32m')" ORANGE="$(printf '\033[33m')" BLUE="$(printf '\033[34m')"