Skip to content

Commit 1035104

Browse files
authored
Revert "Update to 2.3.0"
1 parent ccf4fb3 commit 1035104

File tree

14 files changed

+228
-485
lines changed

14 files changed

+228
-485
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/lock.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

.package/DEBIAN/control

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Package: zphisher
2+
Version: 2.2
3+
Installed-Size: 9400
4+
Architecture: all
5+
Maintainer: @htr-tech
6+
Depends: php, wget, git, curl
7+
Homepage: https://github.com/htr-tech/zphisher
8+
Description: An automated phishing tool with 30+ templates. This Tool is made for educational purpose only !

.package/TERMUX/control

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Package: zphisher
2+
Version: 2.2
3+
Installed-Size: 9400
4+
Architecture: all
5+
Maintainer: @htr-tech
6+
Depends: php, wget, git, curl, resolv-conf, proot
7+
Homepage: https://github.com/htr-tech/zphisher
8+
Description: An automated phishing tool with 30+ templates. This Tool is made for educational purpose only !

.package/launch.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
DISTRO=$(uname -o)
4+
5+
if [ $DISTRO == Android ]; then
6+
export ZPHISHER_ROOT="/data/data/com.termux/files/usr/opt/zphisher"
7+
else
8+
export ZPHISHER_ROOT="/usr/opt/zphisher"
9+
fi
10+
11+
cd $ZPHISHER_ROOT
12+
bash ./zphisher.sh

Dockerfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
FROM alpine:latest
1+
FROM debian:latest
22
LABEL MAINTAINER="https://github.com/htr-tech/zphisher"
3+
34
WORKDIR /zphisher/
45
ADD . /zphisher
5-
RUN apk add --no-cache bash ncurses curl unzip wget php
6-
CMD "./zphisher.sh"
6+
7+
RUN apt update && \
8+
apt full-upgrade -y && \
9+
apt install -y curl unzip wget && \
10+
apt install --no-install-recommends -y php && \
11+
apt clean
12+
CMD ["./zphisher.sh"]

README.md

Lines changed: 49 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
<!-- Zphisher -->
22

33
<p align="center">
4-
<img src=".github/misc/logo.png">
4+
<img src=".imgs/logo.png">
55
</p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/Version-2.3.0-green?style=for-the-badge">
8+
<img src="https://img.shields.io/badge/Version-2.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">
1212
<img src="https://img.shields.io/github/forks/htr-tech/zphisher?color=teal&style=for-the-badge">
1313
</p>
1414

1515
<p align="center">
16-
<img src="https://img.shields.io/badge/Author-htr--tech-blue?style=flat-square&edge_flat=false">
17-
<img src="https://img.shields.io/badge/Open%20Source-Yes-darkgreen?style=flat-square&edge_flat=false">
18-
<img src="https://img.shields.io/badge/Maintained%3F-Yes-lightblue?style=flat-square&edge_flat=false">
19-
<img src="https://img.shields.io/badge/Written%20In-Bash-darkcyan?style=flat-square&edge_flat=false">
20-
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fhtr-tech%2Fzphisher&title=Visitors&edge_flat=false"/></a>
16+
<img src="https://img.shields.io/badge/Author-HTR--Tech-cyan?style=flat-square">
17+
<img src="https://img.shields.io/badge/Open%20Source-Yes-cyan?style=flat-square">
18+
<img src="https://img.shields.io/badge/Written%20In-Bash-cyan?style=flat-square">
2119
</p>
2220

23-
<p align="center"><b>A beginners friendly, Automated phishing tool with 30+ templates.</b></p>
21+
<p align="center">A beginners friendly, Automated phishing tool with 30+ templates.</p>
2422

2523
##
2624

@@ -39,133 +37,73 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
3937
### Features
4038

4139
- Latest and updated login pages.
40+
- Mask URL support
4241
- Beginners friendly
42+
- Docker support (checkout `docker-legacy` branch)
4343
- Multiple tunneling options
4444
- Localhost
45-
- Ngrok
46-
- Cloudflared
47-
- LocalXpose
48-
- Mask URL support
49-
- Docker support
45+
- Ngrok (With or without hotspot)
46+
- Cloudflared (Alternative of Ngrok)
5047

51-
##
5248

5349
### Installation
5450

5551
- Just, Clone this repository -
56-
```
57-
git clone --depth=1 https://github.com/htr-tech/zphisher.git
58-
```
52+
```
53+
$ git clone https://github.com/htr-tech/zphisher.git
54+
```
5955

60-
- Now go to cloned directory and run `zphisher.sh` -
61-
```
62-
$ cd zphisher
63-
$ bash zphisher.sh
64-
```
65-
66-
- On first launch, It'll install the dependencies and that's it. ***Zphisher*** is installed.
67-
68-
##
56+
- Change to cloned directory and run `zphisher.sh` -
57+
```
58+
$ cd zphisher
59+
$ bash zphisher.sh
60+
```
6961

70-
### Installation via ".deb" file
71-
72-
- Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest)
73-
- If you are using ***termux*** then download the `*_termux.deb`
74-
75-
- Install the `.deb` file by executing
76-
```
77-
apt install <your path to deb file>
78-
```
79-
Or
80-
```
81-
$ dpkg -i <your path to deb file>
82-
$ apt install -f
83-
```
84-
85-
##
62+
- On first launch, It'll install the dependencies and that's it. `Zphisher` is installed.
8663

8764
### Run on Docker
65+
```
66+
$ docker pull htrtech/zphisher
67+
$ docker run --rm -it htrtech/zphisher
68+
```
8869

89-
- Docker Image Mirror:
90-
- **DockerHub** :
91-
```
92-
docker pull htrtech/zphisher
93-
```
94-
- **GHCR** :
95-
```
96-
docker pull ghcr.io/htr-tech/zphisher:latest
97-
```
98-
99-
- By using the wrapper script [**run-docker.sh**](https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh)
100-
101-
```
102-
$ curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh
103-
$ bash run-docker.sh
104-
```
105-
- Temporary Container
106-
107-
```
108-
docker run --rm -ti htrtech/zphisher
109-
```
110-
- Remember to mount the `auth` directory.
111-
112-
##
113-
114-
<details>
115-
<summary><h3>Dependencies</h3></summary>
70+
### Dependencies
11671

117-
<b>Zphisher</b> requires following programs to run properly -
118-
- `git`
119-
- `curl`
72+
**`Zphisher`** requires following programs to run properly -
12073
- `php`
74+
- `wget`
75+
- `curl`
76+
- `git`
12177

122-
> All the dependencies will be installed automatically when you run **Zphisher** for the first time.
123-
</details>
124-
125-
<details>
126-
<summary><h3>Tested on</h3></summary>
78+
> All the dependencies will be installed automatically when you run `Zphisher` for the first time.
12779
128-
- **Ubuntu**
129-
- **Debian**
130-
- **Arch**
131-
- **Manjaro**
132-
- **Fedora**
133-
- **Termux**
134-
</details>
80+
> Supported Platform : **`Termux`**, **`Ubuntu/Debian/Kali/Parrot`**, **`Arch Linux/Manjaro`**, **`Fedora`**
13581
13682
##
13783

138-
<h3 align="center"><i>:: Workflow ::</i></h3>
84+
<h3 align="center">
85+
:: Workflow ::
86+
</h3>
13987
<p align="center">
140-
<img src=".github/misc/workflow.gif"/>
88+
<img src=".imgs/wf.gif"/>
14189
</p>
14290

143-
##
91+
### Special Thanks :
92+
93+
- [**Aditya Shakya**](https://github.com/adi1090x)
94+
- [**1RaY-1**](https://github.com/1RaY-1)
95+
- [**Yisus7u7**](https://github.com/Yisus7u7)
96+
- [**sepp0**](https://github.com/sepp0)
97+
- [**AliMilani**](https://github.com/AliMilani)
98+
- [**TheLinuxChoice**](https://twitter.com/linux_choice)
99+
- [**DarksecDevelopers**](https://github.com/DarksecDevelopers)
100+
- [**Moises Tapia**](https://github.com/MoisesTapia)
144101

145-
### Find Me on:
102+
103+
### Find Me on :
146104
<p align="left">
147-
<a href="https://tahmidrayat.is-a.dev" target="_blank"><img src="https://img.shields.io/badge/Socials-grey?style=for-the-badge&logo=linktree"></a>
148-
<a href="https://github.com/htr-tech" target="_blank"><img src="https://img.shields.io/badge/Github-blue?style=for-the-badge&logo=github"></a>
105+
<a href="https://github.com/htr-tech" target="_blank"><img src="https://img.shields.io/badge/Github-HTR--TECH-green?style=for-the-badge&logo=github"></a>
106+
<a href="https://www.instagram.com/tahmid.rayat" target="_blank"><img src="https://img.shields.io/badge/IG-%40tahmid.rayat-red?style=for-the-badge&logo=instagram"></a>
107+
<a href="https://m.me/tahmid.rayat.official" target="_blank"><img src="https://img.shields.io/badge/Chat-Messenger-blue?style=for-the-badge&logo=messenger"></a>
149108
</p>
150109

151-
152-
### *Thanks to all contributors*:
153-
154-
<table>
155-
<tr align="center">
156-
<td><a href="https://github.com/1RaY-1"><img src="https://avatars.githubusercontent.com/u/78962948?s=100" /><br /><sub><b>1RaY-1</b></sub></a></td>
157-
<td><a href="https://github.com/adi1090x"><img src="https://avatars.githubusercontent.com/u/26059688?s=100" /><br /><sub><b>Aditya Shakya</b></sub></a></td>
158-
<td><a href="https://github.com/AliMilani"><img src="https://avatars.githubusercontent.com/u/59066012?s=100" /><br /><sub><b>Ali Milani</b></sub></a></td>
159-
<td><a href="https://github.com/Meht-evaS"><img src="https://avatars.githubusercontent.com/u/57435273?s=100" /><br /><sub><b>AmnesiA</b></sub></a></td>
160-
<td><a href="https://github.com/KasRoudra"><img src="https://avatars.githubusercontent.com/u/78908440?s=100" /><br /><sub><b>KasRoudra</b></sub></a></td>
161-
</tr>
162-
<tr align="center">
163-
<td><a href="https://github.com/MoisesTapia"><img src="https://avatars.githubusercontent.com/u/28166400?s=100" /><br /><sub><b>Moises Tapia</b></sub></a></td>
164-
<td><a href="https://github.com/BDhackers009"><img src="https://avatars.githubusercontent.com/u/67186139?s=100" /><br /><sub><b>Mustakim Ahmed</b></sub></a></td>
165-
<td><a href="https://github.com/sepp0"><img src="https://avatars.githubusercontent.com/u/36642137?s=100" /><br /><sub><b>sepp0</b></sub></a></td>
166-
<td><a href="https://github.com/TripleHat"><img src="https://avatars.githubusercontent.com/u/68332137?s=100" /><br /><sub><b>TripleHat</b></sub></a></td>
167-
<td><a href="https://github.com/Yisus7u7"><img src="https://avatars.githubusercontent.com/u/64093255?s=100" /><br /><sub><b>Yisus7u7</b></sub></a></td>
168-
</tr>
169-
<table>
170-
171-
<!-- // -->

0 commit comments

Comments
 (0)