PicoCTF 2018 - net cat


Information

Points Category Level
75 General Skills Very Easy

Challenge

Using netcat (nc) will be a necessity throughout your adventure. Can you connect to 2018shell.picoctf.com at port 22847 to get the flag?

Hint

nc tutorial

Solution

netcat - computer networking utility for reading from and writing to network connections using TCP or UDP.

Let’s connect thought netcat -

Open terminal -> nc 2018shell.picoctf.com 22847

  • nc - stands for netcat
    • command syntax: nc ADDRESS PORT

Flag

picoCTF{NEtcat_iS_a_NEcESSiTy_69222dcc}