advent-of-cyber-2025

Room Link: https://tryhackme.com/room/phishing-aoc2025-h2tkye9fzU

▢️ John Hammond – Day 2 Video Walkthrough

We are providing the official Day 2 walkthrough video for quick onboarding:

πŸ”— YouTube Link: https://youtu.be/w8O8FcRgDXU?si=y_AI4wT_e4s6Bm1P


🎣 Advent of Cyber 2025 β€” Day 2 Write-Up

🧩 Social Engineering & Phishing

banner β€”

🧠 Social Engineering β€” Quick Overview

Social engineering is human hacking β€” manipulating people into making security mistakes like:

Attackers exploit urgency, fear, curiosity, authority, and carelessness.
It has nothing to do with hacking computers β€” it’s about hacking people.


🎯 Phishing

Phishing = social engineering through messages (email, SMS, QR codes, phone calls, DMs).

Goal:
πŸ‘‰ Make the victim click, open, or reply, so the attacker can steal credentials, money, or access.


🧠 Anti-Phishing Mnemonic: S.T.O.P.

1️⃣ First S.T.O.P. β€” Ask Yourself

2️⃣ Second S.T.O.P. β€” Do This

If you just follow this, you avoid 90% of phishing attacks.


πŸͺ€ Building the Trap β€” Fake Login Page

The attacker hosts a fake TBFC login portal using:

./server.py

1serverisrunning

Any submitted credentials appear directly in your terminal β€” no database needed.


πŸ“§ Delivering the Phish Using S.E.T. (Social-Engineer Toolkit)

Launch the tool:

setoolkit

2setoolkit

Choose:

1) Social-Engineering Attacks
5) Mass Mailer Attack
1) Single Email Address

3SEattacks 4final

Required Inputs

Prompt Value
Send to factory@wareville.thm
Use server/open relay 2
From address updates@flyingdeer.thm
From name Flying Deer
SMTP server target-ip
SMTP port 25
High priority no
Attach file n
Inline file n
Subject Shipping Schedule Changes

πŸ“œ Email Body (Plaintext)

Hello,
Kindly note that there have been significant changes to the shipping schedules due to increased shipping orders.
Please confirm the new schedule by visiting http://10.49.101.188:8000
Best regards,
Flying Deer
END

5mail

<p>SET sends the email to the target machine and it (AI-Agent) will automatically click the url and enter the creds that will come to us on our attacker machine. Your server terminal immediately shows the captured credentials.</p>

6logs


βœ… Challenge Answers

1️⃣ TBFC Portal Password

unranked-wisdom-anthem

2️⃣ Total Toys Expected for Delivery

Visit:

http://<target-ip>

Use harvested creds β†’ read mailbox β†’ find shipment stats.

7loginpage 8final

Answer:

1984000

πŸŽ… Keep practicing β€” phishing kills companies more often than malware.
πŸ” Stay alert, stay skeptical, stay safe.