This room focuses on Open-Source Intelligence (OSINT) — collecting and analyzing information from publicly available sources such as social media, websites, and online tools. You’ll work with an image file to uncover hidden details, pivot across platforms, and answer seven questions.
-
Download Task Files
- Click the Download Task Files button in Task 1.
- File:
WindowsXP.jpg
-
Initial Inspection
- Viewing image properties directly gives no useful info.
Tool: ExifTool by Phil Harvey
-
Download the Windows executable.
-
Extract it into a folder (keep
WindowsXP.jpgin the same folder). -
Rename the application to
exiftool.exe. -
Open terminal in this folder:
- Shift + Right Click → Open in Terminal
-
Run:
exiftool.exe WindowsXP.jpg
-
From the output, note:
- Copyright info
- GPS coordinates
- Username:
OWoodflint
-
Google search:
OWoodflint -
Results found:
- GitHub
- WordPress blog
- Check Twitter profile → Avatar is a cat.
Answer:
cat
-
On Twitter, find a post mentioning:
Bssid: B4:5D:50:AA:86:41 -
Go to wigle.net → Advanced Search.
-
Enter the BSSID in Network Characteristics and query.
-
Map link shows location → London.
Answer: London
- Found in Wigle.net search results for the same BSSID.
Answer:
UnileverWiFi
-
Visit GitHub page: github.com/OWoodfl1nt/people_finder
-
Email listed:
OWoodflint@gmail.com
Answer: OWoodflint@gmail.com
Answer: GitHub
- Visit WordPress blog: oliverwoodflint.wordpress.com/author/owoodflint/
- Blog post mentions holiday in New York.
Answer: New York
- On the WordPress blog, open page source (
Ctrl+U) or select all text (Ctrl+A). - White-colored hidden text is revealed as the password.
Answer: (password found in hidden text)
| # | Question | Answer |
|---|---|---|
| 1 | User’s avatar | cat |
| 2 | City | London |
| 3 | SSID | UnileverWiFi |
| 4 | Personal email | OWoodflint@gmail.com |
| 5 | Site where email found | GitHub |
| 6 | Holiday location | New York |
| 7 | Password | (hidden text in blog source) |
- ExifTool – Extract image metadata
- wigle.net – BSSID to location lookup
- Google Search – Username enumeration
- GitHub – Public repo analysis
- WordPress – Content & source inspection