Skip to content

henrytwo/MasseyHacks-IV-Hackenger-Hunt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasseyHacks-IV-Hackenger-Hunt

The source code for the legendary Hackenger Hunt at MasseyHacks IV

To start server: node app.js

Visit localhost:3000 for Hackenger 1 or localhost:3001 for Hackenger 2 or localhost:3002 for 2nd part of Hackenger 2

Solutions

Hackenger 1

  1. World
  2. 2
  3. ecoo
  4. champion fuel
  5. 108841
  6. 9003
  7. the current time in 12hr or 24hr format (Ex 1:23)
  8. Canda
  9. Mario
  10. CLEARCUT

Hackenger 2

  1. jerrbear
  2. 65922
  3. 50
  4. Yoshi (or anything with "yoshi")
  5. the current unix time stamp
  6. you had to access the 403 server on the masseyhacks.ca domain (for example go to masseyhacks.ca/css) and you'll see a page that says "Error 403 Hey, you don't have access to that!" You notice that "ACCESS" was in all caps in question 5, so you click "ACCESS" on the 403 page to access the question. It asks "What did I say?" to which you respond "You shall not pass"
  7. Although practicality beats purity
  8. There are 2 apache helicopters, which represents the apache 2 server. This information is used after connecting to the wireless network named sideways and connect to it using the password 1Jk2Zd62y8MFIOrpXL1cGto0gEwF6s5HXN66xfWcTgSnE7oChG.
  9. After connecting to the router (which was a raspberry pi hidden in a locker), you must perform a "heart bleed exploit" to get to the next step. In this case, it was a Python socket server running on port 1511 (The locker number which can be determined via signal strength).

    In the example data set (["Pineapple", 9]), the numerical value after the string corresponds to the length of the string. This determines the amount of data that is sent back. To solve, you must send a request with a very large "size". (["Pineapple",99999]) In return, the server sends a pickled dump with gcode encoded in base64. The gcode can then be ran on a 3D printer which causes it to play a song (chasing cars).

Source for Raspberry Pi script can be found here

Hackenger website programmed by You Zhou

Questions by Henry Tu, Ryan Zhang, Aaron Li, Anita Hu, Hamza Sayed-Ali

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 9.6%
  • CSS 2.5%