Skip to content

This is a compilation and description of all the work I did at hackathons I participated in,

Notifications You must be signed in to change notification settings

sayounan/Hackathons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sari I. Younan

Hackathons

This is a collection of work or puzzles I solved in hackathons I participated in.

Click on the arrows or titles to see more details.

alt text

Dec. 2023 Mountain West Cyber Challenge by Hackazon & Deloitte (Total Time: 9 hrs.)

⏳ Solve Times

Challenges

Connected Car

  • 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

  • Dependencies/Auxiliaries: Text File
  • Prompt: Find the hidden message within the Text File.
  • Description: Text file containing a paragraph.

Solution

  • 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.

Logic Analysis

  • 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.

Mayday

  • 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.

Solution

  • 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.

About

This is a compilation and description of all the work I did at hackathons I participated in,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages