louvre
Diver OSINT CTF 2025 louvre Challenge
Challenge description:
Answer the vendor of one of the Louvre’s public Wi-Fi access points that meets the following criteria.
- Information was collected on 28 February 2025. This can be accessed via online.
- Determine the vendor according to the BSSID.
Flag format: Diver25{Company Name} (e.g. If the company is Apple Inc., the flag should be Diver25{Apple Inc.}.)
Alrighty, first order of business is figuring out what the public Wi-Fi is for the Louvre. Thankfully, they make that easy for us on their website
The ‘Louvre_Wifi_Gratuit’ network is available under the Pyramid and in the exhibition rooms. The free Wi-Fi connection last one hour and can be renewed as many times as needed.
Okay okay okay, noow with that out of the way, its time to figure out what the vendor is. The reason we figured out the SSID (name) for the Wi-Fi network is that there are public databases of Wireless Networks. We will be using a site called wigle.net. In order to access the site you need to have an account, but let’s see what our search reveals.
Now, for those of you who don’t know, the things on the left most column are whats called MAC addresses. Every single Network Interface Card (NIIC) has one. Every single one is unique, and it consists of two parts. The entire address is 6 pairs of Hexadecimal digits. The first three pairs identify the manufacturer of the device, and the last three pairs identify the unique device.
Thankfully, we can also look that up as well. However, we have two to search for, both 48:C0:93 and 50:60:28. For this you can use any site of your liking, but I’ll use maclookup.app this time. Let’s see the results for the first one now:
And the second one:
Well wouldya look at that, both MACs are the same vendor, so lets get that flag turned i n!
FLAG: Diver25{Xirrus, Inc.}


