Skip to content

Commit 57bbd94

Browse files
committed
Update to 2.3.3
1 parent 8bdedb5 commit 57bbd94

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 9 additions & 3 deletions
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.2-green?style=for-the-badge">
8+
<img src="https://img.shields.io/badge/Version-2.3.3-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">
@@ -70,15 +70,21 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
7070
### Installation (Termux)
7171
You can easily install zphisher in Termux by using tur-repo
7272
```
73-
$ apt install tur-repo
74-
$ apt install zphisher
73+
$ pkg install tur-repo
74+
$ pkg install zphisher
7575
$ zphisher
7676
```
7777
### A Note :
7878
***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)
7979

8080
##
8181

82+
<p align="left">
83+
<a href="https://shell.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/htr-tech/zphisher.git&tutorial=README.md" target="_blank"><img src="https://gstatic.com/cloudssh/images/open-btn.svg"></a>
84+
</p>
85+
86+
##
87+
8288
### Installation via ".deb" file
8389

8490
- 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.2
5+
_VERSION=2.3.3
66
_ARCH="all"
77
PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb"
88

zphisher.sh

Lines changed: 2 additions & 3 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.2
5+
## Version : 2.3.3
66
## Github : https://github.com/htr-tech/zphisher
77

88

@@ -90,7 +90,7 @@
9090
## TheLinuxChoice - https://twitter.com/linux_choice
9191

9292

93-
__version__="2.3.2"
93+
__version__="2.3.3"
9494

9595
## DEFAULT HOST & PORT
9696
HOST='127.0.0.1'
@@ -164,7 +164,6 @@ kill_pid() {
164164
# Check for a newer release
165165
check_update(){
166166
echo -ne "\n${GREEN}[${WHITE}+${GREEN}]${CYAN} Checking for update : "
167-
BASE_DIR="$(realpath "$(dirname "$BASH_SOURCE")")"
168167
relase_url='https://api.github.com/repos/htr-tech/zphisher/releases/latest'
169168
new_version=$(curl -s "${relase_url}" | grep '"tag_name":' | awk -F\" '{print $4}')
170169
tarball_url="https://github.com/htr-tech/zphisher/archive/refs/tags/${new_version}.tar.gz"

0 commit comments

Comments
 (0)