Solving Step 2 of Downtown Murderer without using reverse image search — Hacktoria

Euler Neto
4 min readJun 3, 2022

Hacktoria’s monthly CTF in May was Downtown Murderer. There were 6 steps and I will focus in Step 2, which consists in geolocate three images. I will show how I was able to find the locations without using Google Lens and/or Reverse Image Search.

The description of this step is the following:

Alright not sure how you’re getting on with figuring out why these people are targeted, but we believe the killer just left us another clue. We received the follow message with 3 attached images:

“You missed a few, they deserve to rest properly”

Below are the images of the three locations, identify where these are so the local police units can look for bodies. We need the names of the locations.

Before we start, it’s important to mention that Step 1 consists in a police report with six people that was murdered and the location of their bodies are in different cities but all of them in the state of Illinois. Knowing that the operation is focused in this state is an important information to help to identify the locations involved in this step.

LOCATION 1

First I tried something like:

  • hospital illinois building painting
  • hospital illinois building painting hope
  • hospital illinois painting wall
  • hospital illinois painting wall hope
  • hospital illinois painting hope

So, I realized that it could be named “street art”. Luckly, in my first try I found this:

Visiting the URL related to the image, we get the address.

Searching the address in Google Maps, if we put the Street View in front of the H icon, we can see that it’s the location we are looking for.

Answer: Loretto Hospital

LOCATION 2

Ok, now we need to find a place with a windmill in Illinois. There’s a Wikipedia page with a list of windmills in Illinois, and some of them have a photograph.

The first option with photograph is Mount Emblem Cemetery.

If we search for this place in Google Maps and look the photos, we can see that it’s really the same place of the challenge.

Answer: Mount Emblem Cemetery

LOCATION 3

Ok, I know that it’s tempting to do a reverse image search with the logo located at the right of the image (and you will find the answer if you do that), but the idea is to be more challenging to find the answer.

Since we are seen that it looks like a stadium, we can search for sports teams in Illinois. We can search for specific sports, and if we search for footbal teams we can see an interesting result:

Visiting the website we can search for team names which begin with N.

So, it seems that we found the team who the stadium belongs. Searching for ‘Nort Park University’ in Google Maps, we find two stadiums. If we take a look in Street View in the stadium in the north, where arrow is pointing to, we can see that it’s the place where we are looking for.

Answer: North Park University (5133 N Albany Ave)

--

--