Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.mk #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Zphisher -->
<!-- iphisher -->

<p align="center">
<img src=".github/misc/logo.png">
Expand Down Expand Up @@ -53,40 +53,40 @@ It only demonstrates "how phishing works". <b>You shall not misuse the informati

- Just, Clone this repository -
```
git clone --depth=1 https://github.com/htr-tech/zphisher.git
git clone --depth=1 https://github.com/mk-tech/iphisher.git
```

- Now go to cloned directory and run `zphisher.sh` -
- Now go to cloned directory and run `iphisher.sh` -
```
$ cd zphisher
$ bash zphisher.sh
$ cd iphisher
$ bash iphisher.sh
```

- On first launch, It'll install the dependencies and that's it. ***Zphisher*** is installed.
- On first launch, It'll install the dependencies and that's it. ***iphisher*** is installed.

##

### Installation (Termux)
You can easily install zphisher in Termux by using tur-repo
You can easily install iphisher in Termux by using tur-repo
```
$ pkg install tur-repo
$ pkg install zphisher
$ zphisher
$ pkg install iphisher
$ iphisher
```
### A Note :
***Termux discourages hacking*** .. So never discuss anything related to *zphisher* in any of the termux discussion groups. For more check : [wiki](https://wiki.termux.com/wiki/Hacking)
***Termux discourages hacking*** .. So never discuss anything related to *iphisher* in any of the termux discussion groups. For more check : [wiki](https://wiki.termux.com/wiki/Hacking)

##

<p align="left">
<a href="https://shell.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/htr-tech/zphisher.git&tutorial=README.md" target="_blank"><img src="https://gstatic.com/cloudssh/images/open-btn.svg"></a>
<a href="https://shell.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/mk-tech/zphisher.git&tutorial=README.md" target="_blank"><img src="https://gstatic.com/cloudssh/images/open-btn.svg"></a>
</p>

##

### Installation via ".deb" file

- Download `.deb` files from the [**Latest Release**](https://github.com/htr-tech/zphisher/releases/latest)
- Download `.deb` files from the [**Latest Release**](https://github.com/mk-tech/iphisher/releases/latest)
- If you are using ***termux*** then download the `*_termux.deb`

- Install the `.deb` file by executing
Expand All @@ -106,23 +106,23 @@ $ zphisher
- Docker Image Mirror:
- **DockerHub** :
```
docker pull htrtech/zphisher
docker pull htrtech/iphisher
```
- **GHCR** :
```
docker pull ghcr.io/htr-tech/zphisher:latest
docker pull ghcr.io/htr-tech/iphisher:latest
```

- By using the wrapper script [**run-docker.sh**](https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh)
- By using the wrapper script [**run-docker.sh**](https://raw.githubusercontent.com/mk-tech/iphisher/master/run-docker.sh)

```
$ curl -LO https://raw.githubusercontent.com/htr-tech/zphisher/master/run-docker.sh
$ curl -LO https://raw.githubusercontent.com/Mk-tech/iphisher/master/run-docker.sh
$ bash run-docker.sh
```
- Temporary Container

```
docker run --rm -ti htrtech/zphisher
docker run --rm -ti mktech/iphisher
```
- Remember to mount the `auth` directory.

Expand All @@ -131,12 +131,12 @@ $ zphisher
<details>
<summary><h3>Dependencies</h3></summary>

<b>Zphisher</b> requires following programs to run properly -
<b>iphisher</b> requires following programs to run properly -
- `git`
- `curl`
- `php`

> All the dependencies will be installed automatically when you run **Zphisher** for the first time.
> All the dependencies will be installed automatically when you run **iphisher** for the first time.
</details>

<details>
Expand Down