Added Serial forensics problem

This commit is contained in:
Brandon John 2017-02-19 18:16:43 -06:00
parent 17c72df16d
commit b6c88540c6
4 changed files with 11 additions and 0 deletions

1
serial/description.md Normal file
View file

@ -0,0 +1 @@
I was listening to [this](${serial_wav}) haystack, but I didn't notice anything. What did I miss?

4
serial/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.find("easyctf{s3r1Al_F0rMat5_R_GreAT}") != -1:
return True, "01000011 01101111 01110010 01110010 01100101 01100011 01110100 00100001" #"Correct!".toBin()
return False, "Nope."

6
serial/problem.yml Normal file
View file

@ -0,0 +1,6 @@
title: Serial
category: Forensics
value: 300
hint: 010100110110010101110010011010010110000101101100001011100010111000101110
author: wiresboy
autogen: true

BIN
serial/serial.wav Normal file

Binary file not shown.