Tags: osint 

Rating:

OSINT - Wigly Wigly Wack

Challenge description:

challenge

Hints:

hint1 hint2

Solution:

The challenge name reminds me with a website called WiGLE (https://wigle.net/)

<br/><br/>

image

<br/><br/>

So, what we have in the description (00:04:0E:F2:3B:B5) is the MAC address of a wireless hotspot.

And here are the steps to find that hotspot:

  1. Go to https://wigle.net/search

  2. Put (00:04:0E:F2:3B:B5) in the BSSID/MAC form, then click on Query

image

<br/><br/>

You will see one search result:

image

<br/><br/>

And the flag is the SSID of that wireless hotspot.

HACSEC{WLAN-f1364-Fritz}

Original writeup (https://github.com/Cyb3rDoctor/HACON_CTF/blob/master/Wigly_Wigly_Wack.md).