This is a collection of work or puzzles I solved in hackathons I participated in.
⏳ Solve Times
- Connected Car:
~2 hrs.- Find The Hidden Message:
~5 mins.- Logic Analysis:
~6.5 hrs.- Mayday:
~5 mins.
- Dependencies/Auxiliaries: Dashboard Recoding, CANBus log, and Solution
- Prompt: Watch the Dashboard Recoding and use that to help find the CANBus log code for door opened and door closed events based on the video.
- Description: CANBus log from a "Tesla."
- Description: A video containing a few second recording of a "Tesla" dashboard.
- Description: Python code to sort the frequency of code occurrences in the CANBus log in ascending order, as there was only one door opened event and only one door closed event based on the Dashboard Recording.
Find The Hidden Message
- Description: Text file containing a paragraph.
- First guess was to try extracting the first letter of every word as the paragraph made no grammatical, syntactical, or logical sense. The resulting string revealed the flag by spelling out the numbers and directly providing the letters.
- Dependencies/Auxiliaries: Example Code, Challenge, & Solution
- Prompt: Challenge takes user input for a potential flag, generates the flag based on 32 XOR conditions, compares the guess with the generated flag, confirms or denies a match between the two. Find the flag.
- Description: Example python code containing the library that performs the logic.
- Description: Provided source code that takes and stores a user input guess for the flag, generates the flag then confirms or denies if the guess was correct.
- Description: Personal edit of Challenge where after learning what the imported library does and how it works, rewrote the code to become a writer instead of a guesser.
- Dependencies/Auxiliaries: Morse Code Audio File
- Prompt: This is a recorded signal broadcast by a sinking ship. Find the flag in the broadcast.
- Description: Audio file containing the broadcast morse code.
- Decoded using online morse code decoder, returned a string of text that was not recognizable language but had a noticeable pattern. Immediately chose to use an online shift cypher decoder to find the flag.