• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to Install Phishing Gophish on Windows and Linux

AnonyViet by AnonyViet
January 26, 2023
in Network
0

Gophish is an open source phishing tool designed for pentesters and businesses to conduct phishing campaigns. It can support easy and quick setup. The purpose behind the development of this tool is to train security awareness by simulating real phishing attacks.

Join the channel Telegram of the AnonyViet 👉 Link 👈

Gophish: Phishing Source Code

Gophish features allow its users to set up and execute phishing attacks in an easy-to-use interface. This toolkit is very powerful and is also open source for anyone who wants to simulate meetings phishing attack. What is special is that it is designed for entrepreneurs and pentersters.

The foundation of Gophish is the JSON API, which makes phishing easier for sysadmins (system admins) and developers. Gophish uses the Gophish API to collect information for a specific campaign. You can also create an excel-like report. In the software, there are tools available such as landing pages, templates (sample campaigns), which help to create a fully automated simulation program for phishing. This feature is used to set up such campaigns that can run automatically throughout the year (sounds cool).

Feature:

  • Install with 1 click
  • Full REST API
  • Easy to use GUI
  • Cross-platform (Windows, macOS, Linux)
  • Python API Client
  • JSON API (with API documentation as well)
  • Templates & Landing Pages
  • Easily set up and execute phishing campaigns

Install Gophish on Linux

Gophish is very easy to install. That said, it took me more than a day to install it. But you don’t need to worry, I already have a guinea pig. All you need to do is follow the steps below.

  1. Open terminal
  2. Type command: sudo mkdir /opt/gophish. This command creates 2 directories, opt and gophish in the home directoryHow to Install Phishing Gophish on Windows and Linux 38
  3. Then you access the gophish folder with the command:cd /opt/gophishHow to Install Phishing Gophish on Windows and Linux 39
  4. Next, you download gophish with the command (replace 64bit to 32bit if you use 32bit Linux):sudo wget https://github.com/gophish/gophish/releases/download/v0.9.0/gophish-v0.9.0-linux-64bit.zipHow to Install Phishing Gophish on Windows and Linux 40
  5. Extract the downloaded file with the command: sudo unzip gophish-v0.9.0-linux-64bit.zipHow to Install Phishing Gophish on Windows and Linux 41
  6. You install tmux with the command: sudo apt-get install tmuxHow to Install Phishing Gophish on Windows and Linux 42
  7. Continue to enter the command: tmux new –s gophish *
  8. Finally enter the command: sudo ./gophish
    How to Install Phishing Gophish on Windows and Linux 43Nó mà hiện mấy dòng OK vậy là được rồi đó. Mấy dòng ởở dưới đừng để ý.

Install Gophish on Windows

  1. Go to gophish download page. Choose the 32 or 64bit version depending on your system.How to Install Phishing Gophish on Windows and Linux 44
  2. Unzip the downloaded file.How to Install Phishing Gophish on Windows and Linux 45
  3. Right-click the gophish.exe file and select Run as Adminstrator.How to Install Phishing Gophish on Windows and Linux 46
  4. If Windows blocks the installation, press More Info -> Run anyway
  5. If it shows this message, choose yes. Firewall is blocking gophish from accessing the network.How to Install Phishing Gophish on Windows and Linux 47

So that’s it then.

How to use Gophish

You can access the link: 127.0.0.1:3333. If you cannot access the link, it means that during the start of the gophish file, there was an error. The best way that I usually do to fix it is to restart the computer. How to Install Phishing Gophish on Windows and Linux 48

Username is admin, and password is gophish. Your browser will warn you about this page, but don’t worry just keep browsing.

1. Create Users & Groups – Phishing Objects

How to Install Phishing Gophish on Windows and Linux 49

Users & Group is the group of objects you will send phishing mail to.How to Install Phishing Gophish on Windows and Linux 50

Mail plays a role victim to be [email protected]. After filling in the information, press Add. You can also add many other email victims, unlimited. Finally press Save Changes.

2. Email Templates – Phising email content

How to Install Phishing Gophish on Windows and Linux 51

How to Install Phishing Gophish on Windows and Linux 52

Then you go to your main email. Go to the category -> Social networks, find some great mail. I found google mail. You can also search for email from youtube, google, etc. or whatever. Depends on what you want to phishing. Here, I phishing gmail.How to Install Phishing Gophish on Windows and Linux 53

Tap the 3 dots, select “Show original message” or “Show original”. You will be redirected to another page. On this page, press “copy to clipboard” or “copy to clipboard”.

Next go back to the gophishing page, press Import Email.

How to Install Phishing Gophish on Windows and Linux 54

Paste the content you just copied here. Then press Import. Change the content of the email so that it is attractive and real. This is the email content I have changed.How to Install Phishing Gophish on Windows and Linux 55

After changing the content, press Save Changes.

3. Landing Page – Create a phishing page

Press New Page -> Import Site. You paste the link of the page you want to create phishing into. For example, here I get the link of the page Google login.

How to Install Phishing Gophish on Windows and Linux 56

After Import accomplished. Press Capture Submitted Data. You paste the link you just imported into the section Redirect to.How to Install Phishing Gophish on Windows and Linux 57

Finally press Save Page.

4. Sending Profiles – Create mail attackerHow to Install Phishing Gophish on Windows and Linux 58

This is the email that plays the role attacker: [email protected]. This mail will send phishing emails to the victim you added in Users & Groups.You can change other parts, but the Host part cannot be changed. That host only applies to google mail. Emails ending in @gmail.com are google mail.

After changing, scroll down and select Send Test Email.How to Install Phishing Gophish on Windows and Linux 59

Enter the victim’s email, the rest of the boxes can write anything. Click Send.How to Install Phishing Gophish on Windows and Linux 60

If you get an error like the picture, go to this link. Login with attacker email. Turn on access rights. Then try Send Email again.

How to Install Phishing Gophish on Windows and Linux 61

It looks like it’s a success.

How to Install Phishing Gophish on Windows and Linux 62

Finally press Save Profile.

5. Campaigns – Launch the campaign

The place where the URL is filled in is the same as mine. Finally press Launch Campaign.How to Install Phishing Gophish on Windows and Linux 63

How to Install Phishing Gophish on Windows and Linux 64

This is the content of the email the victim will receive.How to Install Phishing Gophish on Windows and Linux 65

After the victim opens the email, he will receive the following content.How to Install Phishing Gophish on Windows and Linux 66

When the victim presses Check operation. The web will navigate to the phishing page you created first.How to Install Phishing Gophish on Windows and Linux 67

I will enter the attacker’s email as [email protected].

How to Install Phishing Gophish on Windows and Linux 68

Once logged in, return to the gophish page.How to Install Phishing Gophish on Windows and Linux 69

To see the email I just phished. Select Dashboard -> View Result.How to Install Phishing Gophish on Windows and Linux 70

How to Install Phishing Gophish on Windows and Linux 71

And this is the result.How to Install Phishing Gophish on Windows and Linux 72

I tried phishing Facebook but it didn’t work. If you can phishing Facebook, please comment to let me know.

Prevention

The way to prevent these phishing is also very simple:

  1. Think before clicking on someone else’s link. You should be suspicious though, I’ve lured a friend to a phishing site so I understand.
  2. Check the website address before filling in the user and password.How to Install Phishing Gophish on Windows and Linux 73
  3. If you are too lazy, install browser protection extensions like J2team, ….

If you support, I will make more articles on the topic of hacking, with real examples too.

The article achieved: 5/5 – (100 votes)

Tags: GophishinstallLinuxPhishingWindows
Previous Post

Lesson 42: How to convert Letters to Numbers in Excel

Next Post

How to Active Metasploit Pro to Exploit Vulnerabilities

AnonyViet

AnonyViet

Related Posts

Guide to self -creation socket5 on Ubuntu
Network

Guide to self -creation socket5 on Ubuntu

May 28, 2025
How to create a separate mtproto proxy to use Telegram when blocked
Network

How to create a separate mtproto proxy to use Telegram when blocked

May 25, 2025
Script backup database and website on telegram
Network

Script backup database and website on telegram

May 2, 2025
Create 64GB RAM 16 core for free on Google IDX
Network

Create 64GB RAM 16 core for free on Google IDX

April 13, 2025
What is VPS running Vietnamese software? What is the reason for installing Vietnamese software on VPS?
Network

What is VPS running Vietnamese software? What is the reason for installing Vietnamese software on VPS?

February 17, 2025
Create Ronin wallet to play pixels on VPS Windows
Network

Create Ronin wallet to play pixels on VPS Windows

February 17, 2025
Next Post
How to Active Metasploit Pro to Exploit Vulnerabilities

How to Active Metasploit Pro to Exploit Vulnerabilities

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

Instructions for receiving 80GB of free data from VinaPhone from August 15

Instructions for receiving 80GB of free data from VinaPhone from August 15

August 15, 2025
Online driving exam preparation: Support theory and practice

Online driving exam preparation: Support theory and practice

August 15, 2025
How to add application to your favorite bar

How to add application to your favorite bar

August 14, 2025
Wowhay.com – The door opens the world of modern knowledge and network culture

Wowhay.com – The door opens the world of modern knowledge and network culture

August 13, 2025
Instructions for receiving 80GB of free data from VinaPhone from August 15

Instructions for receiving 80GB of free data from VinaPhone from August 15

August 15, 2025
Online driving exam preparation: Support theory and practice

Online driving exam preparation: Support theory and practice

August 15, 2025
How to add application to your favorite bar

How to add application to your favorite bar

August 14, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Instructions for receiving 80GB of free data from VinaPhone from August 15

Instructions for receiving 80GB of free data from VinaPhone from August 15

August 15, 2025
Online driving exam preparation: Support theory and practice

Online driving exam preparation: Support theory and practice

August 15, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí mm88 8XBET mm88 trang chủ new88

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí mm88 8XBET mm88 trang chủ new88

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply