Advent of Cyber 2025: Day 2 Writeup | TryHackMe
Published: (December 2, 2025 at 11:38 PM EST)
2 min read
Source: Dev.to
Source: Dev.to
Setup
- TryHackMe provides a GUI Attackbox (1 hour daily) and an unrestricted Targetbox.
- You can also use your own laptop or a Linux VM in VirtualBox as the Attackbox.
- For options 2 and 3 you must be on the same network as the Targetbox, so install OpenVPN and import TryHackMe’s
.ovpnconfiguration file. - For today’s tasks it’s easiest to use the provided Attackbox, which already includes a
server.pyfile and many useful tools.
Running the Python Server
-
Start the server in the Attackbox:
python3 server.py -
Open a new terminal (or browser) tab to continue working.
- Switch between tabs with
Alt+1/Alt+2(orCtrl+Tabon your own machine). - The server will keep running in its own tab and will print any responses from the victim.
- Switch between tabs with
Using SEToolkit
- When SEToolkit launches, wait a moment if the 1 2 3 4 options don’t appear immediately.
- If
Ctrl+Vdoesn’t paste, useCtrl+Shift+Vinstead.
Task 2 – Login
- Open Firefox (or any browser) on the Attackbox.
- Navigate to the login page shown in the room.
- Use the obvious credentials provided in the task description (e.g.,
admin/password).
Security Awareness
- Phishing tip: If an email urges you to act immediately or asks for a code/PIN/OTP, pause and verify the request.
- Visual tricks (e.g., low‑contrast text) can fool users on phones or with reduced eyesight.
Further Reading
- So you think you’ve been hacked by a sophisticated hacking group, what next? – InsiderPHD