File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed
ekoparty-pre-ctf-2015/crypto/classic-crypto Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ] ( ctf=ekoparty-2015 )
2
+ [ ] ( type=crypto )
3
+ [ ] ( tags=morse,ceasar )
4
+ [ ] ( tools=audacity )
5
+ [ ] ( techniques= )
6
+
7
+ # Classic Crypto (crypto-50)
8
+
9
+ We are given an [ audio file] ( ../message.mp3 ) . Let's open it up in [ Audacity] ( http://audacityteam.org/ )
10
+
11
+ ![ Screenshot of given audio file in Audacity] ( screenshot.png )
12
+
13
+ Looks like morse code. Let's write it down:
14
+ ```
15
+ .-. -..- -... --.. -... . ..-. .-. .--. -... --.- .-. .--. -. .-. ..-. -. .
16
+ ```
17
+ Tried out an [ online morse code decoder] ( http://morsecode.scphillips.com/translator.html ) and got:
18
+ ```
19
+ RXBZBEFRPBQRPNRFNE
20
+ ```
21
+ Looks like we need to something more, maybe ceasar?
22
+
23
+ Let's print out all 26 shifts:
24
+ ```
25
+ lrvtvyzljvkljhlzhy
26
+ mswuwzamkwlmkimaiz
27
+ ntxvxabnlxmnljnbja
28
+ ouywybcomynomkockb
29
+ pvzxzcdpnzopnlpdlc
30
+ qwayadeqoapqomqemd
31
+ rxbzbefrpbqrpnrfne
32
+ sycacfgsqcrsqosgof
33
+ tzdbdghtrdstrpthpg
34
+ uaecehiusetusquiqh
35
+ vbfdfijvtfuvtrvjri
36
+ wcgegjkwugvwuswksj
37
+ xdhfhklxvhwxvtxltk
38
+ yeigilmywixywuymul
39
+ zfjhjmnzxjyzxvznvm
40
+ agkiknoaykzaywaown
41
+ bhljlopbzlabzxbpxo
42
+ cimkmpqcambcaycqyp
43
+ djnlnqrdbncdbzdrzq
44
+ ekomorsecodecaesar
45
+ flpnpstfdpefdbftbs
46
+ gmqoqtugeqfgecguct
47
+ hnrpruvhfrghfdhvdu
48
+ iosqsvwigshigeiwev
49
+ jptrtwxjhtijhfjxfw
50
+ kqusuxykiujkigkygx
51
+ ```
52
+
53
+ Aand there's the flag
54
+ > EKO{MORSECODECAESAR}
You can’t perform that action at this time.
0 commit comments