> For the complete documentation index, see [llms.txt](https://rayyanwong.gitbook.io/rayyan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rayyanwong.gitbook.io/rayyan/ctfs/lag-n-crash-2022-march/lnc2022-writeups/plumber-misc..md).

# Plumber ( Misc. )

Challenge: Plumber

I ran the netcat command on my VMware and it gave me a very long output so I decided to try to grep for “LNC2022” and I got the flag.&#x20;

nc ... | grep -a 'LNC2022'

<mark style="color:blue;">**`LNC2022{w3lc0me_t0_th3_aBy$s}`**</mark>
