Skip to content

Commit a003d09

Browse files
committed
Improved
1 parent 529596c commit a003d09

File tree

2 files changed

+586
-603
lines changed

2 files changed

+586
-603
lines changed

README.md

Lines changed: 68 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,85 @@
1-
<p align="left">
2-
<a href="#"><img title="Made in Bangladesh" src="https://img.shields.io/badge/MADE%20IN-BANGLADESH-green?colorA=%23ff0000&colorB=%23017e40&style=for-the-badge"></a>
3-
</p>
1+
<!-- Zphisher -->
2+
43
<p align="center">
5-
<a href="#"><img title="Zphisher" src="https://raw.githubusercontent.com/htr-tech/release-download/master/images/banner/zphisher.png"></a>
4+
<img src=".imgs/logo.png">
65
</p>
6+
77
<p align="center">
8-
<a href="https://github.com/htr-tech"><img title="Author" src="https://img.shields.io/badge/Author-htr--tech-red.svg?style=for-the-badge&logo=github"></a>
9-
<a href="#"><img title="Open Source" src="https://img.shields.io/badge/Open%20Source-%E2%9D%A4-green?style=for-the-badge"></a>
8+
<img src="https://img.shields.io/badge/Version-2.1-green?style=for-the-badge">
9+
<img src="https://img.shields.io/github/license/htr-tech/zphisher?style=for-the-badge">
10+
<img src="https://img.shields.io/github/stars/htr-tech/zphisher?style=for-the-badge">
11+
<img src="https://img.shields.io/github/issues/htr-tech/zphisher?color=red&style=for-the-badge">
12+
<img src="https://img.shields.io/github/forks/htr-tech/zphisher?color=teal&style=for-the-badge">
1013
</p>
14+
1115
<p align="center">
12-
<a href="#"><img title="Version" src="https://img.shields.io/badge/Version-2.0-green.svg?style=flat-square"></a>
13-
<a href="#"><img title="Language" src="https://badges.frapsoft.com/bash/v1/bash.png?v=103"></a>
14-
<a href="https://github.com/htr-tech/followers"><img title="Followers" src="https://img.shields.io/github/followers/htr-tech?color=blue&style=flat-square"></a>
15-
<a href="https://github.com/htr-tech/zphisher/stargazers/"><img title="Stars" src="https://img.shields.io/github/stars/htr-tech/zphisher?color=red&style=flat-square"></a>
16-
<a href="https://github.com/htr-tech/zphisher/network/members"><img title="Forks" src="https://img.shields.io/github/forks/htr-tech/zphisher?color=red&style=flat-square"></a>
17-
<a href="https://github.com/htr-tech/zphisher/watchers"><img title="Watching" src="https://img.shields.io/github/watchers/htr-tech/zphisher?label=Watchers&color=blue&style=flat-square"></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/Made%20In-Bangladesh-cyan?style=flat-square">
19+
<img src="https://img.shields.io/badge/Written%20In-Bash-cyan?style=flat-square">
1820
</p>
1921

20-
## Installation :
22+
<p align="center">A beginners friendly, Automated phishing tool with 30+ logins.</p>
23+
24+
##
25+
26+
### Features
27+
28+
- Latest and updated login pages.
29+
- Mask URL support
30+
- Beginners friendly
31+
- Docker support (checkout `docker-legacy` branch)
32+
- Multiple tunneling options
33+
- Localhost
34+
- Ngrok (With or without hotspot)
35+
36+
### Dependencies
37+
38+
**`Zphisher`** requires following programs to run properly -
39+
- `php`
40+
- `wget`
41+
- `curl`
42+
- `git`
43+
44+
> All the dependencies will be installed automatically when you run `Zphisher` for the first time.
45+
> Supported Platform : **`Termux`**, **`Ubuntu/Debian/Kali`**, **`Arch Linux/Manjaro`**, **`Fedora`**
2146
22-
* `apt update`
23-
* `apt install git curl php wget -y`
24-
* `git clone git://github.com/htr-tech/zphisher.git`
25-
* `cd zphisher`
26-
#### > Run : `bash zphisher.sh`
2747

28-
## Single Command :
48+
### Installation
49+
50+
- Just, Clone this repository -
2951
```
30-
apt update ; apt install git curl wget php -y ; git clone git://github.com/htr-tech/zphisher.git ; cd zphisher ; bash zphisher.sh
52+
$ git clone git://github.com/htr-tech/zphisher.git
3153
```
32-
<br>
33-
<p align="center">
34-
<img width="40%" src="https://raw.githubusercontent.com/htr-tech/release-download/master/images/zphisher1.png"/>
35-
<img width="42%" src="https://raw.githubusercontent.com/htr-tech/release-download/master/images/zphisher02.png"/>
36-
</p>
3754

38-
### <<< If you copy , Then Give me The Credits >>>
55+
- Change to cloned directory and run `zphisher.sh` -
56+
```
57+
$ cd zphisher
58+
$ bash zphisher.sh
59+
```
3960

40-
## Features :
41-
#### [+] Latest Login Pages !
42-
#### [+] Mask URL Added !
43-
#### [+] Easy for Beginners !
61+
- On first launch, It'll install the dependencies and that's it. `Zphisher` is installed.
4462

45-
## Thanks :
46-
#### > TheLinuxChoice (https://github.com/thelinuxchoice)
47-
#### > DarksecDevelopers (https://github.com/DarksecDevelopers)
48-
#### > Moises Tapia (https://github.com/MoisesTapia)
63+
##
4964

50-
## Tunelling Options :
51-
#### > Localhost
52-
#### > NGROK Hotspot
53-
#### > NGROK No Hotspot
65+
<h3 align="center">
66+
:: Workflow ::
67+
</h3>
68+
<p align="center">
69+
<img src=".imgs/wf.gif"/>
70+
</p>
71+
72+
### Special Thanks :
73+
74+
- [**TheLinuxChoice**](https://github.com/thelinuxchoice)
75+
- [**DarksecDevelopers**](https://github.com/DarksecDevelopers)
76+
- [**Moises Tapia**](https://github.com/MoisesTapia)
5477

55-
## Find Me on :
56-
[![Github](https://img.shields.io/badge/Github-HTR--TECH-green?style=for-the-badge&logo=github)](https://github.com/htr-tech)
57-
[![Instagram](https://img.shields.io/badge/IG-%40tahmid.rayat-red?style=for-the-badge&logo=instagram)](https://www.instagram.com/tahmid.rayat)
58-
[![Messenger](https://img.shields.io/badge/Chat-Messenger-blue?style=for-the-badge&logo=messenger)](https://m.me/tahmid.rayat.official)
78+
> **`PS: If you copy my work, Then give me the credits.`**
5979
60-
#### Docker Added !! Checkout `docker-legacy` branch
80+
### Find Me on :
81+
<p align="left">
82+
<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>
83+
<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>
84+
<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>
85+
</p>

0 commit comments

Comments
 (0)