plumbing
Description
Sometimes you need to handle process data outside of a file. Can you find a way to keep the output from this program and search for the flag? Connect to jupiter.challenges.picoctf.org 7480.
Hints
Hint(s)
- Remember the flag format is picoCTF{XXXX}
- What’s a pipe? No not that kind of pipe… This kind
Step(s)
- Using piping
|you can use grep to find the flag example:$ nc jupiter.challenges.picoctf.org 7480 | grep pico
Flag
Flag
picoCTF{digital_plumb3r_06e9d954}