Skip to content

Commit b9e336d

Browse files
committed
Main
Add Calender Writeup and all the required images and challenge files.
1 parent 125ee44 commit b9e336d

10 files changed

+70
-0
lines changed

Bonus/Calender/README.md

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Numbers_set_1:- ```17 27 21 17```
2+
3+
Numbers_set_2:- ```31 17 31 24 20 18 17```
4+
5+
Numbers_set_3:- ```31 16 28 16 16```
6+
7+
Numbers_set_4:- ```31 17 31 16 31```
8+
9+
Numbers_set_5:- ```31 16 31 16 31```
10+
11+
Numbers_set_6:- ```31 2 4 8 31```
12+
13+
Numbers_set_7:- ```31 1 1 31 1 1 31```
14+
15+
16+
[Decimal to Binary](https://www.rapidtables.com/convert/number/decimal-to-binary.html)
17+
18+
19+
20+
Binary of set 1 is:
21+
![Binary of set 1 is: ](img/image-7.png)
22+
23+
24+
25+
Binary of set 2 is:
26+
![Binary of set 2 is: ](img/image-1.png)
27+
28+
29+
30+
Binary of set 3 is:
31+
32+
![Binary of set 3 is: ](img/image-2.png)
33+
34+
35+
36+
Binary of set 4 is:
37+
![Binary of set 4 is: ](img/image-3.png)
38+
39+
40+
Binary of set 5 is:
41+
![Binary of set 5 is: ](img/image-4.png)
42+
43+
44+
45+
Binary of set 6 is:
46+
![Binary of set 6 is: ](img/image-5.png)
47+
48+
49+
50+
Binary of set 7 is:
51+
![Binary of set 7 is: ](img/image-6.png)
52+
53+
54+
55+
Now Considering only the 1's and ignoring all the 0's we can see each set of binary creates a word which is the flag
56+
57+
FLAG:- **KJSCE_CTF{MRFeEZ3}**

Bonus/Calender/files/Flag.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
17 27 21 17
2+
3+
31 17 31 24 20 18 17
4+
5+
31 16 28 16 16
6+
7+
31 17 31 16 31
8+
9+
31 16 31 16 31
10+
11+
31 2 4 8 31
12+
13+
31 1 1 31 1 1 31

Bonus/Calender/img/image-1.png

2.95 KB
Loading

Bonus/Calender/img/image-2.png

2.19 KB
Loading

Bonus/Calender/img/image-3.png

2.16 KB
Loading

Bonus/Calender/img/image-4.png

2.05 KB
Loading

Bonus/Calender/img/image-5.png

2.62 KB
Loading

Bonus/Calender/img/image-6.png

2.18 KB
Loading

Bonus/Calender/img/image-7.png

1.97 KB
Loading

Bonus/Calender/img/image.png

1.86 KB
Loading

0 commit comments

Comments
 (0)