strings-it

Point: 100

Category

General Skills

Question

Can you find the flag in file without running it? You can also find the file in /problems/strings-it_3_8386a6aa560aecfba03c0c6a550b5c51 on the shell server.

Hint

strings

Solution

m14@pico-2019-shell1:/problems/strings-it_3_8386a6aa560aecfba03c0c6a550b5c51$ strings strings | grep picoCTF

Flag

picoCTF{5tRIng5_1T_c7fff9e5}

Last updated