Skip to content

Commit a97e942

Browse files
authored
Release : 2.3.2
1 parent a71b89d commit a97e942

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Version-2.3.1-green?style=for-the-badge">
8+
<img src="https://img.shields.io/badge/Version-2.3.2-green?style=for-the-badge">
99
<img src="https://img.shields.io/github/license/htr-tech/zphisher?style=for-the-badge">
1010
<img src="https://img.shields.io/github/stars/htr-tech/zphisher?style=for-the-badge">
1111
<img src="https://img.shields.io/github/issues/htr-tech/zphisher?color=red&style=for-the-badge">
@@ -67,6 +67,18 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
6767

6868
##
6969

70+
### Installation (Termux)
71+
You can easily install zphisher in Termux by using tur-repo
72+
```
73+
$ apt install tur-repo
74+
$ apt install zphisher
75+
$ zphisher
76+
```
77+
### A Note :
78+
***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)
79+
80+
##
81+
7082
### Installation via ".deb" file
7183

7284
- Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest)

make-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Make Deb Package for Zphisher (^.^)
44
_PACKAGE=zphisher
5-
_VERSION=2.3.1
5+
_VERSION=2.3.2
66
_ARCH="all"
77
PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb"
88

zphisher.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Zphisher : Automated Phishing Tool
44
## Author : TAHMID RAYAT
5-
## Version : 2.3.1
5+
## Version : 2.3.2
66
## Github : https://github.com/htr-tech/zphisher
77

88

@@ -85,11 +85,12 @@
8585
## Ali Milani Amin - https://github.com/AliMilani
8686
## Ignitetch - https://github.com/Ignitetch/AdvPhishing
8787
## Moises Tapia - https://github.com/MoisesTapia
88+
## Mr.Derek - https://github.com/E343IO
8889
## Mustakim Ahmed - https://github.com/bdhackers009
8990
## TheLinuxChoice - https://twitter.com/linux_choice
9091

9192

92-
__version__="2.3.1"
93+
__version__="2.3.2"
9394

9495
## ANSI colors (FG & BG)
9596
RED="$(printf '\033[31m')" GREEN="$(printf '\033[32m')" ORANGE="$(printf '\033[33m')" BLUE="$(printf '\033[34m')"

0 commit comments

Comments
 (0)