1
1
<!-- Zphisher -->
2
2
3
3
<p align =" center " >
4
- <img src =" .imgs /logo.png " >
4
+ <img src =" .github/misc /logo.png " >
5
5
</p >
6
6
7
7
<p align =" center " >
8
- <img src =" https://img.shields.io/badge/Version-2.2 -green?style=for-the-badge " >
8
+ <img src =" https://img.shields.io/badge/Version-2.3.0 -green?style=for-the-badge " >
9
9
<img src =" https://img.shields.io/github/license/htr-tech/zphisher?style=for-the-badge " >
10
10
<img src =" https://img.shields.io/github/stars/htr-tech/zphisher?style=for-the-badge " >
11
11
<img src =" https://img.shields.io/github/issues/htr-tech/zphisher?color=red&style=for-the-badge " >
12
12
<img src =" https://img.shields.io/github/forks/htr-tech/zphisher?color=teal&style=for-the-badge " >
13
13
</p >
14
14
15
15
<p align =" center " >
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 " >
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 >
19
21
</p >
20
22
21
- <p align =" center " >A beginners friendly, Automated phishing tool with 30+ templates.</p >
23
+ <p align =" center " >< b > A beginners friendly, Automated phishing tool with 30+ templates.</ b > </p >
22
24
23
25
##
24
26
@@ -37,73 +39,133 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
37
39
### Features
38
40
39
41
- Latest and updated login pages.
40
- - Mask URL support
41
42
- Beginners friendly
42
- - Docker support (checkout ` docker-legacy ` branch)
43
43
- Multiple tunneling options
44
44
- Localhost
45
- - Ngrok (With or without hotspot)
46
- - Cloudflared (Alternative of Ngrok)
45
+ - Ngrok
46
+ - Cloudflared
47
+ - LocalXpose
48
+ - Mask URL support
49
+ - Docker support
47
50
51
+ ##
48
52
49
53
### Installation
50
54
51
55
- Just, Clone this repository -
52
- ```
53
- $ git clone https://github.com/htr-tech/zphisher.git
54
- ```
56
+ ```
57
+ git clone --depth=1 https://github.com/htr-tech/zphisher.git
58
+ ```
55
59
56
- - Change to cloned directory and run ` zphisher.sh ` -
57
- ```
58
- $ cd zphisher
59
- $ bash zphisher.sh
60
- ```
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
+ ##
61
69
62
- - On first launch, It'll install the dependencies and that's it. ` Zphisher ` is installed.
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
+ ##
63
86
64
87
### Run on Docker
65
- ```
66
- $ docker pull htrtech/zphisher
67
- $ docker run --rm -it htrtech/zphisher
68
- ```
69
88
70
- ### Dependencies
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.
71
111
72
- ** ` Zphisher ` ** requires following programs to run properly -
73
- - ` php `
74
- - ` wget `
75
- - ` curl `
112
+ ##
113
+
114
+ <details>
115
+ <summary><h3>Dependencies</h3></summary>
116
+
117
+ <b>Zphisher</b> requires following programs to run properly -
76
118
- `git`
119
+ - `curl`
120
+ - `php`
77
121
78
- > All the dependencies will be installed automatically when you run ` Zphisher ` for the first time.
122
+ > All the dependencies will be installed automatically when you run **Zphisher** for the first time.
123
+ </details>
79
124
80
- > Supported Platform : ** ` Termux ` ** , ** ` Ubuntu/Debian/Kali/Parrot ` ** , ** ` Arch Linux/Manjaro ` ** , ** ` Fedora ` **
125
+ <details>
126
+ <summary><h3>Tested on</h3></summary>
127
+
128
+ - **Ubuntu**
129
+ - **Debian**
130
+ - **Arch**
131
+ - **Manjaro**
132
+ - **Fedora**
133
+ - **Termux**
134
+ </details>
81
135
82
136
##
83
137
84
- <h3 align =" center " >
85
- :: Workflow ::
86
- </h3 >
138
+ <h3 align="center"><i>:: Workflow ::</i></h3>
87
139
<p align="center">
88
- <img src =" .imgs/wf .gif " />
140
+ <img src=".github/misc/workflow .gif"/>
89
141
</p>
90
142
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 )
101
-
143
+ ##
102
144
103
- ### Find Me on :
145
+ ### Find Me on:
104
146
<p align="left">
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 >
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>
108
149
</p>
109
150
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