Templed

The zip file is unlocked by the password hackthebox, as ridiculous as it is .
anyways we move on and inside of the folder we get a Scroll.png of type Scroll.png: PNG image data, 580 x 78, 8-bit/color RGBA, non-interlaced .

cipher

This is how our cipher looks like . upon further checking it is revealed that this is cypher of the monks and all these symbols stand for numbers . TIL do all kind of search possible , even image search .

meaning of symbols

we cab get numbers out of this

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
60 + 6 = 66

100 + 3 + 20 = 123

70 + 7 = 77

40 + 8 = 48

70 + 8 = 78

7 + 100 = 107

5 + 10 + 100 = 115

90 + 5 = 95

100 + 7 = 107

70 + 8 = 78

50 + 1 = 51

10 + 9 + 100 = 119

30 + 3 = 33

5 + 20 + 100 = 125

= 72 84 66 123 77 48 78 107 115 95 107 78 51 119 33 125

This looks like ASCII . so lets put it in an online converter .

flag

thats it . this gives the flag

HTB{M0Nks_kN3w!}

2020-12-12

⬆︎TOP