Tags: iot 

Rating:

### IoT - Baby's First IoT Flag 1

Here is an FCC ID, Q87-WRT54GV81, what is the frequency in MHz for Channel 6 for that device? Submit the answer to port 3895

Let's look at the documentation!

I found this documentation - https://fcc.report/FCC-ID/Q87-WRT54GV81/861595

![image](https://github.com/zer00d4y/writeups/assets/128820441/afbd8ef5-42a5-435b-853f-5e6c226671b6)

frequency for channel 6 is `2437` MHZ

send to port 3895 and listen it!

`printf '2437\n\0' | nc 35.225.17.48 3895`

Enter the frequency in MHZ for channel 6: Access granted! The Flag is {FCC_ID_Recon}!

FLAG:

{FCC_ID_Recon}

Original writeup (https://github.com/zer00d4y/writeups/blob/main/CTF%20events/UofTCTF/UofTCTF_2024.md).