PicoCTF 2018 Walkthrough – Netcat & Resources

Net Cat

Category : General

Points: 75

Problem

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

In this problem, we just need to connect to the shell with port number and we will get our flag. We are also provided with the hint of using Netcat command. Netcat is also called TCP/IP swiss army knife because it helps us to do various operations with one command. You can refer Linux man pages for more information on the same.

Now after reading the docs I came to know that to connect to a system you just need to use the command nc with the address and the port number. Port number is the communication endpoint. Certain processes running in the system exposes their port number to communicate with external processes.

I type the command nc 2018shell.picoctf.com 22847 to connect to the picoCTF shell and obtain the flag. I then entered the same in the text box and hit submit.

Just enter the same in the text field provided and hit submit.

Solution Flag

picoCTF{NEtcat_iS_a_NEcESSiTy_69222dcc}


Resources

Category : General

Points: 50

Problem

We put together a bunch of resources to help you out on our website! If you go over there, you might even find a flag! https://picoctf.com/resources (link)

Solution

This one is pretty straightforward. We just need to go the link provided and scroll down to get the flag.

This page is to learn the basics of CTF challenges and get started with them.

Solution Flag

picoCTF{xiexie_ni_lai_zheli}


For more capture the flag challenges visit Ctf

If you want to see Leetcode explained solutions visit Leetcode Solutions.

Check out my socials below in the footer. Feel free to ask any doubts in comment section or contact me via Contact page I will surely respond. 

Happy Learning 🙂

1 thought on “PicoCTF 2018 Walkthrough – Netcat & Resources”

  1. Pingback: PicoCTF 2018 Walkthrough – Pipe - Capture the Flag - Cse Nerd

Leave a Comment

Your email address will not be published. Required fields are marked *