Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 514 Bytes

File metadata and controls

15 lines (12 loc) · 514 Bytes

picoCTF-file-run2

Description:

Another program, but this time, it seems to want some input. What happens if you try to run it on the command line with input "Hello!"? Download the program here.

Link: https://play.picoctf.org/practice/challenge/267?category=3&page=2

Solution:

  1. given run file is executable in linux platform. So run and give an input 'Hello!' as described in problem description.
  2. type on terminal:
./run 'Hello!'

FLAG: picoCTF{F1r57_4rgum3n7_be0714da}