CHIqueen
UMDCTF Sensitive 본문
파일을 열어보면 pdf가 한칸 씩 띄어져 있다
파이썬으로 붙여줍니다.
a = open("sensitive","rb").read()
b = open("flag.pdf","wb")
b.write(a[::2])
a.close()
b.close()
pdf열어보면
이렇게 있는데 가운데에 자세히보면 QR코드가 있다.
잘 보이게 만들어주고
색 입혀줍니다.
'포렌식 > CTF' 카테고리의 다른 글
UMDCTF SomeZips (0) | 2020.04.22 |
---|---|
UMDCTF A Nation State Musical (0) | 2020.04.22 |
Securinets Time Problems (0) | 2020.03.24 |
Securinets Time matters (0) | 2020.03.24 |
Pragyan CTF 2019 Late PR (0) | 2019.03.17 |
Comments