분류 전체보기237 [DigitalForensic] with CTF - Graphics Interchange Format 1. 개요 strings 문제 2. 분석 strings로 binary를 읽고 특정 문자열을 grep으로 잡습니다. 2022. 8. 7. [DigitalForensic] with CTF - basics 1. 개요 stegsolve 문제 2. 분석 stegsolve로 flag확인이 가능하다. 소문자 o로 입력해야하는데 오타같다. L1nux3rror 2022. 8. 7. [TFC CTF 2022] BBBBBBBBBB 1. 개요 find / replace 문제 2. 분석 chall.jpeg 파일을 받는다. BBBBBBBBBB 라는 필요없는 문자열이 들어가 있습니다. hex editor의 find/replace 기능으로 빈문자열 치환했는데 잘 안되었습니다. cyberchef의 find / replace 기능으로 BBBBBBBBBB를 빈 공백으로 치환합니다. 2022. 8. 7. [TFC CTF 2022] pattern 1. 개요 파이썬 포맷 스트링 문제 2. 분석 참고 자료: https://lucumr.pocoo.org/2016/12/29/careful-with-str-format/ 포맷 스트링 부분에 {} 중괄호로 삽입가능해보입니다. import dataclasses import errno import os import random FLAG = os.environ.get("FLAG") if not FLAG: print("If you're running this locally, please create a fake flag env variable.") print("If you're seeing this on the remote server, please contact the admins.") exit(errno.ENO.. 2022. 7. 31. 이전 1 ··· 31 32 33 34 35 36 37 ··· 60 다음