Skip to content

Commit

Permalink
Release : 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech authored Oct 12, 2022
1 parent a71b89d commit a97e942
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 13 additions & 1 deletion 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.1-green?style=for-the-badge">
<img src="https://img.shields.io/badge/Version-2.3.2-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 @@ -67,6 +67,18 @@ 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
$ 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)
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.1
_VERSION=2.3.2
_ARCH="all"
PKG_NAME="${_PACKAGE}_${_VERSION}_${_ARCH}.deb"

Expand Down
5 changes: 3 additions & 2 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.1
## Version : 2.3.2
## Github : https://github.com/htr-tech/zphisher


Expand Down Expand Up @@ -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')"
Expand Down

0 comments on commit a97e942

Please sign in to comment.