Digital Forensics: Exploring OhSINT Techniques — A TryHackMe Room Walkthrough

Aathil Ducky
3 min readJun 1, 2024

--

OhSINT Tryhackme

Forensics-related CTFS are one of my favorites. I thought I could post this as a blog on my website. In this, I have used more images so it can be easily understood.

OhSINT Tryhackme

CTF Link

After downloading the task file from tryhackme we need a tool to forensics it so we can use the exiftool. Use the below command to install this Exiftool.

$ sudo apt install exiftool
install exiftool for tryhackme osint

This Exiftool helps you to view the Exif information of an image. Exif information is the metadata of an image. This includes date, time, size, device, resolution, …etc.

To view the image’s exif informations

$ exiftool image_name
tryhackme exif information

A name is available in copyright. By doing this social engineering, we are likely to get some sensitive information

ohsint tryhackme OWoodflint

lets google that name

tryhackeme OWoodflint public information

First, the answer to the first question was found on the twitter page.

tryhacke me OWoodflint users avatar

what is this users avatar of ?

: cat

See the tweet made by this cat in which BSSID is given as free wifi and you can find its location using this

tryhackme ohsint OWoodflint twitter tweet, Bssid: B4:5D:50:AA:86:41

Use wigle.net website to find location using this bssid.

wigle find location of OWoodflint B4:5D:50:AA:86:41

In wigle.net website you can get the location of cat by passing bssid as input and filtering

tryhackme ohsint what city is person in

what city is person in?

: london

You can zoom in on this map and get the answer to the next question.

Next, I found the email address available when I went to the github link of cat

OWoodflint email address tryhackme ohsint

what site did you find his email address

: github

Next let’s go to cat’s wordpress where she mentions she is in new york. So he might have gone to New York for a holiday

tryhackme ohsint where he gone on holiday OWoodflint

final answer (password)

tryhackme ohsint OWoodflint password

As an elementary education student studying penetration testing, I am currently reading some books. If you are a beginner in penetration testing, then these books will be very useful for you.

--

--

Aathil Ducky

👨‍💻 Aathil Ducky | CS Student & Python Programmer | Sharing Insights on Medium 🕵️‍♂️