-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnote.txt
More file actions
19 lines (19 loc) · 1018 Bytes
/
note.txt
File metadata and controls
19 lines (19 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tôi biết bạn rất hay quên và comment là điều không thể thiếu với mọi lập trình viên
vậy nên tôi để lại note này cho bạn, cũng dành cho những kẻ tò mò đứng sau
dù sao thì nếu bạn tìm được đến đây, chúc mừng bạn đã vén được tấm màn của sự thật
---
note that all of record is form as follow:
Ex: "ITFB1005": "Q01TLURhby1UaGFuaC1Mb25nLnBkZg==",
+ course id: string and/or number (ITFB1)
+ student number: last 3 number (005)
+ base64 decoded: from the file name (example.pdf)
---
data paremter auto fill using a cutted string from base64 that allow people dont know about it
---
file name then it will be put into professional processing and the graft becomes the original path
Ex: http://127.0.0.1:5500/CMS/Certificates/example.pdf
---
but before displaying on the source and downloading
the data will be called again and converted to blob to avoid revealing the original path.
---
flag{CRF_Verified_Obfuscate_Data}