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.

nc ... | grep -a 'LNC2022'

LNC2022{w3lc0me_t0_th3_aBy$s}

Last updated