Skip to content

Commit

Permalink
Update to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Oct 15, 2022
1 parent 8bdedb5 commit 57bbd94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/Version-2.3.2-green?style=for-the-badge">
<img src="https://img.shields.io/badge/Version-2.3.3-green?style=for-the-badge">
<img src="https://img.shields.io/github/license/htr-tech/zphisher?style=for-the-badge">
<img src="https://img.shields.io/github/stars/htr-tech/zphisher?style=for-the-badge">
<img src="https://img.shields.io/github/issues/htr-tech/zphisher?color=red&style=for-the-badge">
Expand Down Expand Up @@ -70,15 +70,21 @@ It only demonstrates "how phishing works". <b>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
$ pkg install tur-repo
$ pkg 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)

##

<p align="left">
<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>
</p>

##

### Installation via ".deb" file

- Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Make Deb Package for Zphisher (^.^)
_PACKAGE=zphisher
_VERSION=2.3.2
_VERSION=2.3.3
_ARCH="all"
PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb"

Expand Down
5 changes: 2 additions & 3 deletions zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Zphisher : Automated Phishing Tool
## Author : TAHMID RAYAT
## Version : 2.3.2
## Version : 2.3.3
## Github : https://github.com/htr-tech/zphisher


Expand Down Expand Up @@ -90,7 +90,7 @@
## TheLinuxChoice - https://twitter.com/linux_choice


__version__="2.3.2"
__version__="2.3.3"

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

0 comments on commit 57bbd94

Please sign in to comment.