Skip to content

Latest commit

 

History

History

plumbing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Notes

Challenge: 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 4427.

Connecting using nc using the given connection details:

nc jupiter.challenges.picoctf.org 4427

Piping the output of the nc into grep and searching for the flag:

nc jupiter.challenges.picoctf.org 4427 | grep picoCTF

The flag

picoCTF{digital_plumb3r_5ea1fbd7}