1
1
<!-- Zphisher -->
2
2
3
3
<p align =" center " >
4
- <img src =" .github/misc /logo.png " >
4
+ <img src =" .imgs /logo.png " >
5
5
</p >
6
6
7
7
<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 " >
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-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 " >
21
19
</p >
22
20
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 >
24
22
25
23
##
26
24
@@ -39,133 +37,73 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati
39
37
### Features
40
38
41
39
- Latest and updated login pages.
40
+ - Mask URL support
42
41
- Beginners friendly
42
+ - Docker support (checkout ` docker-legacy ` branch)
43
43
- Multiple tunneling options
44
44
- 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)
50
47
51
- ##
52
48
53
49
### Installation
54
50
55
51
- 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
+ ```
59
55
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
+ ```
69
61
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.
86
63
87
64
### Run on Docker
65
+ ```
66
+ $ docker pull htrtech/zphisher
67
+ $ docker run --rm -it htrtech/zphisher
68
+ ```
88
69
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
116
71
117
- <b>Zphisher</b> requires following programs to run properly -
118
- - `git`
119
- - `curl`
72
+ ** ` Zphisher ` ** requires following programs to run properly -
120
73
- ` php `
74
+ - ` wget `
75
+ - ` curl `
76
+ - ` git `
121
77
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.
127
79
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 ` **
135
81
136
82
##
137
83
138
- <h3 align="center"><i>:: Workflow ::</i></h3>
84
+ <h3 align =" center " >
85
+ :: Workflow ::
86
+ </h3 >
139
87
<p align =" center " >
140
- <img src=".github/misc/workflow .gif"/>
88
+ <img src =" .imgs/wf .gif " />
141
89
</p >
142
90
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 )
144
101
145
- ### Find Me on:
102
+
103
+ ### Find Me on :
146
104
<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 >
149
108
</p >
150
109
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