> For the complete documentation index, see [llms.txt](https://darvin.gitbook.io/ctf-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://darvin.gitbook.io/ctf-writeups/lactf2026-cat-bomb.md).

# \[lactf2026] misc/cat-bomb!

chall author: burturt

Flag Objective: Find the coordinates of the photo on Google Street View.

> I was hiking in the woods when I stumbled across this amazing thing: thousands of these orange structures! I stopped to take a photo but then this cat *had* to photo bomb my otherwise perfect photo with it's tail! Can you find where this photo was taken?
>
> <https://github.com/uclaacm/lactf-archive/tree/main/2026/misc/cat-bomb>

From the description, this seems to be a straightforward geoguessing challenge, so I skipped EXIF analysis and went straight to the image.

<figure><img src="https://1124590113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr2mPqo1utKOwtJ01omED%2Fuploads%2Ff7cJ7rrrJg1Tq678Uudn%2Fcat-bomb.jpeg?alt=media&amp;token=58d78fd0-6ae2-475c-b0f7-30a41ed85962" alt="" width="375"><figcaption></figcaption></figure>

First thing I noticed in the photo is the long corridor of orange gates covered in Japanese characters. A quick search for "Japan orange gates" turns up very similar photos from **Fushimi Inari Taisha** (伏見稲荷大社). This fits the mountain trail setting, and Wikipedia notes that there are more than 800 gates along the route, both confirming the challenge description.

However, Street View coverage on Fushimi Inari Taisha is inconsistent and spotty. Walking the entire route blindly seems impractical. I need to find a way to narrow down the exact location.

After consulting with my LLM, I realized that these gates are donations from businesses. The donor name is written on the left, and the donation date is on the right. That meant the text on nearby gates could serve as helpful leads.

On the first gate, I extracted the text "**井上秀人**" using macOS built in OCR. Googling that name alongside "Fushimi Inari Taisha" suggested it was connected to a dental clicnic, but I couldn't find anything that clearly linked to a location on the trail. So I moved on.

<figure><img src="https://1124590113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr2mPqo1utKOwtJ01omED%2Fuploads%2FpQKhmYRtx6tVNpJi3bag%2F1995.jpg?alt=media&amp;token=de47afe5-78ec-409f-b385-6e840ff1a883" alt=""><figcaption><p>We even found a group photo taken exactly at where our flag is, now we just need to find the coordinates.</p></figcaption></figure>

<figure><img src="https://1124590113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr2mPqo1utKOwtJ01omED%2Fuploads%2FHUY6bHsTy3Qq8ETwd5AX%2F503752068_2767925523400845_4741724363715104765_n.jpg?alt=media&amp;token=34f54e0b-f0a1-4811-a323-f33da626b4af" alt=""><figcaption></figcaption></figure>

On the next gate, "**日光印刷出版社**". This produced much more fruitful results. Using Google Images, I located photos of the same gate from different angles, which revealed the donors of the gates further down the path, giving us more company names as leads.

<figure><img src="https://1124590113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fr2mPqo1utKOwtJ01omED%2Fuploads%2FNy5RLJEbzjOsH1qs5jo9%2Fe0173645_08173507.jpg?alt=media&amp;token=91feeb95-1a4e-4f83-826c-fa1a825a4208" alt="" width="563"><figcaption></figcaption></figure>

Among them "**三鶴工業所**" turned out to the key. Searching "**三鶴工業所 伏見稲荷大社**" led me to a photo featuring an oversized gate with "**日本文化センターグループ**" written on it. This gate is apparently a landmark for many hikers.

Following the source of that photo brought me to a [Japanese hiking blog](https://cnonbe.exblog.jp/28074976/). In the blog, the author mentioned passing **Kumataka-sha (Bear Hawk Shrine)** and **Takeya Rest House**. Further [research](https://en.japantravel.com/kyoto/the-cats-of-fushimi-inari-taisha/15354), showed that Takeya Rest House is famous for its **resident cats**. Now it makes sense why there is a cat photobombing in a mountain trail. In hindsight, the pressence of a cat is actually a more intentional hint than I initially assumed.

With this new context, I searched for **Kumataka-sha** on Google Street View. From there, it only took a few clicks to reach the gate with "**日光印刷出版社**" written on it and where our [flag](https://www.google.com/maps/@34.9681588,135.7772502,3a,90y,287.22h,85.98t/data=!3m7!1e1!3m5!1sG-tGGMaka6g-1r5XO9f5Vg!2e0!6shttps:%2F%2Fstreetviewpixels-pa.googleapis.com%2Fv1%2Fthumbnail%3Fcb_client%3Dmaps_sv.tactile%26w%3D900%26h%3D600%26pitch%3D4.019999999999996%26panoid%3DG-tGGMaka6g-1r5XO9f5Vg%26yaw%3D287.22!7i13312!8i6656?entry=ttu\&g_ep=EgoyMDI2MDIxMS4wIKXMDSoASAFQAw%3D%3D) is.

> **`lactf{34.9681588,135.7772502}`**
