Zphisher - Phishing Website Tool: Difference between revisions

From Elvis Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
== Requirements ==
== Requirements ==


* Operating system: Ubuntu 22.04 LTS (Jammy Jellyfish) 64-bit  -  (it does work on other versions too, this was the used version)
* Operating system: Ubuntu 22.04 LTS (Jammy Jellyfish) 64-bit  -  (it does work on other versions too, this was the used one)
 
* Git dependecies: sudo apt-get install git
 
In order to complete these steps, you must have followed [[Some Other Documentation]] before.


== Description ==
== Description ==
Line 14: Line 12:
=== Step 1 ===
=== Step 1 ===


Enter these commands in the shell
The tool is available on GitHub. Thus, we have to clone it on our machine with following command:


echo foo
*git clone https://github.com/htr-tech/zphisher.git
echo bar
 
[[File:Zphisher_2.PNG]]


=== Step 2 ===
=== Step 2 ===


Make sure to read
A "Zphisher" directory will appear. If we navigate two times into this directory (with cd command), we will see following bash file:


* War and Peace
*zphisher.sh
* Lord of the Rings
* The Baroque Cycle


== Used Hardware ==
[[File:Zphisher_3.PNG]]


[[Device to be used with this documentation]]
=== Step 3 ===
[[Maybe another device to be used with this documentation]]


== Courses ==
With this command:


* [[A course where this documentation was used]] (2017, 2018)
*bash zphisher.sh
* [[Another one]] (2018)


== References ==
the tool can be started. Following page will appear, where we can select a website to clone:
 
[[File:Zphisher_4.PNG]]
 
=== Step 4 ===
 
For this example, we will input the number 8 in order to clone Twitter. The next question is the port forwarding service, for which we will use Cloudflared, thus number 2. We will be asked whether we want a custom port. This is not neccessary, so input "N". The same applies for the question if we want to mask the URL or not -> "N"
 
=== Step 5 ===
 
The setup is now finished and we get a page with the link, with which we can access the fake website on any machine.
 
[[File:Zphisher_5.PNG]]
 
The fake Twitter website looks like following:
 
[[File:Zphisher_6.PNG]]
 
=== Step 6 ===
 
When entering credentials and pressing "Log in", the tool will detect these and print them out. They are saved in a file "auth/usernames.dat". Besides the credentials, the IP-address of the victim is printed out too and saved in "auth/ip-txt".
 
[[File:Zphisher_7.PNG]]


* https://wikipedia.org
[[File:Zphisher_8.PNG]]
* https://google.com


[[Category:Documentation]]
[[Category:Documentation]]
== References ==
*https://github.com/htr-tech/zphisher

Latest revision as of 20:51, 19 December 2024

Summary

Zphisher is a Software-Tool that allows users to create and host fake website like Netflix.com, Linkedin.com and many more. Once created, a phishing can be shared with others. If victims put in their credentials in the fake website, the tool will capture and save them.

Requirements

  • Operating system: Ubuntu 22.04 LTS (Jammy Jellyfish) 64-bit - (it does work on other versions too, this was the used one)
  • Git dependecies: sudo apt-get install git

Description

Step 1

The tool is available on GitHub. Thus, we have to clone it on our machine with following command:

Step 2

A "Zphisher" directory will appear. If we navigate two times into this directory (with cd command), we will see following bash file:

  • zphisher.sh

Step 3

With this command:

  • bash zphisher.sh

the tool can be started. Following page will appear, where we can select a website to clone:

Step 4

For this example, we will input the number 8 in order to clone Twitter. The next question is the port forwarding service, for which we will use Cloudflared, thus number 2. We will be asked whether we want a custom port. This is not neccessary, so input "N". The same applies for the question if we want to mask the URL or not -> "N"

Step 5

The setup is now finished and we get a page with the link, with which we can access the fake website on any machine.

The fake Twitter website looks like following:

Step 6

When entering credentials and pressing "Log in", the tool will detect these and print them out. They are saved in a file "auth/usernames.dat". Besides the credentials, the IP-address of the victim is printed out too and saved in "auth/ip-txt".

References