일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- markdown
- Python
- Counting cells in a blob
- til
- recursion
- baekjun
- C++
- shapeArea
- data_structure
- collections.deque
- 파이썬머신러닝완벽가이드
- almostIncreasingSequence
- 백준
- Daily Commit
- codesingal
- centuryFromYear
- 2750
- adjacentElementsProduct
- 2015 봄학기 알고리즘
- codesignal
- Sequential Search
- 10953
- Numpy
- 피보나치 수
- matrixElementsSum
- cpp
- All Longest Strings
- 수 정렬하기
- 파이썬 포렌식
- flask
Archives
- Today
- Total
Introfor
[2016]Forensic_Corrupt Transmission-50 본문
-Problem-
We intercepted this image, but it must have gotten corrupted during the transmission. Can you try and fix it? corrupt.png
PNG file이 있다. 2015년 iceCTF에서 나왔던 포렌식 문제처럼
hex 값을 변조하면 풀리는 문제이지 않을까 싶어서 hex 값을 보았다.
역시.. PNG file header signiture 값부터 다르다.
이렇게 값을 변환해준 후 저장하면 아래와 같은 flag를 볼 수 있다.
Flag : IceCTF{t1s_but_4_5cr4ch}
'Hobby > CTF' 카테고리의 다른 글
Forensic_Recover-deleted-file (0) | 2016.10.07 |
---|---|
[2015]Forensic_Mandiant (0) | 2016.08.11 |
[2015]Forensic_Ryan Gooseling (0) | 2016.08.10 |
[2015]Forensic_Logoventures 2 Reloaded (0) | 2016.08.10 |
[2015]Forensic_Logoventures (0) | 2016.08.10 |
Comments