Skip to content

Commit 50dc2b1

Browse files
author
YASME-Tim
committed
📝 💊 Add authors of repo-local writeups for break-in-ctf-2015
1 parent 3a21087 commit 50dc2b1

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Diff for: break-in-ctf-2015/crypto/substitution/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
1111
## Write-up
1212

13+
by [polym](https://github.com/abpolym)
14+
1315
As the description hints, we need to substitute letters with a substitute cipher.
1416

1517
Using these tools ([1](http://www.richkni.co.uk/php/crypta/freq.php), [2](http://crypto.interactive-maths.com/frequency-analysis-breaking-the-code.html), [3](http://www.counton.org/explorer/codebreaking/frequency-analysis.php), [4]()), we can conduct a frequency analysis:

Diff for: break-in-ctf-2015/forensic/serial_killer/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
1919
## Write-up
2020

21+
by [polym](https://github.com/abpolym)
22+
2123
First, we extract the gzip-compressed archive using `tar xzvf SerialKillerInvestigation.tar.gz` and see that it contains a home directory of the user `berch`:
2224

2325
```bash

Diff for: break-in-ctf-2015/forensic/strangelmage/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
99
## Write-up
1010

11+
by [polym](https://github.com/abpolym)
12+
1113
We are given a JPG:
1214

1315
![](./stego_200.jpeg)

Diff for: break-in-ctf-2015/misc/heisenberg/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
1313
## Write-up
1414

15+
by [polym](https://github.com/abpolym)
16+
1517
The first thing we do is googling "'Yañez Sepulveda' cipher" to get the below mentioned Origin of the cipher we have to use.
1618

1719
After understanding what the substitute key is, we use [this code](cocaine.py) to substitute the ciphertext letters with the key letters and print out all possible combinations (since numbers and letters share the same cipher keys).

0 commit comments

Comments
 (0)