OhSINT — TryHackMe Walkthrough

 

OhSINT — TryHackMe Walkthrough






First of, we need to download the picture given in the above option.


After that download exiftool, in my case I've downloaded the Windows executable version


Exiftool: is a free and open-source program for reading, writing, and manipulating images, audio, video, and PDF metadata.


To run the tool, simply drag and drop the image file you wish to examine in Windows. Note I'm using the portable exiftool version.




The tool spits out a bunch of information about the image we downloaded like filetype, filename, GPS Position, copyright, etc.


Here, we get to know about the copyright which is in the name of OWoodflint. Let’s now search it on google and see whether we can find anything.




google search result of OWoodflint accounts: Twitter, blog, GitHub profile



Here, we go through each site and check whether we can find something useful.



Twitter:



1. What is this users avatar of?

cat


2. What city is this person in?

London


From the Twitter page, we find the BSSID on the Twitter profile, to find the location we need to use wigle.net


Just create an account in wigle.net and go to the view option then advanced search as shown below.




Paste in the BSSID into BSSID/MAC and then click on the query to see the result.

at the bottom, you can see the result such as map, net ID, SSID, etc. click on the map option to the result!


You can also find the location in GitHub profile too.




3. What’s the SSID of the WAP he connected to?

UnileverWiFi


4. What is his personal email address?

OWoodflint@gmail.com


5. What site did you find his email address on?

Github


6. Where has he gone on holiday?

New York


From blog site, he reveals his location. let's inspect the site.





7. What is this person’s password?

pennYDr0pper.!



ROOM COMPLETED!



Comments

Popular posts from this blog

GOAD Active Directory LAB Setup on a Windows host

My Short Analysis - Redline Infostealer

Regular expressions - Notes