Published: June 15, 2020
Last Modified: June 15, 2020
MathJax Loaded: 0 ms
Page Complete: 0 ms
CTF Writeup: Solved in a Flash
Use strings to look for strings in the flash.bin file. Use grep to look for strings with “ractf” in it.
$ strings flash.bin | grep ractf
ractf{Fl4shDump5Ar3VeryFun!!}
Read other posts