Skip to content

Commit 4366b71

Browse files
committed
Added Docker
1 parent 57f2658 commit 4366b71

File tree

2 files changed

+34
-13
lines changed

2 files changed

+34
-13
lines changed

Dockerfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM debian:10
2+
LABEL MAINTAINER="https://github.com/htr-tech/zphisher"
3+
4+
WORKDIR zphisher/
5+
ADD . /zphisher
6+
7+
RUN apt-get update
8+
RUN apt-get install -y curl
9+
RUN apt-get install --no-install-recommends -y php
10+
RUN apt-get install -y unzip
11+
RUN apt-get clean
12+
RUN apt-get install -y wget
13+
14+
CMD ["./zphisher.sh"]

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<p align="center">
1616
<img src="https://img.shields.io/badge/Author-HTR--Tech-cyan?style=flat-square">
1717
<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">
18+
<img src="https://img.shields.io/badge/MADE%20IN-BANGLADESH-green?colorA=%23ff0000&colorB=%23017e40&style=flat-square">
1919
<img src="https://img.shields.io/badge/Written%20In-Bash-cyan?style=flat-square">
2020
</p>
2121

22-
<p align="center">A beginners friendly, Automated phishing tool with 30+ logins.</p>
22+
<p align="center">A beginners friendly, Automated phishing tool with 30+ templates.</p>
2323

2424
##
2525

@@ -33,17 +33,6 @@
3333
- Localhost
3434
- Ngrok (With or without hotspot)
3535

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`**
46-
4736

4837
### Installation
4938

@@ -60,6 +49,24 @@ $ bash zphisher.sh
6049

6150
- On first launch, It'll install the dependencies and that's it. `Zphisher` is installed.
6251

52+
### Run on Docker
53+
```
54+
$ docker pull htrtech/zphisher
55+
$ docker run --rm -it htrtech/zphisher
56+
```
57+
58+
### Dependencies
59+
60+
**`Zphisher`** requires following programs to run properly -
61+
- `php`
62+
- `wget`
63+
- `curl`
64+
- `git`
65+
66+
> All the dependencies will be installed automatically when you run `Zphisher` for the first time.
67+
68+
> Supported Platform : **`Termux`**, **`Ubuntu/Debian/Kali`**, **`Arch Linux/Manjaro`**, **`Fedora`**
69+
6370
##
6471

6572
<h3 align="center">

0 commit comments

Comments
 (0)