Daddy Morse

hardware radio FCSC 2022 solved on

star

Description

Morse telegraphs were used to exchange text messages over long distances by encoding a message in the form of electrical pulses. The remote server acts like a mini-telegraph and decodes the data you send it.

You must send CAN I GET THE FLAG.

You have the server code and a sample message available.

The transmission parameters are as follows:

  • sampling rate: 24kHz,
  • duration of a . : 1 millisecond,
  • duration of a -: 5 milliseconds,
  • spacing between two letters: 5 milliseconds,
  • spacing between two words: 20 milliseconds.

This challenge has been split into three parts:

Files

  • docker-compose.yml
  • daddy-morse.py
    3.58 KiB – aeeff34616d8a97e6f179ae714d8f0622e275631c4986666caf23308f7175254
  • client.py
    312 B – e23fa175a943fb6943918e9a2ba3cef3d37678a151047aae962fd23ada3f17d5
  • signal.iq
    12.56 KiB – 1199792626c6894321613ec3668cb21e6521221c7665cd9b4b84db36f4e8c58e

Author

ElyKar

Challenge Instructions

  1. First, download docker-compose.yml:
    curl https://hackropole.fr/challenges/fcsc2022-hardware-daddy-morse/docker-compose.public.yml -o docker-compose.yml
  2. Launch the challenge by executing in the same folder:
    docker compose up
  3. Then, in another console, access the challenge with Netcat:
    nc localhost 4000
⚠️ Important: You must solve the challenge by interacting with the Docker container through the exposed network port. Any other way is not considered valid.

In case you encounter problems, please consult the FAQ.

Flag

Share my success on Fediverse, Twitter, Linkedin, Facebook, or via email.

Submit your solution

You can submit your writeup for this challenge. Read the FAQ to learn how to proceed.

You need to be logged in to submit a writeup.

Writeups

I've been looking for a long time and I still can't find the flag!

You can vote for the solutions you prefer by using the on their respective pages.

DateAuthor Language Tags Vote
2023-11-15
CypElf
πŸ‡¬πŸ‡§
TeamFrance
2023-11-29
ribt
πŸ‡«πŸ‡·