Room Link: https://tryhackme.com/room/phishing-aoc2025-h2tkye9fzU
We are providing the official Day 2 walkthrough video for quick onboarding:
π YouTube Link: https://youtu.be/w8O8FcRgDXU?si=y_AI4wT_e4s6Bm1P
β
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 = 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.
If you just follow this, you avoid 90% of phishing attacks.
The attacker hosts a fake TBFC login portal using:
./server.py

Any submitted credentials appear directly in your terminal β no database needed.
Launch the tool:
setoolkit
![]()
Choose:
1) Social-Engineering Attacks
5) Mass Mailer Attack
1) Single Email Address

| 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 |
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

<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>

unranked-wisdom-anthem
Visit:
http://<target-ip>
Use harvested creds β read mailbox β find shipment stats.

Answer:
1984000
π
Keep practicing β phishing kills companies more often than malware.
π Stay alert, stay skeptical, stay safe.