• 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

Save image as Type contains malicious code: Remove immediately before losing money unfairly!
Network

Save image as Type contains malicious code: Remove immediately before losing money unfairly!

March 19, 2026
Instructions on how to register a .co.uk domain name for free for 1 year
Network

Instructions on how to register a .co.uk domain name for free for 1 year

March 12, 2026
How to Setup Paperclip AI: Create a Company for AI Agent
Network

How to Setup Paperclip AI: Create a Company for AI Agent

March 12, 2026
Compilation of free and cheap APIs to run OpenClaw stably
Network

Compilation of free and cheap APIs to run OpenClaw stably

March 10, 2026
3 Services to Determine IP Location for Website (IP Geolocation API)
Network

3 Services to Determine IP Location for Website (IP Geolocation API)

March 10, 2026
How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z
Network

How to buy a .STORE domain name for 1 USD (2026): Detailed instructions from A–Z

March 3, 2026
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

Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

April 13, 2026
How to change the default font on Windows 10

How to change the default font on Windows 10

April 13, 2026
5 tips for using a Browser to replace an App (helps save RAM, time and money)

5 tips for using a Browser to replace an App (helps save RAM, time and money)

April 13, 2026
How to add WiFi Bluetooth button to iPhone home screen

How to add WiFi Bluetooth button to iPhone home screen

April 13, 2026
Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

April 13, 2026
How to change the default font on Windows 10

How to change the default font on Windows 10

April 13, 2026
5 tips for using a Browser to replace an App (helps save RAM, time and money)

5 tips for using a Browser to replace an App (helps save RAM, time and money)

April 13, 2026
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

Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

Complete set of AI training materials from the Ministry of Education at all levels (Elementary – High School)

April 13, 2026
How to change the default font on Windows 10

How to change the default font on Windows 10

April 13, 2026
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

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