PicoCTF - Pitter, Patter, Platters
tags: PicoCTF
CTF
Misc
Challenge: Pitter, Patter, Platters
Background
Source code
Exploit - Use FTK Imager
- I use Autopsy but find nothing except a txt file
So I follow write up video to use
FTK imager
and it can parse files completely.
ORRRR…
- Use
HxD
as auxiliary tool to find flag
ORRRR…
- Just use string search
$ strings -e l Pitter,\ Patter,\ Platters.sda1 | rev picoCTF{b3_5t111_mL|_<3_ba880921} ...
Reference
Pitter, Patter, Platters write up pico 2020 mini pitter patter platters