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


Step(s)


  1. Using piping | you can use grep to find the flag example: $ nc jupiter.challenges.picoctf.org 7480 | grep pico

Flag